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.java77 new MotionEventActionMatcher(ACTION_DOWN);
79 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_DOWN);
81 new MotionEventActionMatcher(ACTION_UP);
83 new MotionEventActionMatcher(MotionEvent.ACTION_POINTER_UP);
85 new MotionEventActionMatcher(MotionEvent.ACTION_CANCEL);
87 new MotionEventActionMatcher(MotionEvent.ACTION_MOVE);
812 private static class MotionEventActionMatcher extends TypeSafeMatcher<MotionEvent> { class in MotionEventInjectorTest
815 MotionEventActionMatcher(int action) { in MotionEventActionMatcher() method in MotionEventInjectorTest.MotionEventActionMatcher