Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java214 TouchPoint[] startTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local
217 startTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
218 startTouchPoints[i].mIsStartOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
219 startTouchPoints[i].mX = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
220 startTouchPoints[i].mY = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
227 new GestureStep(0, tooManyPointsCount, startTouchPoints), in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()