/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_cursor_info_capi.cpp | 24 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 D | inputmethod_inputmethod_proxy_capi.cpp | 75 InputMethod_InputMethodProxy *inputMethodProxy, InputMethod_CursorInfo *cursorInfo) in OH_InputMethodProxy_NotifyCursorUpdate()
|
H A D | inputmethod_text_config_capi.cpp | 128 …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 D | input_method_attach_test.cpp | 206 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 D | inputmethod_controller_capi_test.cpp | 32 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 D | input_method_controller_test.cpp | 538 CursorInfo cursorInfo = { 1, 1, 1, 1 }; variable
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_imf_text_config_adapter_impl.cpp | 41 std::shared_ptr<NWeb::IMFCursorInfoAdapter> cursorInfo = real_->GetCursorInfo(); in GetCursorInfo() local
|
H A D | ark_imfadapter_wrapper.cpp | 67 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 D | ark_imf_adapter_impl.cpp | 69 void ArkIMFAdapterImpl::OnCursorUpdate(ArkWebRefPtr<ArkIMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
|
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/ |
H A D | InputMethodWithAttachTest.js | 263 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 D | InputMethodTest.js | 912 let cursorInfo = { left: 100, top: 110, width: 600, height: 800 }; class in AnonymousFunctiondc01d75d0100.AnonymousFunctiondc01d75d3000
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/ |
H A D | native_inputmethod_types.h | 41 InputMethod_CursorInfo cursorInfo; member
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/ |
H A D | inputmethodcontroller_fuzzer.cpp | 72 CursorInfo cursorInfo; in TestOnSelectionChange() local
|
/ohos5.0/base/web/webview/ohos_adapter/inputmethodframework_adapter/src/ |
H A D | imf_adapter_impl.cpp | 359 void IMFAdapterImpl::OnCursorUpdate(const std::shared_ptr<IMFCursorInfoAdapter> cursorInfo) in OnCursorUpdate()
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_controller.h | 92 CursorInfo cursorInfo; member
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 640 int32_t InputMethodController::OnCursorUpdate(CursorInfo cursorInfo) in OnCursorUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 435 …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 D | text_field_pattern.cpp | 754 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 D | rich_editor_pattern.cpp | 4630 MiscServices::CursorInfo cursorInfo { .left = caretLeftTopPoint.GetX() + windowRect.Left(), in GetMiscTextConfig() local 4740 MiscServices::CursorInfo cursorInfo = miscTextConfig.value().cursorInfo; in UpdateCaretInfoToController() local
|