Searched refs:COLOR_DEFAULT (Results 1 – 11 of 11) sorted by relevance
50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
356 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()
65 + Telephony.SimInfo.COLOR_DEFAULT + "," in getStringForSimInfoTableCreation()
458 if (color == Notification.COLOR_DEFAULT) { in resolveColor()595 if (backgroundColor == Notification.COLOR_DEFAULT) { in shouldUseDark()
480 int rawColor = isLowPriority ? Notification.COLOR_DEFAULT : in getContrastedColor()
799 public int color = COLOR_DEFAULT;806 public static final int COLOR_DEFAULT = 0; // AKA Color.TRANSPARENT field in Notification5547 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()
745 contrastedColor = Notification.COLOR_DEFAULT; in updateContrastedStaticColor()
4976 public static final int COLOR_DEFAULT = 0; field in Telephony.SimInfo
5668 field @ColorInt public static final int COLOR_DEFAULT = 0; // 0x0
4575 field public static final int COLOR_DEFAULT = 0; // 0x0
58700 Landroid/telephony/SubscriptionManager;->COLOR_DEFAULT:I