Searched refs:hrY (Results 1 – 2 of 2) sorted by relevance
232 float hrY = (float) -Math.cos(hrRot) * hrLength; in onDraw() local233 canvas.drawLine(centerX, centerY, centerX + hrX, centerY + hrY, mHourPaint); in onDraw()
268 float hrY = (float) -Math.cos(hrRot) * hrLength; in onDraw() local269 canvas.drawLine(centerX, centerY, centerX + hrX, centerY + hrY, mHourPaint); in onDraw()