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.java231 int tooManyPointsCount = 20; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local
232 TouchPoint[] startTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
233 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
234 for (int i = 0; i < tooManyPointsCount; i++) { in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
245 new GestureStep(0, tooManyPointsCount, startTouchPoints), in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()
246 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()