Searched refs:verifyHideSoftInput (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
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() 210 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_userNotRunning() 238 verifyHideSoftInput(false /* setNotVisible */, false /* hideSoftInput */); in startInputOrWindowGainedFocus_invalidFocusStatus()
|
D | DefaultImeVisibilityApplierTest.java | 101 verifyHideSoftInput(false, true); in testPerformHideIme() 142 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideImeExplicit() 152 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideNotAlways()
|
D | InputMethodManagerServiceTestBase.java | 305 protected void verifyHideSoftInput(boolean setNotVisible, boolean hideSoftInput) in verifyHideSoftInput() method in InputMethodManagerServiceTestBase
|