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