Searched refs:MSG_SET_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
672 private static final int MSG_SET_INTERACTIVE = 13; field in InputMethodManager1183 case MSG_SET_INTERACTIVE: { in handleMessage()1345 mH.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, fullscreen ? 1 : 0)
244 private static final int MSG_SET_INTERACTIVE = 3030; field in InputMethodManagerService5054 case MSG_SET_INTERACTIVE: in handleMessage()5730 mHandler.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, 0).sendToTarget(); in setInteractive()