Searched refs:mContinuedLineList1 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 115 List<GestureStep> mContinuedLineList1 = new ArrayList<>(); field in MotionEventInjectorTest 145 mContinuedLineList1 = createSimpleGestureFromPoints(CONTINUED_LINE_STROKE_ID_1, 0, true, in setUp() 404 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes() 440 mContinuedLineList1, continuedBackLineList1); in testContinuedGesture_withTwoTouchPoints_gestureCompletes() 477 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes() 503 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_twoContinuationsArriveWhileDispatching_gestureCompletes() 545 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesDuringDispatch_gestureCanceled() 564 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_nonContinuingGestureArrivesAfterDispatch_gestureCanceled() 584 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled() 604 injectEventsSync(mContinuedLineList1, mServiceInterface, CONTINUED_LINE_SEQUENCE_1); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled() [all …]
|