Searched defs:MSG_HIDE_CURRENT_INPUT_METHOD (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java184 static final int MSG_HIDE_CURRENT_INPUT_METHOD = 1035; field in class:InputMethodManagerService
3220 case MSG_HIDE_CURRENT_INPUT_METHOD:
4302 mHandler.removeMessages(MSG_HIDE_CURRENT_INPUT_METHOD);
4303 mHandler.sendEmptyMessage(MSG_HIDE_CURRENT_INPUT_METHOD);

Completed in 75 milliseconds