Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/ndk/src/
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()
Dinputmethod_inputmethod_proxy_capi.cpp75 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_CursorInfo *cursorInfo) in OH_InputMethodProxy_NotifyCursorUpdate()
Dinputmethod_text_config_capi.cpp128 …de OH_TextConfig_GetCursorInfo(InputMethod_TextConfig *config, InputMethod_CursorInfo **cursorInfo) in OH_TextConfig_GetCursorInfo()
/base/inputmethod/imf/test/unittest/cpp_test/src/
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
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
Dinput_method_controller_test.cpp538 CursorInfo cursorInfo = { 1, 1, 1, 1 }; variable
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
Dark_imf_text_config_adapter_impl.cpp41 std::shared_ptr<NWeb::IMFCursorInfoAdapter> cursorInfo = real_->GetCursorInfo(); in GetCursorInfo() local
Dark_imfadapter_wrapper.cpp67 void ArkIMFAdapterWrapper::OnCursorUpdate(const std::shared_ptr<OHOS::NWeb::IMFCursorInfoAdapter> c… in OnCursorUpdate()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
Dark_imf_adapter_impl.cpp69 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
/base/inputmethod/imf/test/unittest/napi_test/src/
DInputMethodWithAttachTest.js263 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
293 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
DInputMethodTest.js912 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_method_utils.h175 CursorInfo cursorInfo = {}; member
201 CursorInfo cursorInfo = {}; member
/base/inputmethod/imf/frameworks/ndk/include/
Dnative_inputmethod_types.h41 InputMethod_CursorInfo cursorInfo; member
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
Dinputmethodcontroller_fuzzer.cpp72 CursorInfo cursorInfo; in TestOnSelectionChange() local
/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/
Dimf_adapter_impl.cpp359 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_get_input_method_controller.h92 CursorInfo cursorInfo; member
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp618 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate()