Searched refs:MotionEventActionMatcher (Results 1 – 1 of 1) sorted by relevance
50 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 GestureUtils288 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in GestureUtils.MotionEventActionMatcher