Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java551 private boolean mCurPerceptible; field in InputMethodManagerService
2883 if (!mCurPerceptible) { in updateSystemUiLocked()
3103 && mCurPerceptible != perceptible) { in reportPerceptibleAsync()
3104 mCurPerceptible = perceptible; in reportPerceptibleAsync()
3438 mCurPerceptible = true; in startInputOrWindowGainedFocusInternalLocked()
4945 mCurPerceptible = true; in reportImeControl()
5188 p.println(" mCurPerceptible=" + mCurPerceptible); in dumpAsStringNoCheck()