Home
last modified time | relevance | path

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

/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DSweepWatchFaceService.java62 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in SweepWatchFaceService.Engine
145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
152 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
DAnalogWatchFaceService.java71 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in AnalogWatchFaceService.Engine
173 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
180 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
DComplicationSimpleWatchFaceService.java91 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in ComplicationSimpleWatchFaceService.Engine
236 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in initializeWatchFace()
243 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in initializeWatchFace()