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