Searched refs:MSG_SET_INTERACTIVE (Results 1 – 1 of 1) sorted by relevance
248 static final int MSG_SET_INTERACTIVE = 3030; field in InputMethodManagerService4401 case MSG_SET_INTERACTIVE: in handleMessage()4956 mService.mHandler.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, 0) in setInteractive()