Searched refs:startTouchPoints (Results 1 – 1 of 1) sorted by relevance
232 TouchPoint[] startTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local235 startTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()236 startTouchPoints[i].mIsStartOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()237 startTouchPoints[i].mX = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()238 startTouchPoints[i].mY = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()245 new GestureStep(0, tooManyPointsCount, startTouchPoints), in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()