Searched defs:MSG_SET_ACTIVE (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java332 static final int MSG_SET_ACTIVE = 4; field in class:InputMethodManager
411 case MSG_SET_ACTIVE: {
414 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
517 mH.sendMessage(mH.obtainMessage(MSG_SET_ACTIVE, active ? 1 : 0, 0));
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java149 static final int MSG_SET_ACTIVE = 3020; field in class:InputMethodManagerService
415 MSG_SET_ACTIVE, mScreenOn ? 1 : 0, mCurClient));
1043 MSG_SET_ACTIVE, 0, mCurClient));
1149 MSG_SET_ACTIVE, mScreenOn ? 1 : 0, cs));
2387 case MSG_SET_ACTIVE:

Completed in 73 milliseconds