Searched refs:secondsRotation (Results 1 – 3 of 3) sorted by relevance
354 final float secondsRotation = seconds * 6f; in onDraw() local387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
389 final float secondsRotation = seconds * 6f; in onDraw() local422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
653 final float secondsRotation = seconds * 6f; in drawWatchFace() local686 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in drawWatchFace()