Searched refs:CONTINUED_LINE_SEQUENCE_1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 108 private static final int CONTINUED_LINE_SEQUENCE_1 = 52; field in MotionEventInjectorTest 404 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 406 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 445 injectEventsSync(combinedLines1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 448 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 477 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 481 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 503 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 520 verify(mServiceInterface).onPerformGestureResult(CONTINUED_LINE_SEQUENCE_1, true); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 545 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() [all …]
|