Home
last modified time | relevance | path

Searched defs:toolType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DMotionEventUtils.java38 public static PointerPropertiesBuilder withProperties(int id, int toolType) { in withProperties()
47 private int toolType; field in MotionEventUtils.PointerPropertiesBuilder
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java343 float x, float y, int toolType) { in getMotionEvent()
348 int x, int y, int displayId, int toolType) { in getMotionEvent()
448 @NonNull Activity activity, int toolType) { in injectNavBarToHomeGestureEvents()
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java76 int source, @MotionEvent.ToolType int toolType) { in assertPointerIcon()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java949 int toolType = event.getToolType(event.getActionIndex()); in testOnViewClicked_withStylusTap() local
1100 private static Predicate<ImeEvent> onStartInputMatcher(int toolType, String marker) { in onStartInputMatcher()
1114 int toolType, String marker) { in onStartStylusHandwritingMatcher()