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.java50 new MotionEventActionMatcher(MotionEvent.ACTION_DOWN);
52 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_DOWN);
54 new MotionEventActionMatcher(MotionEvent.ACTION_UP);
56 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_UP);
58 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
60 new MotionEventActionMatcher(MotionEvent.ACTION_MOVE);
285 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in GestureUtils
288 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in GestureUtils.MotionEventActionMatcher