Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java116 List<GestureStep> mContinuedLineList2 = new ArrayList<>(); field in MotionEventInjectorTest
147 mContinuedLineList2 = createSimpleGestureFromPoints(CONTINUED_LINE_STROKE_ID_2, in setUp()
407 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesAfterDispatched_gestureCompletes()
442 mContinuedLineList2, continuedBackLineList2); in testContinuedGesture_withTwoTouchPoints_gestureCompletes()
479 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesWhileDispatching_gestureCompletes()
587 List<GestureStep> discontinuousGesture = mContinuedLineList2 in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled()
588 .subList(1, mContinuedLineList2.size()); in testContinuedGesture_misMatchedContinuationArrives_bothGesturesCanceled()
606 injectEventsSync(mContinuedLineList2, otherService, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_continuationArrivesFromOtherService_bothGesturesCanceled()
626 injectEventsSync(mContinuedLineList2, mServiceInterface, CONTINUED_LINE_SEQUENCE_2); in testContinuedGesture_realGestureArrivesInBetween_getsCanceled()