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