Searched refs:imfInfo (Results 1 - 1 of 1) sorted by relevance
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 313 MiscServices::CursorInfo imfInfo = { .left = config->GetCursorInfo()->GetLeft(), in Attach() local 319 .cursorInfo = imfInfo, in Attach() 363 MiscServices::CursorInfo imfInfo = { .left = cursorInfo->GetLeft(), in OnCursorUpdate() local 367 WVLOG_D("imfInfo left = %{public}f, top = %{public}f, width = %{public}f, height = %{public}f", imfInfo.left, in OnCursorUpdate() 368 imfInfo.top, imfInfo.width, imfInfo.height); in OnCursorUpdate() 369 MiscServices::InputMethodController::GetInstance()->OnCursorUpdate(imfInfo); in OnCursorUpdate()
|
Completed in 2 milliseconds