Searched refs:tooManyPointsCount (Results 1 – 1 of 1) sorted by relevance
231 int tooManyPointsCount = 20; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local232 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()