Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java251 private static final int MSG_HIDE_ALL_INPUT_METHODS = 1035; field in InputMethodManagerService
4947 case MSG_HIDE_ALL_INPUT_METHODS: in handleMessage()
5688 mHandler.removeMessages(MSG_HIDE_ALL_INPUT_METHODS); in hideAllInputMethods()
5689 mHandler.obtainMessage(MSG_HIDE_ALL_INPUT_METHODS, reason).sendToTarget(); in hideAllInputMethods()