Lines Matching refs:mSecondPaint
86 private Paint mSecondPaint; field in SweepWatchFaceService.Engine
143 mSecondPaint = new Paint(); in onCreate()
144 mSecondPaint.setColor(mWatchHandHighlightColor); in onCreate()
145 mSecondPaint.setStrokeWidth(SECOND_TICK_STROKE_WIDTH); in onCreate()
146 mSecondPaint.setAntiAlias(true); in onCreate()
147 mSecondPaint.setStrokeCap(Paint.Cap.ROUND); in onCreate()
148 mSecondPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in onCreate()
213 mSecondPaint.setColor(Color.WHITE); in updateWatchHandStyle()
218 mSecondPaint.setAntiAlias(false); in updateWatchHandStyle()
223 mSecondPaint.clearShadowLayer(); in updateWatchHandStyle()
229 mSecondPaint.setColor(mWatchHandHighlightColor); in updateWatchHandStyle()
234 mSecondPaint.setAntiAlias(true); in updateWatchHandStyle()
239 mSecondPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in updateWatchHandStyle()
254 mSecondPaint.setAlpha(inMuteMode ? 80 : 255); in onInterruptionFilterChanged()
393 mSecondPaint); in onDraw()