/frameworks/base/services/core/java/com/android/server/display/notifications/ |
D | DisplayNotificationManager.java | 19 import static android.app.Notification.COLOR_DEFAULT; 226 int color = COLOR_DEFAULT; in createErrorNotification()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ColoredIconHelper.java | 50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | GroupHelper.java | 18 import static android.app.Notification.COLOR_DEFAULT; 338 newColor = COLOR_DEFAULT; in getAutobundledSummaryAttributes()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | GroupHelperTest.java | 18 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/ |
D | FakeTelephonyProvider.java | 67 + Telephony.SimInfo.COLOR_DEFAULT + "," in getStringForSimInfoTableCreation()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 547 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/ |
D | NotificationEntry.java | 535 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | NotificationTest.java | 792 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/ |
D | StatusBarIconView.java | 837 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 881 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/ |
D | Telephony.java | 4473 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4575 field public static final int COLOR_DEFAULT = 0; // 0x0
|
/frameworks/base/core/api/ |
D | current.txt | 6427 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54734 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I
|