Searched refs:mNeutralColor (Results 1 – 1 of 1) sorted by relevance
3476 private int mNeutralColor = COLOR_INVALID; field in Notification.Builder5910 if (mNeutralColor != COLOR_INVALID) {5911 return mNeutralColor;5915 mNeutralColor = ContrastColorUtil.resolveDefaultColor(mContext, background,5917 if (Color.alpha(mNeutralColor) < 255) {5919 mNeutralColor = ContrastColorUtil.compositeColors(mNeutralColor, background);5921 return mNeutralColor;