Home
last modified time | relevance | path

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

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DControllerView.java57 private Paint mBackgroundPaint; field in ControllerView
184 mBackgroundPaint = new Paint(); in init()
185 mBackgroundPaint.setStyle(Paint.Style.FILL); in init()
186 mBackgroundPaint.setDither(true); in init()
187 mBackgroundPaint.setAntiAlias(true); in init()
347 canvas.drawRect(0, 0, getWidth(), getHeight(), mBackgroundPaint); in onDraw()
/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()
/developers/build/prebuilts/gradle/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()