Home
last modified time | relevance | path

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

/packages/apps/Car/Radio/src/com/android/car/radio/
DRadioController.java469 int newColor = mColorMapper.getColorForStation(mCurrentRadioBand, mCurrentChannelNumber); in maybeUpdateBackgroundColor() local
472 if (newColor == mCurrentBackgroundColor) { in maybeUpdateBackgroundColor()
479 mCurrentBackgroundColor = newColor; in maybeUpdateBackgroundColor()
480 setBackgroundColor(newColor); in maybeUpdateBackgroundColor()
485 mCurrentBackgroundColor, newColor); in maybeUpdateBackgroundColor()
490 mCurrentBackgroundColor = newColor; in maybeUpdateBackgroundColor()
/packages/apps/PackageInstaller/src/android/support/wearable/view/
DCircledImageView.java282 int newColor = mCircleColor.getColorForState(getDrawableState(), in setColorForCurrentState() local
291 mCurrentColor, newColor }); in setColorForCurrentState()
297 if (newColor != mCurrentColor) { in setColorForCurrentState()
298 mCurrentColor = newColor; in setColorForCurrentState()