Searched refs:onFinishInputViewMatcher (Results 1 – 1 of 1) sorted by relevance
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | KeyboardVisibilityControlTest.java | 187 …private static DescribedPredicate<ImeEvent> onFinishInputViewMatcher(boolean expectedFinishingInpu… in onFinishInputViewMatcher() method in KeyboardVisibilityControlTest 281 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testBasicShowHideSoftInput() 361 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in verifyHideImeBackPressed() 502 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testToggleSoftInput() 612 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testShowHideKeyboardImmediately() 724 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testFloatingImeHideKeyboardAfterBackPressed() 793 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in testImeVisibilityWhenDismissingDialogWithImeFocused() 902 expectEvent(stream, onFinishInputViewMatcher(true), TIMEOUT); in runImeDoesntReshowAfterKeyguardTest() 932 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in runImeDoesntReshowAfterKeyguardTest() 1132 expectEvent(stream, onFinishInputViewMatcher(false), TIMEOUT); in runRestoreImeVisibility() [all …]
|