Home
last modified time | relevance | path

Searched defs:cursorInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp24 void OH_CursorInfo_Destroy(InputMethod_CursorInfo *cursorInfo) in OH_CursorInfo_Destroy()
33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect()
47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
H A Dinputmethod_inputmethod_proxy_capi.cpp75 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_CursorInfo *cursorInfo) in OH_InputMethodProxy_NotifyCursorUpdate()
H A Dinputmethod_text_config_capi.cpp128 …de OH_TextConfig_GetCursorInfo(InputMethod_TextConfig *config, InputMethod_CursorInfo **cursorInfo) in OH_TextConfig_GetCursorInfo()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_attach_test.cpp206 CursorInfo cursorInfo; variable
324 CursorInfo cursorInfo; variable
362 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
388 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
523 CursorInfo cursorInfo = { .top = 5, .left = 5, .height = 5, .width = 0.8 }; variable
661 CursorInfo cursorInfo; variable
H A Dinputmethod_controller_capi_test.cpp32 auto cursorInfo = OH_CursorInfo_Create(expLeft, expTop, expWidth, expHeight); variable
62 InputMethod_CursorInfo *cursorInfo = nullptr; in TestCursorInfoOfTextConfig() local
1403 InputMethod_CursorInfo *cursorInfo = OH_CursorInfo_Create(left, top, width, height); variable
H A Dinput_method_controller_test.cpp538 CursorInfo cursorInfo = { 1, 1, 1, 1 }; variable
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_imf_text_config_adapter_impl.cpp41 std::shared_ptr<NWeb::IMFCursorInfoAdapter> cursorInfo = real_->GetCursorInfo(); in GetCursorInfo() local
H A Dark_imfadapter_wrapper.cpp67 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> c… in OnCursorUpdate()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_imf_adapter_impl.cpp69 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodWithAttachTest.js263 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; class in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce0c00
293 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; class in AnonymousFunctionbdb109ce0100.AnonymousFunctionbdb109ce0d00
H A DInputMethodTest.js912 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; class in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d3000
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h41 InputMethod_CursorInfo cursorInfo; member
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp72 CursorInfo cursorInfo; in TestOnSelectionChange() local
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
H A Dimf_adapter_impl.cpp359 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_get_input_method_controller.h92 CursorInfo cursorInfo; member
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp640 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp435 …MiscServices::CursorInfo cursorInfo { .left = caretRect_.Left() + globalOffset.GetX() + windowOffs… in UpdateCaretInfoToController() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp754 MiscServices::CursorInfo cursorInfo = miscTextConfig.value().cursorInfo; in UpdateCaretInfoToController() local
3950 …MiscServices::CursorInfo cursorInfo { .left = selectController_->GetCaretRect().Left() + windowRec… in GetMiscTextConfig() local
7119 MiscServices::CursorInfo cursorInfo = miscTextConfig.value().cursorInfo; in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4630 MiscServices::CursorInfo cursorInfo { .left = caretLeftTopPoint.GetX() + windowRect.Left(), in GetMiscTextConfig() local
4740 MiscServices::CursorInfo cursorInfo = miscTextConfig.value().cursorInfo; in UpdateCaretInfoToController() local