Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java215 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local
221 endTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
222 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
223 endTouchPoints[i].mX = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
224 endTouchPoints[i].mY = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
228 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()