Searched refs:secRot (Results 1 – 2 of 2) sorted by relevance
212 float secRot = seconds / 30f * (float) Math.PI; in onDraw() local222 float secX = (float) Math.sin(secRot) * secLength; in onDraw()223 float secY = (float) -Math.cos(secRot) * secLength; in onDraw()
248 float secRot = mTime.second / 30f * (float) Math.PI; in onDraw() local258 float secX = (float) Math.sin(secRot) * secLength; in onDraw()259 float secY = (float) -Math.cos(secRot) * secLength; in onDraw()