Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h72 MSG_ID_ON_ATTRIBUTE_CHANGE, enumerator
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_agent_stub.cpp193 auto message = new (std::nothrow) Message(MessageID::MSG_ID_ON_ATTRIBUTE_CHANGE, data); in OnAttributeChange()
H A Dinput_method_ability.cpp235 case MSG_ID_ON_ATTRIBUTE_CHANGE: { in WorkThread()