Home
last modified time | relevance | path

Searched refs:ON_CURSOR_UPDATE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h36 ON_CURSOR_UPDATE, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp45 auto ret = SendRequest(ON_CURSOR_UPDATE, [positionX, positionY, height](MessageParcel &data) { in OnCursorUpdate()
H A Dinput_method_agent_stub.cpp56 case ON_CURSOR_UPDATE: { in OnRemoteRequest()