Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java101 boolean mShowForced; field in ImeVisibilityStateComputer
243 mShowForced = true; in onImeShowFlags()
259 && (mRequestedShowExplicitly || mShowForced)) { in canHideIme()
264 if (mShowForced && (hideFlags & InputMethodManager.HIDE_NOT_ALWAYS) != 0) { in canHideIme()
280 if (mShowForced) { in getShowFlagsForInputMethodServiceOnly()
295 if (mShowForced) { in getShowFlags()
305 mShowForced = false; in clearImeShowFlags()
585 proto.write(SHOW_FORCED, mShowForced); in dumpDebug()
594 + " mShowForced=" + mShowForced); in dump()
H A DInputMethodManagerService.java3872 final boolean showForced = mVisibilityStateComputer.mShowForced; in startInputOrWindowGainedFocusInternalLocked()
3874 mVisibilityStateComputer.mShowForced = false; in startInputOrWindowGainedFocusInternalLocked()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java143 assertThat(mComputer.mShowForced).isTrue(); in testRequestImeVisibility_showForced_thenShowExplicit()
146 assertThat(mComputer.mShowForced).isTrue(); in testRequestImeVisibility_showForced_thenShowExplicit()