Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java82 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 MotionEventInjectorTest
788 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in MotionEventInjectorTest.MotionEventActionMatcher