Searched defs:IS_ACTION_DOWN (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 76 private static final Matcher<MotionEvent> IS_ACTION_DOWN = field in MotionEventInjectorTest 413 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() local 455 IS_ACTION_DOWN, hasEventTime(downTime))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() local 486 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() local 526 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() local 553 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local 555 assertThat(events.get(2), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local 572 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() local 575 assertThat(events.get(3), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() local 594 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() local [all …]
|