Searched defs:COLOR_DEFAULT (Results 1 - 3 of 3) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java439 public static final int COLOR_DEFAULT = Color.TRANSPARENT; field in class:NotificationCompat
670 int mColor = COLOR_DEFAULT;
1806 color == NotificationCompat.COLOR_DEFAULT ? 0 : color, size);
2266 color = afterLollipop && mBuilder.getColor() != NotificationCompat.COLOR_DEFAULT
4133 private int mColor = NotificationCompat.COLOR_DEFAULT;
4155 mColor = carBundle.getInt(EXTRA_COLOR, NotificationCompat.COLOR_DEFAULT);
4262 if (mColor != NotificationCompat.COLOR_DEFAULT) {
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java196 public static final int COLOR_DEFAULT = COLOR_1; field in class:SubscriptionManager
/frameworks/base/core/java/android/app/
H A DNotification.java651 public int color = COLOR_DEFAULT;
658 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in class:Notification
3986 if (backgroundColor != COLOR_DEFAULT
4094 if (mN.color != COLOR_DEFAULT) {
4612 mN.color = COLOR_DEFAULT;
4696 } else if (mN.color != COLOR_DEFAULT && !isColorized() && mTintActionButtons) {
4704 } else if (mN.color != COLOR_DEFAULT && mTintActionButtons) {
4837 if (mN.color != COLOR_DEFAULT) {
4853 if (mN.color == COLOR_DEFAULT) {
5094 : COLOR_DEFAULT;
[all...]

Completed in 137 milliseconds