Home
last modified time | relevance | path

Searched refs:verifyHideSoftInput (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
H A DInputMethodManagerServiceWindowGainedFocusTest.java133 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 DDefaultImeVisibilityApplierTest.java90 verifyHideSoftInput(false, true); in testPerformHideIme()
115 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideImeExplicit()
122 verifyHideSoftInput(true, true); in testApplyImeVisibility_hideNotAlways()
H A DInputMethodManagerServiceTestBase.java284 protected void verifyHideSoftInput(boolean setNotVisible, boolean hideSoftInput) in verifyHideSoftInput() method in InputMethodManagerServiceTestBase