Searched refs:mBackgroundColor (Results 1 – 1 of 1) sorted by relevance
155 private int mBackgroundColor; field in AnalogComplicationWatchFaceService.Engine243 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()