Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java76 private static final Matcher<MotionEvent> IS_ACTION_DOWN = field in MotionEventInjectorTest
161 mIsLineStart = allOf(IS_ACTION_DOWN, isAtPoint(LINE_START), hasStandardInitialization(), in setUp()
167 mIsClickDown = allOf(IS_ACTION_DOWN, isAtPoint(CLICK_POINT), hasStandardInitialization(), in setUp()
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
[all …]