HomeSort by relevance Sort by last modified time
    Searched refs:secondsRotation (Results 1 - 9 of 9) sorted by null

  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 389 final float secondsRotation = seconds * 6f;
422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
SweepWatchFaceService.java 354 final float secondsRotation = seconds * 6f;
387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java 626 final float secondsRotation = seconds * 6f;
659 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 389 final float secondsRotation = seconds * 6f;
422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
SweepWatchFaceService.java 354 final float secondsRotation = seconds * 6f;
387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java 626 final float secondsRotation = seconds * 6f;
659 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 389 final float secondsRotation = seconds * 6f;
422 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
SweepWatchFaceService.java 354 final float secondsRotation = seconds * 6f;
387 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);
ComplicationSimpleWatchFaceService.java 626 final float secondsRotation = seconds * 6f;
659 canvas.rotate(secondsRotation - minutesRotation, mCenterX, mCenterY);

Completed in 4100 milliseconds