Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java1563 int expectedToolType, @NonNull String marker) { in startInputInitialEditorToolMatcher() argument
1569 return expectedToolType == editorInfo.getInitialToolType(); in startInputInitialEditorToolMatcher()
1588 … private static DescribedPredicate<ImeEvent> onUpdateEditorToolTypeMatcher(int expectedToolType) {
1594 return actualToolType == expectedToolType;
1596 return withDescription("onUpdateEditorToolType(toolType=" + expectedToolType + ")",