Home
last modified time | relevance | path

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

/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/watchface/
DAnalogComplicationWatchFaceService.java155 private int mBackgroundColor; field in AnalogComplicationWatchFaceService.Engine
243 mBackgroundColor = mSharedPref.getInt(backgroundColorResourceName, Color.BLACK); in loadSavedPreferences()
251 if (mBackgroundColor == Color.WHITE) { in loadSavedPreferences()
271 mBackgroundPaint.setColor(mBackgroundColor); in initializeComplicationsAndBackground()
482 mBackgroundPaint.setColor(mBackgroundColor); in updateWatchPaintStyles()
621 canvas.drawColor(mBackgroundColor); in drawBackground()