Searched refs:imfInfo (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 316 MiscServices::CursorInfo imfInfo = { .left = config->GetCursorInfo()->GetLeft(), in Attach() local 322 .cursorInfo = imfInfo, in Attach() 366 MiscServices::CursorInfo imfInfo = { .left = cursorInfo->GetLeft(), in OnCursorUpdate() local 370 …mfInfo left = %{public}f, top = %{public}f, width = %{public}f, height = %{public}f", imfInfo.left, in OnCursorUpdate() 371 imfInfo.top, imfInfo.width, imfInfo.height); in OnCursorUpdate() 372 MiscServices::InputMethodController::GetInstance()->OnCursorUpdate(imfInfo); in OnCursorUpdate()
|