Lines Matching refs:mHourPaint
84 private Paint mHourPaint; field in SweepWatchFaceService.Engine
129 mHourPaint = new Paint(); in onCreate()
130 mHourPaint.setColor(mWatchHandColor); in onCreate()
131 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH); in onCreate()
132 mHourPaint.setAntiAlias(true); in onCreate()
133 mHourPaint.setStrokeCap(Paint.Cap.ROUND); in onCreate()
134 mHourPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in onCreate()
211 mHourPaint.setColor(Color.WHITE); in updateWatchHandStyle()
216 mHourPaint.setAntiAlias(false); in updateWatchHandStyle()
221 mHourPaint.clearShadowLayer(); in updateWatchHandStyle()
227 mHourPaint.setColor(mWatchHandColor); in updateWatchHandStyle()
232 mHourPaint.setAntiAlias(true); in updateWatchHandStyle()
237 mHourPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in updateWatchHandStyle()
252 mHourPaint.setAlpha(inMuteMode ? 100 : 255); in onInterruptionFilterChanged()
372 mHourPaint); in onDraw()