Home
last modified time | relevance | path

Searched refs:secondsRotation (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java354 final float secondsRotation = seconds * 6f; in onDraw() local
387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
DAnalogWatchFaceService.java389 final float secondsRotation = seconds * 6f; in onDraw() local
422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
DComplicationSimpleWatchFaceService.java653 final float secondsRotation = seconds * 6f; in drawWatchFace() local
686 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in drawWatchFace()