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