Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Di_input_method_agent.h37 ON_SELECTION_CHANGE, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_proxy.cpp54 …auto ret = SendRequest(ON_SELECTION_CHANGE, [&text, oldBegin, oldEnd, newBegin, newEnd](MessagePar… in OnSelectionChange()
H A Dinput_method_agent_stub.cpp64 case ON_SELECTION_CHANGE: { in OnRemoteRequest()