Searched refs:mNeutralColor (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DNotification.java3194 private int mNeutralColor = COLOR_INVALID; field in class:Notification.Builder
5457 if (mNeutralColor != COLOR_INVALID) {
5458 return mNeutralColor;
5462 mNeutralColor = NotificationColorUtil.resolveDefaultColor(mContext, background);
5463 if (Color.alpha(mNeutralColor) < 255) {
5465 mNeutralColor = NotificationColorUtil.compositeColors(mNeutralColor, background);
5467 return mNeutralColor;

Completed in 137 milliseconds