OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minutesRotation
(Results
1 - 9
of
9
) sorted by null
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java
391
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
409
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
422
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
SweepWatchFaceService.java
356
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
374
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
387
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java
628
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
646
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
659
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java
391
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
409
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
422
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
SweepWatchFaceService.java
356
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
374
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
387
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java
628
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
646
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
659
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java
391
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
409
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
422
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
SweepWatchFaceService.java
356
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
374
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
387
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java
628
final float
minutesRotation
= mCalendar.get(Calendar.MINUTE) * 6f;
646
canvas.rotate(
minutesRotation
- hoursRotation, mCenterX, mCenterY);
659
canvas.rotate(secondsRotation -
minutesRotation
, mCenterX, mCenterY);
Completed in 607 milliseconds