Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
H A DImeOpenCloseStressTest.java114 verifyHideBehavior(activity); in testShowHideWithInputMethodManager_waitingVisibilityChange()
187 verifyHideBehavior(activity); in testShowHideWithInputMethodManager_inSameFrame()
234 verifyHideBehavior(activity); in testShowHideWithInputMethodManager_onCreate()
274 verifyHideBehavior(activity); in testShowHideWithWindowInsetsController_waitingVisibilityChange()
347 verifyHideBehavior(activity); in testShowHideWithWindowInsetsController_inSameFrame()
437 verifyHideBehavior(activity); in testHideWithWindowInsetsController_onCreate_requestFocus()
512 private static void verifyHideBehavior(TestActivity activity) { in verifyHideBehavior() method in ImeOpenCloseStressTest