Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java270 boolean mHasBeenInactive = true; field in InputMethodManager
490 mHasBeenInactive = true; in handleMessage()
507 if (checkFocusNoStartInput(mHasBeenInactive, false)) { in handleMessage()
1409 if (mHasBeenInactive) { in onWindowFocus()
1411 mHasBeenInactive = false; in onWindowFocus()
2142 + " mHasBeenInactive=" + mHasBeenInactive in doDump()