Searched refs:endTouchPoints (Results 1 – 1 of 1) sorted by relevance
215 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local221 endTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()222 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()223 endTouchPoints[i].mX = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()224 endTouchPoints[i].mY = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()228 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()