Searched refs:mCachedContrastBackgroundColor (Results 1 – 1 of 1) sorted by relevance
176 private int mCachedContrastBackgroundColor = NO_COLOR; field in StatusBarIconView736 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()