Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java1348 expectEvent(stream, onStartInputMatcher(toolType, unfocusedMarker), TIMEOUT); in testOnViewClicked_withStylusTap()
1413 expectEvent(stream, onStartInputMatcher(toolTypeFinger, unfocusedMarker), TIMEOUT); in testOnViewClicked_withFingerTap()
1548 private static DescribedPredicate<ImeEvent> onStartInputMatcher(int toolType, String marker) { in onStartInputMatcher() method in StylusHandwritingTest