Searched refs:SECOND_TICK_STROKE_WIDTH (Results 1 – 3 of 3) sorted by relevance
62 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in SweepWatchFaceService.Engine145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()152 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
71 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in AnalogWatchFaceService.Engine173 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()180 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
91 private static final float SECOND_TICK_STROKE_WIDTH = 2f; field in ComplicationSimpleWatchFaceService.Engine236 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in initializeWatchFace()243 mTickAndCirclePaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in initializeWatchFace()