Searched refs:mCachedContrastBackgroundColor (Results 1 – 1 of 1) sorted by relevance
154 private int mCachedContrastBackgroundColor = NO_COLOR; field in StatusBarIconView684 if (mCachedContrastBackgroundColor != backgroundColor) { in getContrastedStaticDrawableColor()685 mCachedContrastBackgroundColor = backgroundColor; in getContrastedStaticDrawableColor()692 if (Color.alpha(mCachedContrastBackgroundColor) != 255) { in updateContrastedStaticColor()698 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()707 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()709 contrastedColor, mCachedContrastBackgroundColor, isDark); in updateContrastedStaticColor()