Searched refs:mRequestedShowExplicitly (Results 1 – 2 of 2) sorted by relevance
93 boolean mRequestedShowExplicitly; field in ImeVisibilityStateComputer242 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()
103 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()