Lines Matching refs:mHourPaint
93 private Paint mHourPaint; field in AnalogWatchFaceService.Engine
157 mHourPaint = new Paint(); in onCreate()
158 mHourPaint.setColor(mWatchHandColor); in onCreate()
159 mHourPaint.setStrokeWidth(HOUR_STROKE_WIDTH); in onCreate()
160 mHourPaint.setAntiAlias(true); in onCreate()
161 mHourPaint.setStrokeCap(Paint.Cap.ROUND); in onCreate()
162 mHourPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in onCreate()
246 mHourPaint.setColor(Color.WHITE); in updateWatchHandStyle()
251 mHourPaint.setAntiAlias(false); in updateWatchHandStyle()
256 mHourPaint.clearShadowLayer(); in updateWatchHandStyle()
262 mHourPaint.setColor(mWatchHandColor); in updateWatchHandStyle()
267 mHourPaint.setAntiAlias(true); in updateWatchHandStyle()
272 mHourPaint.setShadowLayer(SHADOW_RADIUS, 0, 0, mWatchHandShadowColor); in updateWatchHandStyle()
287 mHourPaint.setAlpha(inMuteMode ? 100 : 255); in onInterruptionFilterChanged()
407 mHourPaint); in onDraw()