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 | 104 private static final Point CONTINUED_LINE_END = new Point(600, 400); field in MotionEventInjectorTest 149 CONTINUED_LINE_MID2, CONTINUED_LINE_END); in setUp() 422 assertThat(events.get(3), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_MOVE, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 424 assertThat(events.get(4), allOf(isAtPoint(CONTINUED_LINE_END), IS_ACTION_UP, in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 435 true, CONTINUED_LINE_INTERVAL, CONTINUED_LINE_END, CONTINUED_LINE_MID2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 454 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 457 assertThat(events.get(1), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 463 assertThat(events.get(4), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 465 assertThat(events.get(5), allOf(containsPoints(CONTINUED_LINE_START, CONTINUED_LINE_END), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 468 anyOf(isAtPoint(CONTINUED_LINE_END), isAtPoint(CONTINUED_LINE_START)), in testContinuedGesture_withTwoTouchPoints_gestureCompletes() [all …]
|