Searched refs:isAtPoint (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | MotionEventInjectorTest.java | 446 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 476 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 490 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 577 assertThat(events.get(2), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() 578 assertThat(events.get(3), allOf(isAtPoint(LINE_END), IS_ACTION_MOVE)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() 579 assertThat(events.get(4), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() 597 assertThat(events.get(3), allOf(isAtPoint(LINE_START), IS_ACTION_DOWN)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() 598 assertThat(events.get(4), allOf(isAtPoint(LINE_END), IS_ACTION_MOVE)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() 599 assertThat(events.get(5), allOf(isAtPoint(LINE_END), IS_ACTION_UP)); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() 656 assertThat(events.get(3), allOf(isAtPoint(CLICK_POINT), IS_ACTION_DOWN)); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled() [all …]
|