Searched refs:verifyHideSoftInput (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
H A D | InputMethodManagerServiceWindowGainedFocusTest.java | 133 verifyHideSoftInput(!showSoftInput /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation() 138 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation() 142 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation() 149 verifyHideSoftInput(true /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_forwardNavigation() 174 verifyHideSoftInput(hideSoftInput /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation() 180 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation() 184 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation() 190 verifyHideSoftInput(true /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_notForwardNavigation() 208 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_userNotRunning() 236 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_invalidFocusStatus()
|
H A D | DefaultImeVisibilityApplierTest.java | 90 verifyHideSoftInput(false, true); in testPerformHideIme() 115 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideImeExplicit() 122 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideNotAlways()
|
H A D | InputMethodManagerServiceTestBase.java | 284 protected void verifyHideSoftInput(boolean setNotVisible, boolean hideSoftInput) in verifyHideSoftInput() method in InputMethodManagerServiceTestBase
|