Searched refs:COLOR_DEFAULT (Results 1 – 10 of 10) sorted by relevance
50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
547 if (color == Notification.COLOR_DEFAULT) { in resolveColor()684 if (backgroundColor == Notification.COLOR_DEFAULT) { in shouldUseDark()
517 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
708 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()
838 public int color = COLOR_DEFAULT;845 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification6506 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()
818 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
4454 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6232 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
55377 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I