Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioController.java70 private static final int INVALID_BACKGROUND_COLOR = 0; field in RadioController
93 @ColorInt private int mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR;
151 mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR; in initialize()
478 if (mCurrentBackgroundColor == INVALID_BACKGROUND_COLOR) { in maybeUpdateBackgroundColor()