Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DColoredIconHelper.java50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java356 validateColorizedPaletteForColor(Notification.COLOR_DEFAULT); in testColors_ensureColors_colorized_producesValidPalette_default()
387 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
395 if (rawColor != Notification.COLOR_DEFAULT) { in validateColorizedPaletteForColor()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DFakeTelephonyProvider.java65 + Telephony.SimInfo.COLOR_DEFAULT + "," in getStringForSimInfoTableCreation()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java458 if (color == Notification.COLOR_DEFAULT) { in resolveColor()
595 if (backgroundColor == Notification.COLOR_DEFAULT) { in shouldUseDark()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java480 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
/frameworks/base/core/java/android/app/
DNotification.java799 public int color = COLOR_DEFAULT;
806 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification
5547 return p.allowColorization && mN.color != COLOR_DEFAULT && mN.isColorized(); in isBackgroundColorized()
5555 return mN.color != COLOR_DEFAULT && mN.isColorized() in isCallActionColorCustomizable()
6307 if (mN.color != COLOR_DEFAULT) {
11363 private int mColor = Notification.COLOR_DEFAULT;
11381 mColor = carBundle.getInt(EXTRA_COLOR, Notification.COLOR_DEFAULT); in CarExtender()
11400 if (mColor != Notification.COLOR_DEFAULT) { in extend()
12364 if (rawColor == COLOR_DEFAULT) { in resolvePalette()
12437 if (rawColor == COLOR_DEFAULT) { in calculateContrastColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java745 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
/frameworks/base/core/java/android/provider/
DTelephony.java4976 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
/frameworks/base/core/api/
Dcurrent.txt5668 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4575 field public static final int COLOR_DEFAULT = 0; // 0x0
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt58700 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I