Searched refs:MSG_SET_INTERACTIVE (Results 1 – 2 of 2) sorted by relevance
710 private static final int MSG_SET_INTERACTIVE = 13; field in InputMethodManager1304 case MSG_SET_INTERACTIVE: { in handleMessage()1457 mH.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, fullscreen ? 1 : 0)
263 private static final int MSG_SET_INTERACTIVE = 3030; field in InputMethodManagerService4994 case MSG_SET_INTERACTIVE: in handleMessage()5681 mHandler.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, 0).sendToTarget(); in setInteractive()