Searched refs:onImeShowFlags (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | ImeVisibilityStateComputerTest.java | 97 boolean res = mComputer.onImeShowFlags(ImeTracker.Token.empty(), in testRequestImeVisibility_showImplicit() 113 boolean res = mComputer.onImeShowFlags(ImeTracker.Token.empty(), 0 /* showFlags */); in testRequestImeVisibility_showExplicit() 132 mComputer.onImeShowFlags(ImeTracker.Token.empty(), 0 /* showFlags */); in testRequestImeVisibility_showExplicit_thenShowImplicit() 135 mComputer.onImeShowFlags(null, InputMethodManager.SHOW_IMPLICIT); in testRequestImeVisibility_showExplicit_thenShowImplicit() 146 mComputer.onImeShowFlags(ImeTracker.Token.empty(), InputMethodManager.SHOW_FORCED); in testRequestImeVisibility_showForced_thenShowExplicit() 149 mComputer.onImeShowFlags(ImeTracker.Token.empty(), 0 /* showFlags */); in testRequestImeVisibility_showForced_thenShowExplicit() 159 boolean res = mComputer.onImeShowFlags(ImeTracker.Token.empty(), in testRequestImeVisibility_showImplicit_a11yNoImePolicy() 178 boolean res = mComputer.onImeShowFlags(ImeTracker.Token.empty(), in testRequestImeVisibility_showImplicit_imeHiddenPolicy()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | ImeVisibilityStateComputer.java | 233 boolean onImeShowFlags(@NonNull ImeTracker.Token statsToken, in onImeShowFlags() method in ImeVisibilityStateComputer
|
D | InputMethodManagerService.java | 3511 if (!mVisibilityStateComputer.onImeShowFlags(statsToken, flags)) { in showCurrentInputLocked()
|