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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java345 public static final int COLOR_DEFAULT = Color.TRANSPARENT; field in class:NotificationCompat
888 int mColor = COLOR_DEFAULT;
2914 private int mColor = NotificationCompat.COLOR_DEFAULT;
2936 mColor = carBundle.getInt(EXTRA_COLOR, NotificationCompat.COLOR_DEFAULT);
2960 if (mColor != NotificationCompat.COLOR_DEFAULT) {
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java194 public static final int COLOR_DEFAULT = COLOR_1; field in class:SubscriptionManager
/frameworks/base/core/java/android/app/
H A DNotification.java521 public int color = COLOR_DEFAULT;
527 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in class:Notification
1977 private int mColor = COLOR_DEFAULT;
2869 if (mColor != COLOR_DEFAULT) {
3131 if (mColor != COLOR_DEFAULT) {
3138 if (mColor == COLOR_DEFAULT) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java772 entry.row.setTintColor(color == Notification.COLOR_DEFAULT
1460 if (sbn.getNotification().color != Notification.COLOR_DEFAULT) {

Completed in 159 milliseconds