Home
last modified time | relevance | path

Searched refs:COLOR_DEFAULT (Results 1 – 25 of 42) sorted by relevance

12

/frameworks/support/media/src/main/java/androidx/media/app/
DNotificationCompat.java20 import static androidx.core.app.NotificationCompat.COLOR_DEFAULT;
496 int color = mBuilder.getColor() != COLOR_DEFAULT in setBackgroundColor()
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java450 public static final int COLOR_DEFAULT = Color.TRANSPARENT; field in NotificationCompat
695 int mColor = COLOR_DEFAULT;
1903 color == NotificationCompat.COLOR_DEFAULT ? 0 : color, size); in createIconWithBackground()
2490 color = afterLollipop && mBuilder.getColor() != NotificationCompat.COLOR_DEFAULT in makeMessageLine()
4596 private int mColor = NotificationCompat.COLOR_DEFAULT;
4618 mColor = carBundle.getInt(EXTRA_COLOR, NotificationCompat.COLOR_DEFAULT); in CarExtender()
4725 if (mColor != NotificationCompat.COLOR_DEFAULT) { in extend()
/frameworks/base/core/java/android/app/
DNotification.java695 public int color = COLOR_DEFAULT;
702 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification
4479 if (backgroundColor != COLOR_DEFAULT && isColorized()) { in ensureColors()
4584 if (mN.color != COLOR_DEFAULT) { in handleProgressBar()
5185 mN.color = COLOR_DEFAULT; in makeLowPriorityContentView()
5266 } else if (mN.color != COLOR_DEFAULT && !isColorized() && mTintActionButtons) { in generateActionButton()
5284 } else if (mN.color != COLOR_DEFAULT && mTintActionButtons) { in generateActionButton()
5428 if (mN.color != COLOR_DEFAULT) {
5441 if (mN.color == COLOR_DEFAULT) {
5702 return COLOR_DEFAULT;
[all …]
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java458 if (color == Notification.COLOR_DEFAULT) { in resolveColor()
595 boolean useDark = backgroundColor == Notification.COLOR_DEFAULT; in shouldUseDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java252 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
DStatusBarIconView.java662 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
DNotificationContentView.java1323 if (color == Notification.COLOR_DEFAULT) { in applyRemoteInput()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java96 assertEquals(Notification.COLOR_DEFAULT, new Notification.CarExtender(after).getColor()); in testStripsExtendersInLowRamModeNoWhitelistNoTv()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java208 public static final int COLOR_DEFAULT = COLOR_1; field in SubscriptionManager
/frameworks/support/compat/api_legacy/
D26.0.0.txt140 field public static final int COLOR_DEFAULT = 0; // 0x0
D27.0.0.txt140 field public static final int COLOR_DEFAULT = 0; // 0x0
D26.1.0.txt140 field public static final int COLOR_DEFAULT = 0; // 0x0
Dcurrent.txt248 field public static final int COLOR_DEFAULT = 0; // 0x0
D27.1.0.txt200 field public static final int COLOR_DEFAULT = 0; // 0x0
D28.0.0-alpha1.txt248 field public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/support/compat/api/
Dcurrent.txt208 field public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/support/api/
D22.0.0.txt1829 field public static final int COLOR_DEFAULT = 0; // 0x0
D22.1.0.txt1971 field public static final int COLOR_DEFAULT = 0; // 0x0
D22.2.0.txt2339 field public static final int COLOR_DEFAULT = 0; // 0x0
D22.2.1.txt2367 field public static final int COLOR_DEFAULT = 0; // 0x0
D25.1.0.txt4560 field public static final int COLOR_DEFAULT = 0; // 0x0
D25.2.0.txt4560 field public static final int COLOR_DEFAULT = 0; // 0x0
D25.0.0.txt4178 field public static final int COLOR_DEFAULT = 0; // 0x0
D23.0.0.txt2939 field public static final int COLOR_DEFAULT = 0; // 0x0
D24.2.0.txt4125 field public static final int COLOR_DEFAULT = 0; // 0x0

12