Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java178 private int mCachedContrastBackgroundColor = NO_COLOR; field in StatusBarIconView
797 if (mCachedContrastBackgroundColor != backgroundColor) { in getContrastedStaticDrawableColor()
798 mCachedContrastBackgroundColor = backgroundColor; in getContrastedStaticDrawableColor()
805 if (Color.alpha(mCachedContrastBackgroundColor) != 255) { in updateContrastedStaticColor()
811 if (!ContrastColorUtil.satisfiesTextContrast(mCachedContrastBackgroundColor, in updateContrastedStaticColor()
820 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
822 contrastedColor, mCachedContrastBackgroundColor, isDark); in updateContrastedStaticColor()