Searched refs:mPrimaryAccentColor (Results 1 – 1 of 1) sorted by relevance
13651 private int mPrimaryAccentColor = COLOR_INVALID; field in Notification.Builder.Colors13729 mPrimaryAccentColor = mPrimaryTextColor; in resolvePalette()13755 mPrimaryAccentColor = getColor(ta, 3, COLOR_INVALID); in resolvePalette()13764 mContrastColor = calculateContrastColor(ctx, rawColor, mPrimaryAccentColor, in resolvePalette()13776 if (mPrimaryAccentColor == COLOR_INVALID) { in resolvePalette()13777 mPrimaryAccentColor = mContrastColor; in resolvePalette()13853 return mPrimaryAccentColor; in getPrimaryAccentColor()