Searched defs:COLOR_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java208 public static final int COLOR_DEFAULT = COLOR_1; field in class:SubscriptionManager
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java450 public static final int COLOR_DEFAULT = Color.TRANSPARENT; field in class:NotificationCompat
695 int mColor = COLOR_DEFAULT;
1903 color == NotificationCompat.COLOR_DEFAULT ? 0 : color, size);
2490 color = afterLollipop && mBuilder.getColor() != NotificationCompat.COLOR_DEFAULT
4596 private int mColor = NotificationCompat.COLOR_DEFAULT;
4618 mColor = carBundle.getInt(EXTRA_COLOR, NotificationCompat.COLOR_DEFAULT);
4725 if (mColor != NotificationCompat.COLOR_DEFAULT) {
/frameworks/base/core/java/android/app/
H A DNotification.java695 public int color = COLOR_DEFAULT;
702 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in class:Notification
4479 if (backgroundColor != COLOR_DEFAULT && isColorized()) {
4584 if (mN.color != COLOR_DEFAULT) {
5185 mN.color = COLOR_DEFAULT;
5266 } else if (mN.color != COLOR_DEFAULT && !isColorized() && mTintActionButtons) {
5284 } else if (mN.color != COLOR_DEFAULT && mTintActionButtons) {
5428 if (mN.color != COLOR_DEFAULT) {
5441 if (mN.color == COLOR_DEFAULT) {
5702 return COLOR_DEFAULT;
[all...]

Completed in 68 milliseconds