Searched refs:IS_ACTION_UP (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 85 private static final Matcher<MotionEvent> IS_ACTION_UP = field in MotionEventInjectorTest 183 mIsLineEnd = allOf(IS_ACTION_UP, isAtPoint(LINE_END), hasStandardInitialization(), in setUp() 187 mIsClickUp = allOf(IS_ACTION_UP, isAtPoint(CLICK_POINT), hasStandardInitialization(), in setUp() 446 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() local 491 IS_ACTION_UP, hasEventTime(downTime + CONTINUED_LINE_INTERVAL * 3))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() local 517 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() local 559 assertThat(events.get(5), allOf(isAtPoint(CONTINUED_LINE_MID2), IS_ACTION_UP, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() local 579 assertThat(events.get(4), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local 599 assertThat(events.get(5), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() local
|