Searched refs:yVel (Results 1 – 1 of 1) sorted by relevance
336 float yVel = ps.mYVelocity * (1000 / 60); in onDraw() local337 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); in onDraw()354 yVel = ps.mAltYVelocity * (1000 / 60); in onDraw()355 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); in onDraw()