Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java41 new MotionEventActionMatcher(MotionEvent.ACTION_DOWN);
43 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_DOWN);
45 new MotionEventActionMatcher(MotionEvent.ACTION_UP);
47 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_UP);
49 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
51 new MotionEventActionMatcher(MotionEvent.ACTION_MOVE);
216 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in GestureUtils
219 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in GestureUtils.MotionEventActionMatcher