Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java718 private List<GestureStep> createSimpleGestureFromPoints(int strokeId, int continuedStrokeId, in createSimpleGestureFromPoints() argument
726 touchPoints[0].mIsStartOfPath = ((i == 0) && (continuedStrokeId <= 0)); in createSimpleGestureFromPoints()
727 touchPoints[0].mContinuedStrokeId = continuedStrokeId; in createSimpleGestureFromPoints()