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.java474 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
476 return ContrastColorUtil.resolveContrastColor(context, notificationColor, in resolveContrastColor()
490 public static int resolveContrastColor(Context context, int notificationColor, in resolveContrastColor() argument
492 final int resolvedColor = resolveColor(context, notificationColor, isDark); in resolveContrastColor()