Searched refs:MSG_HIDE_ALL_INPUT_METHODS (Results 1 – 1 of 1) sorted by relevance
251 private static final int MSG_HIDE_ALL_INPUT_METHODS = 1035; field in InputMethodManagerService4947 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()