Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java213 int tooManyPointsCount = 20; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local
214 TouchPoint[] startTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
215 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
216 for (int i = 0; i < tooManyPointsCount; i++) { in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
227 new GestureStep(0, tooManyPointsCount, startTouchPoints), in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
228 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()