Home
last modified time | relevance | path

Searched defs:moveCursorFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_texteditor_proxy_capi.cpp133 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc moveCursorFunc) in OH_TextEditorProxy_SetMoveCursorFunc()
374 InputMethod_TextEditorProxy *proxy, OH_TextEditorProxy_MoveCursorFunc *moveCursorFunc) in OH_TextEditorProxy_GetMoveCursorFunc()
/ohos5.0/base/inputmethod/imf/frameworks/ndk/include/
H A Dnative_inputmethod_types.h55 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc; member
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinputmethod_controller_capi_test.cpp218 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc = nullptr; in TestGetTextEditorProxyMember() local