Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java356 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f; in onDraw() local
374 canvas.rotate(minutesRotation - hoursRotation, mCenterX, mCenterY); in onDraw()
387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
DAnalogWatchFaceService.java391 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f; in onDraw() local
409 canvas.rotate(minutesRotation - hoursRotation, mCenterX, mCenterY); in onDraw()
422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in onDraw()
DComplicationSimpleWatchFaceService.java655 final float minutesRotation = mCalendar.get(Calendar.MINUTE) * 6f; in drawWatchFace() local
673 canvas.rotate(minutesRotation - hoursRotation, mCenterX, mCenterY); in drawWatchFace()
686 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY); in drawWatchFace()