Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java266 MotionEventMatcher isMouseEvent = new MotionEventMatcher(mouseEvent); in testInjectEvents_withRealMouseGestureUnderway_shouldContinueRealAndPassInjected()
762 static class MotionEventMatcher extends TypeSafeMatcher<MotionEvent> { class in MotionEventInjectorTest
769 MotionEventMatcher(long downTime, long eventTime, int actionMasked, int x, int y) { in MotionEventMatcher() method in MotionEventInjectorTest.MotionEventMatcher
777 MotionEventMatcher(MotionEvent event) { in MotionEventMatcher() method in MotionEventInjectorTest.MotionEventMatcher