Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/common/include/
H A Dmessage_handler.h48 MSG_ID_HIDE_KEYBOARD_SELF, // hide the current keyboard enumerator
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_control_channel_stub.cpp66 Message *msg = new (std::nothrow) Message(MessageID::MSG_ID_HIDE_KEYBOARD_SELF, parcel); in HideKeyboardSelf()
H A Dinput_method_system_ability.cpp991 case MSG_ID_HIDE_KEYBOARD_SELF: { in WorkThread()