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 | 107 private static final Point CONTINUED_LINE_MID1 = new Point(500, 400); field in MotionEventInjectorTest 160 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_START, CONTINUED_LINE_MID1); in setUp() 162 CONTINUED_LINE_STROKE_ID_1, false, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in setUp() 438 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 460 CONTINUED_LINE_MID1, CONTINUED_LINE_START); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 481 assertThat(events.get(2), allOf(containsPoints(CONTINUED_LINE_MID1, CONTINUED_LINE_MID2), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 483 assertThat(events.get(3), allOf(containsPoints(CONTINUED_LINE_MID1, CONTINUED_LINE_MID2), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 511 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 529 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_MID1, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 551 assertThat(events.get(1), allOf(isAtPoint(CONTINUED_LINE_MID1), IS_ACTION_MOVE, in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() [all …]
|