Searched refs:CONTINUED_LINE_MID1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 102 private static final Point CONTINUED_LINE_MID1 = new Point(500, 400); field in MotionEventInjectorTest 146 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_START, CONTINUED_LINE_MID1); in setUp() 148 CONTINUED_LINE_STROKE_ID_1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in setUp() 416 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 438 CONTINUED_LINE_MID1, CONTINUED_LINE_START); 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() 489 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 507 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 529 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() [all …]
|