Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioController.java93 @ColorInt private int mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR; field in RadioController
151 mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR; in initialize()
472 if (newColor == mCurrentBackgroundColor) { in maybeUpdateBackgroundColor()
478 if (mCurrentBackgroundColor == INVALID_BACKGROUND_COLOR) { in maybeUpdateBackgroundColor()
479 mCurrentBackgroundColor = newColor; in maybeUpdateBackgroundColor()
485 mCurrentBackgroundColor, newColor); in maybeUpdateBackgroundColor()
490 mCurrentBackgroundColor = newColor; in maybeUpdateBackgroundColor()