Searched refs:minRot (Results 1 – 2 of 2) sorted by relevance
214 float minRot = minutes / 30f * (float) Math.PI; in onDraw() local227 float minX = (float) Math.sin(minRot) * minLength; in onDraw()228 float minY = (float) -Math.cos(minRot) * minLength; in onDraw()
250 float minRot = minutes / 30f * (float) Math.PI; in onDraw() local263 float minX = (float) Math.sin(minRot) * minLength; in onDraw()264 float minY = (float) -Math.cos(minRot) * minLength; in onDraw()