Searched refs:mBackgroundPaint (Results 1 – 2 of 2) sorted by relevance
154 Paint mBackgroundPaint; field in DigitalWatchFaceService.Engine208 mBackgroundPaint = new Paint(); in onCreate()209 mBackgroundPaint.setColor(mInteractiveBackgroundColor); in onCreate()354 adjustPaintColorToCurrentMode(mBackgroundPaint, mInteractiveBackgroundColor, in onAmbientModeChanged()429 updatePaintIfInteractive(mBackgroundPaint, color); in setInteractiveBackgroundColor()467 canvas.drawRect(0, 0, bounds.width(), bounds.height(), mBackgroundPaint); in onDraw()
162 private Paint mBackgroundPaint; field in AnalogComplicationWatchFaceService.Engine270 mBackgroundPaint = new Paint(); in initializeComplicationsAndBackground()271 mBackgroundPaint.setColor(mBackgroundColor); in initializeComplicationsAndBackground()463 mBackgroundPaint.setColor(Color.BLACK); in updateWatchPaintStyles()482 mBackgroundPaint.setColor(mBackgroundColor); in updateWatchPaintStyles()