Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/display/notifications/
DDisplayNotificationManager.java19 import static android.app.Notification.COLOR_DEFAULT;
226 int color = COLOR_DEFAULT; in createErrorNotification()
/frameworks/base/core/java/com/android/internal/widget/
DColoredIconHelper.java50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java18 import static android.app.Notification.COLOR_DEFAULT;
338 newColor = COLOR_DEFAULT; in getAutobundledSummaryAttributes()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java18 import static android.app.Notification.COLOR_DEFAULT;
141 return getSbn(pkg, id, tag, user, groupKey, mSmallIcon, Notification.COLOR_DEFAULT); in getSbn()
150 return new NotificationAttributes(flags, mSmallIcon, COLOR_DEFAULT, DEFAULT_VISIBILITY); in getNotificationAttributes()
1032 COLOR_DEFAULT, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor_disableFlag()
1077 COLOR_DEFAULT, DEFAULT_VISIBILITY); in testAddSummary_diffIcon_diffColor()
1204 childrenAttr.add(new NotificationAttributes(0, icon, COLOR_DEFAULT, in testAutobundledSummaryIcon_sameIcon()
1225 childrenAttr.add(new NotificationAttributes(0, mock(Icon.class), COLOR_DEFAULT, in testAutobundledSummaryIcon_diffIcon()
1266 assertThat(summaryIconColor).isEqualTo(Notification.COLOR_DEFAULT); in testAutobundledSummaryIconColor_diffColor()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java67 + Telephony.SimInfo.COLOR_DEFAULT + "," in getStringForSimInfoTableCreation()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java547 if (color == Notification.COLOR_DEFAULT) { in resolveColor()
684 if (backgroundColor == Notification.COLOR_DEFAULT) { in shouldUseDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java535 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java792 validateColorizedPaletteForColor(Notification.COLOR_DEFAULT); in testColors_ensureColors_colorized_producesValidPalette_default()
847 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
855 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java837 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
/frameworks/base/core/java/android/app/
DNotification.java881 public int color = COLOR_DEFAULT;
888 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification
7135 if (mN.color != COLOR_DEFAULT) {
12671 private int mColor = Notification.COLOR_DEFAULT;
12689 mColor = carBundle.getInt(EXTRA_COLOR, Notification.COLOR_DEFAULT); in CarExtender()
12708 if (mColor != Notification.COLOR_DEFAULT) { in extend()
13714 if (rawColor == COLOR_DEFAULT) { in resolvePalette()
13810 if (rawColor == COLOR_DEFAULT) { in calculateContrastColor()
/frameworks/base/core/java/android/provider/
DTelephony.java4473 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4575 field public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/base/core/api/
Dcurrent.txt6427 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54734 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I