Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java154 private int mCachedContrastBackgroundColor = NO_COLOR; field in StatusBarIconView
683 if (mCachedContrastBackgroundColor != backgroundColor) { in getContrastedStaticDrawableColor()
684 mCachedContrastBackgroundColor = backgroundColor; in getContrastedStaticDrawableColor()
691 if (Color.alpha(mCachedContrastBackgroundColor) != 255) { in updateContrastedStaticColor()
697 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()
706 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
708 contrastedColor, mCachedContrastBackgroundColor, isDark); in updateContrastedStaticColor()