Home
last modified time | relevance | path

Searched refs:OH_CursorInfo_SetRect (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_cursor_info_capi.h85 InputMethod_ErrorCode OH_CursorInfo_SetRect(
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp32 InputMethod_ErrorCode OH_CursorInfo_SetRect( in OH_CursorInfo_SetRect() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ime-kit/
H A Dinputmethod__cursor__info__capi_8h.md33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_CursorInfo_SetRect](_input_me…
H A D_input_method.md88 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_CursorInfo_SetRect](#oh_cursorinfo_setrect) (…
1020 ### OH_CursorInfo_SetRect()
1023 InputMethod_ErrorCode OH_CursorInfo_SetRect (InputMethod_CursorInfo * cursorInfo, double left, doub…
/ohos5.0/docs/en/application-dev/reference/apis-ime-kit/
H A Dinputmethod__cursor__info__capi_8h.md33 | [InputMethod_ErrorCode](_input_method.md#inputmethod_errorcode) [OH_CursorInfo_SetRect](_input_me…
H A D_input_method.md88 | [InputMethod_ErrorCode](#inputmethod_errorcode) [OH_CursorInfo_SetRect](#oh_cursorinfo_setrect) (…
1020 ### OH_CursorInfo_SetRect()
1023 InputMethod_ErrorCode OH_CursorInfo_SetRect (InputMethod_CursorInfo * cursorInfo, double left, doub…
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp50 EXPECT_EQ(IME_ERR_OK, OH_CursorInfo_SetRect(cursorInfo, expLeft, expTop, expWidth, expHeight));
69 EXPECT_EQ(IME_ERR_OK, OH_CursorInfo_SetRect(cursorInfo, expLeft, expTop, expWidth, expHeight)); in TestCursorInfoOfTextConfig()
378 auto ret = OH_CursorInfo_SetRect(nullptr, left, top, width, height);