Searched refs:endTouchPoints (Results 1 – 1 of 1) sorted by relevance
233 TouchPoint[] endTouchPoints = new TouchPoint[tooManyPointsCount]; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash() local239 endTouchPoints[i] = new TouchPoint(); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()240 endTouchPoints[i].mIsEndOfPath = true; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()241 endTouchPoints[i].mX = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()242 endTouchPoints[i].mY = i; in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()246 new GestureStep(CLICK_DURATION, tooManyPointsCount, endTouchPoints)); in testInjectEvents_gestureWithTooManyPoints_shouldNotCrash()