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.java176 private int mCachedContrastBackgroundColor = NO_COLOR; field in StatusBarIconView
736 if (mCachedContrastBackgroundColor != backgroundColor) { in getContrastedStaticDrawableColor()
737 mCachedContrastBackgroundColor = backgroundColor; in getContrastedStaticDrawableColor()
744 if (Color.alpha(mCachedContrastBackgroundColor) != 255) { in updateContrastedStaticColor()
750 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()
759 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
761 contrastedColor, mCachedContrastBackgroundColor, isDark); in updateContrastedStaticColor()