Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java586 boolean mShowExplicitlyRequested; field in InputMethodManagerService
1993 } else if (mShowExplicitlyRequested) { in getImeShowFlags()
2003 } else if (!mShowExplicitlyRequested) { in getAppShowFlags()
2788 mShowExplicitlyRequested = true; in showCurrentInputLocked()
2791 mShowExplicitlyRequested = true; in showCurrentInputLocked()
2870 && (mShowExplicitlyRequested || mShowForced)) { in hideCurrentInputLocked()
2907 mShowExplicitlyRequested = false; in hideCurrentInputLocked()
4592 + " mShowExplicitlyRequested=" + mShowExplicitlyRequested in dump()