Home
last modified time | relevance | path

Searched refs:MSG_SET_INTERACTIVE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java206 static final int MSG_SET_INTERACTIVE = 3030; field in InputMethodManagerService
3836 case MSG_SET_INTERACTIVE: in handleMessage()
4457 mService.mHandler.obtainMessage(MSG_SET_INTERACTIVE, interactive ? 1 : 0, 0) in setInteractive()