Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java80 private static final Matcher<MotionEvent> IS_ACTION_UP = field in MotionEventInjectorTest
424 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() local
469 IS_ACTION_UP, hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 3))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() local
495 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() local
537 assertThat(events.get(5), allOf(isAtPoint(CONTINUED_LINE_MID2), IS_ACTION_UP, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() local
557 assertThat(events.get(4), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local
577 assertThat(events.get(5), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() local