Searched refs:mNeutralColor (Results 1 – 2 of 2) sorted by relevance
3400 private int mNeutralColor = COLOR_INVALID; field in Notification.Builder5779 if (mNeutralColor != COLOR_INVALID) {5780 return mNeutralColor;5784 mNeutralColor = ContrastColorUtil.resolveDefaultColor(mContext, background,5786 if (Color.alpha(mNeutralColor) < 255) {5788 mNeutralColor = ContrastColorUtil.compositeColors(mNeutralColor, background);5790 return mNeutralColor;
7665 Landroid/app/Notification$Builder;->mNeutralColor:I