Searched refs:MotionEventActionMatcher (Results 1 – 1 of 1) sorted by relevance
82 new MotionEventActionMatcher(ACTION_DOWN);84 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_DOWN);86 new MotionEventActionMatcher(ACTION_UP);88 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_UP);90 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);92 new MotionEventActionMatcher(MotionEvent.ACTION_MOVE);785 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in MotionEventInjectorTest788 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in MotionEventInjectorTest.MotionEventActionMatcher