Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMagnificationGesturesObserverTest.java131 private static class MotionEventMatcher implements ArgumentMatcher<MotionEvent> { class in MagnificationGesturesObserverTest
134 MotionEventMatcher(MotionEvent motionEvent) { in MotionEventMatcher() method in MagnificationGesturesObserverTest.MotionEventMatcher