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

/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioController.java94 @ColorInt private int mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR; field in class:RadioController
152 mCurrentBackgroundColor = INVALID_BACKGROUND_COLOR;
473 if (newColor == mCurrentBackgroundColor) {
479 if (mCurrentBackgroundColor == INVALID_BACKGROUND_COLOR) {
480 mCurrentBackgroundColor = newColor;
486 mCurrentBackgroundColor, newColor);
491 mCurrentBackgroundColor = newColor;

Completed in 98 milliseconds