Searched refs:CONTINUED_LINE_START (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 106 private static final Point CONTINUED_LINE_START = new Point(500, 300); field in MotionEventInjectorTest 160 CONTINUED_LINE_INTERVAL, CONTINUED_LINE_START, CONTINUED_LINE_MID1); in setUp() 435 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 460 CONTINUED_LINE_MID1, CONTINUED_LINE_START); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 476 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 479 assertThat(events.get(1), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 485 assertThat(events.get(4), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 487 assertThat(events.get(5), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 490 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 508 assertThat(events.get(0), allOf(isAtPoint(CONTINUED_LINE_START), IS_ACTION_DOWN, in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() [all …]
|