Searched refs:mContrastColor (Results 1 – 2 of 2) sorted by relevance
58 private int mContrastColor; field in DemoStatusIcons73 mContrastColor = DarkIconDispatcher.DEFAULT_INVERSE_ICON_TINT; in DemoStatusIcons()98 mContrastColor = contrastColor; in setColor()105 child.setStaticDrawableColor(mColor, mContrastColor); in updateColors()232 v.setStaticDrawableColor(mColor, mContrastColor); in updateSlot()278 mModernWifiView.setStaticDrawableColor(mColor, mContrastColor); in addModernWifiView()
13659 private int mContrastColor = COLOR_INVALID; field in Notification.Builder.Colors13728 mContrastColor = mPrimaryTextColor; in resolvePalette()13764 mContrastColor = calculateContrastColor(ctx, rawColor, mPrimaryAccentColor, in resolvePalette()13777 mPrimaryAccentColor = mContrastColor; in resolvePalette()13780 mSecondaryAccentColor = mContrastColor; in resolvePalette()13783 mTertiaryAccentColor = mContrastColor; in resolvePalette()13791 mTertiaryFixedDimAccentColor = mContrastColor; in resolvePalette()13886 return mContrastColor; in getContrastColor()