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

  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 69 private static final float HOUR_STROKE_WIDTH = 5f;
159 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
SweepWatchFaceService.java 60 private static final float HOUR_STROKE_WIDTH = 5f;
131 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
ComplicationSimpleWatchFaceService.java 89 private static final float HOUR_STROKE_WIDTH = 5f;
222 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 131 private static final float HOUR_STROKE_WIDTH = 5f;
304 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
AnalogComplicationWatchFaceService.java 131 private static final float HOUR_STROKE_WIDTH = 5f;
304 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH);
    [all...]

Completed in 610 milliseconds