Home
last modified time | relevance | path

Searched defs:MotionEventMatcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DMotionEventMatcher.java29 public class MotionEventMatcher extends TypeSafeMatcher<MotionEvent> { class
37 MotionEventMatcher(long downTime, long eventTime, int actionMasked, int x, int y) { in MotionEventMatcher() method in MotionEventMatcher
45 public MotionEventMatcher(MotionEvent event) { in MotionEventMatcher() method in MotionEventMatcher
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DMagnificationGesturesObserverTest.java131 private static class MotionEventMatcher implements ArgumentMatcher<MotionEvent> { class in MagnificationGesturesObserverTest
134 MotionEventMatcher(MotionEvent motionEvent) { in MotionEventMatcher() method in MagnificationGesturesObserverTest.MotionEventMatcher