Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DColoredIconHelper.java50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java547 if (color == Notification.COLOR_DEFAULT) { in resolveColor()
684 if (backgroundColor == Notification.COLOR_DEFAULT) { in shouldUseDark()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java517 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java708 validateColorizedPaletteForColor(Notification.COLOR_DEFAULT); in testColors_ensureColors_colorized_producesValidPalette_default()
762 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
770 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java838 public int color = COLOR_DEFAULT;
845 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification
6506 if (mN.color != COLOR_DEFAULT) {
11773 private int mColor = Notification.COLOR_DEFAULT;
11791 mColor = carBundle.getInt(EXTRA_COLOR, Notification.COLOR_DEFAULT); in CarExtender()
11810 if (mColor != Notification.COLOR_DEFAULT) { in extend()
12777 if (rawColor == COLOR_DEFAULT) { in resolvePalette()
12859 if (rawColor == COLOR_DEFAULT) { in calculateContrastColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java818 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java4454 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6232 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55377 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I