Home
last modified time | relevance | path

Searched refs:mBackgroundPaint (Results 1 – 2 of 2) sorted by relevance

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DDigitalWatchFaceService.java154 Paint mBackgroundPaint; field in DigitalWatchFaceService.Engine
208 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()
DAnalogComplicationWatchFaceService.java162 private Paint mBackgroundPaint; field in AnalogComplicationWatchFaceService.Engine
270 mBackgroundPaint = new Paint(); in initializeComplicationsAndBackground()
271 mBackgroundPaint.setColor(mBackgroundColor); in initializeComplicationsAndBackground()
463 mBackgroundPaint.setColor(Color.BLACK); in updateWatchPaintStyles()
482 mBackgroundPaint.setColor(mBackgroundColor); in updateWatchPaintStyles()