Home
last modified time | relevance | path

Searched refs:notificationColor (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java148 @ColorInt int notificationColor, @ColorInt int backgroundColor) { in resolveContrastColor()
149 return getContrastedForegroundColor(notificationColor, backgroundColor, MIN_CONTRAST_RATIO); in resolveContrastColor()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DContrastColorUtil.java475 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
477 return ContrastColorUtil.resolveContrastColor(context, notificationColor, in resolveContrastColor()
491 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
493 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()