Home
last modified time | relevance | path

Searched refs:CONTINUED_LINE_SEQUENCE_2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java114 private static final int CONTINUED_LINE_SEQUENCE_2 = 53; field in MotionEventInjectorTest
429 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
431 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
468 injectEventsSync(combinedLines2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
471 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
501 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
504 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
533 int sequence3 = CONTINUED_LINE_SEQUENCE_2 + 1; in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
539 injectEventsSync(continuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
543 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
[all …]