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.java267 boolean mHasBeenInactive = true; field in InputMethodManager
442 mHasBeenInactive = true; in handleMessage()
459 if (checkFocusNoStartInput(mHasBeenInactive, false)) { in handleMessage()
1345 if (mHasBeenInactive) { in onWindowFocus()
1347 mHasBeenInactive = false; in onWindowFocus()
1920 + " mHasBeenInactive=" + mHasBeenInactive in doDump()