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.java109 private static final int CONTINUED_LINE_SEQUENCE_2 = 53; field in MotionEventInjectorTest
407 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
409 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
446 injectEventsSync(combinedLines2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
449 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
479 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
482 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
511 int sequence3 = CONTINUED_LINE_SEQUENCE_2 + 1; in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
517 injectEventsSync(continuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
521 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_2, true); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes()
[all …]