Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java103 private static final Point CONTINUED_LINE_MID2 = new Point(600, 300); field in MotionEventInjectorTest
149 CONTINUED_LINE_MID2, CONTINUED_LINE_END); in setUp()
421 assertThat(events.get(2), allOf(isAtPoint(CONTINUED_LINE_MID2), IS_ACTION_MOVE)); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
435 true, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_END, CONTINUED_LINE_MID2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
437 backLineId1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID2, in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
459 assertThat(events.get(2), allOf(containsPoints(CONTINUED_LINE_MID1, CONTINUED_LINE_MID2), in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
461 assertThat(events.get(3), allOf(containsPoints(CONTINUED_LINE_MID1, CONTINUED_LINE_MID2), in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
491 assertThat(events.get(2), allOf(isAtPoint(CONTINUED_LINE_MID2), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
508 CONTINUED_LINE_MID2, CONTINUED_LINE_END); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
514 CONTINUED_LINE_MID2); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
[all …]