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.java614 boolean mShowExplicitlyRequested; field in InputMethodManagerService
2335 } else if (mShowExplicitlyRequested) { in getImeShowFlags()
2345 } else if (!mShowExplicitlyRequested) { in getAppShowFlags()
3190 mShowExplicitlyRequested = true; in showCurrentInputLocked()
3193 mShowExplicitlyRequested = true; in showCurrentInputLocked()
3277 && (mShowExplicitlyRequested || mShowForced)) { in hideCurrentInputLocked()
3316 mShowExplicitlyRequested = false; in hideCurrentInputLocked()
5250 + " mShowExplicitlyRequested=" + mShowExplicitlyRequested in dump()