Searched refs:tickRot (Results 1 – 1 of 1) sorted by relevance
646 float tickRot = (float) (tickIndex * Math.PI * 2 / 12); in drawWatchFace() local647 float innerX = (float) Math.sin(tickRot) * innerTickRadius; in drawWatchFace()648 float innerY = (float) -Math.cos(tickRot) * innerTickRadius; in drawWatchFace()649 float outerX = (float) Math.sin(tickRot) * outerTickRadius; in drawWatchFace()650 float outerY = (float) -Math.cos(tickRot) * outerTickRadius; in drawWatchFace()