Searched refs:resolveColor (Results 1 – 3 of 3) sorted by relevance
50 int grey = ContrastColorUtil.resolveColor(ctx, Notification.COLOR_DEFAULT, inNightMode); in applyGrayTint()
546 public static int resolveColor(Context context, int color, boolean defaultBackgroundIsDark) { in resolveColor() method in ContrastColorUtil581 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()
84660 Lcom/android/internal/util/NotificationColorUtil;->resolveColor(Landroid/content/Context;I)I