Searched refs:IS_ACTION_DOWN (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 81 private static final Matcher<MotionEvent> IS_ACTION_DOWN = field in MotionEventInjectorTest 179 mIsLineStart = allOf(IS_ACTION_DOWN, isAtPoint(LINE_START), hasStandardInitialization(), in setUp() 185 mIsClickDown = allOf(IS_ACTION_DOWN, isAtPoint(CLICK_POINT), hasStandardInitialization(), in setUp() 435 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() local 477 IS_ACTION_DOWN, hasEventTime(downTime))); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() local 508 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() local 548 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() local 575 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local 577 assertThat(events.get(2), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() local 594 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() local [all …]
|