Searched refs:CONTINUED_LINE_END (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 109 private static final Point CONTINUED_LINE_END = new Point(600, 400); field in MotionEventInjectorTest 163 CONTINUED_LINE_MID2, CONTINUED_LINE_END); in setUp() 444 assertThat(events.get(3), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 446 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 457 true, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_END, CONTINUED_LINE_MID2); 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() [all …]
|