Searched refs:onFinishInputViewMatcher (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | KeyboardVisibilityControlTest.java | 192 …private static DescribedPredicate<ImeEvent> onFinishInputViewMatcher(boolean expectedFinishingInpu… in onFinishInputViewMatcher() method in KeyboardVisibilityControlTest 286 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testBasicShowHideSoftInput() 366 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in verifyHideImeBackPressed() 520 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testToggleSoftInput() 628 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testShowHideKeyboardImmediately() 736 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testFloatingImeHideKeyboardAfterBackPressed() 805 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testImeVisibilityWhenDismissingDialogWithImeFocused() 954 expectEvent(stream, onFinishInputViewMatcher(true), TIMEOUT); in runImeDoesntReshowAfterKeyguardTest() 984 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in runImeDoesntReshowAfterKeyguardTest() 1185 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in runRestoreImeVisibility() [all …]
|