Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java208 static final int MSG_HIDE_CURRENT_INPUT_METHOD = 1035; field in InputMethodManagerService
4237 case MSG_HIDE_CURRENT_INPUT_METHOD: in handleMessage()
5087 mService.mHandler.removeMessages(MSG_HIDE_CURRENT_INPUT_METHOD); in hideCurrentInputMethod()
5088 mService.mHandler.obtainMessage(MSG_HIDE_CURRENT_INPUT_METHOD, reason).sendToTarget(); in hideCurrentInputMethod()