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