Home
last modified time | relevance | path

Searched refs:MOVE_CURSOR (Results 1 - 4 of 4) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Di_input_data_channel.h44 MOVE_CURSOR, enumerator
H A Dinput_data_channel_stub.h93 [static_cast<uint32_t>(MOVE_CURSOR)] = &InputDataChannelStub::MoveCursorOnRemote,
/base/inputmethod/imf/frameworks/cj/src/
H A Dcj_input_method_controller.cpp36 const int8_t MOVE_CURSOR = 5; member
209 case MOVE_CURSOR: in RegisterListener()
254 case MOVE_CURSOR: in UnRegisterListener()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_proxy.cpp80 return SendRequest(MOVE_CURSOR, [keyCode](MessageParcel &parcel) { return ITypesUtil::Marshal(parcel, keyCode); });

Completed in 3 milliseconds