Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java563 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
565 return ContrastColorUtil.resolveContrastColor(context, notificationColor, in resolveContrastColor()
579 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
581 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()