Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DImeVisibilityStateComputer.java93 boolean mRequestedShowExplicitly; field in ImeVisibilityStateComputer
242 mRequestedShowExplicitly = true; in onImeShowFlags()
245 mRequestedShowExplicitly = true; in onImeShowFlags()
259 && (mRequestedShowExplicitly || mShowForced)) { in canHideIme()
282 } else if (mRequestedShowExplicitly) { in getShowFlagsForInputMethodServiceOnly()
297 } else if (!mRequestedShowExplicitly) { in getShowFlags()
304 mRequestedShowExplicitly = false; in clearImeShowFlags()
584 proto.write(SHOW_EXPLICITLY_REQUESTED, mRequestedShowExplicitly); in dumpDebug()
593 p.println(" mRequestedShowExplicitly=" + mRequestedShowExplicitly in dump()
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DImeVisibilityStateComputerTest.java103 assertThat(mComputer.mRequestedShowExplicitly).isFalse(); in testRequestImeVisibility_showImplicit()
118 assertThat(mComputer.mRequestedShowExplicitly).isTrue(); in testRequestImeVisibility_showExplicit()
129 assertThat(mComputer.mRequestedShowExplicitly).isTrue(); in testRequestImeVisibility_showExplicit_thenShowImplicit()
132 assertThat(mComputer.mRequestedShowExplicitly).isTrue(); in testRequestImeVisibility_showExplicit_thenShowImplicit()
164 assertThat(mComputer.mRequestedShowExplicitly).isFalse(); in testRequestImeVisibility_showImplicit_a11yNoImePolicy()
182 assertThat(mComputer.mRequestedShowExplicitly).isFalse(); in testRequestImeVisibility_showImplicit_imeHiddenPolicy()