Searched refs:secY (Results 1 – 2 of 2) sorted by relevance
223 float secY = (float) -Math.cos(secRot) * secLength; in onDraw() local224 canvas.drawLine(centerX, centerY, centerX + secX, centerY + secY, mSecondPaint); in onDraw()
259 float secY = (float) -Math.cos(secRot) * secLength; in onDraw() local260 canvas.drawLine(centerX, centerY, centerX + secX, centerY + secY, mSecondPaint); in onDraw()