Searched refs:shouldUseDark (Results 1 – 2 of 2) sorted by relevance
616 boolean useDark = shouldUseDark(backgroundColor, defaultBackgroundIsDark); in resolvePrimaryColor()628 boolean useDark = shouldUseDark(backgroundColor, defaultBackgroundIsDark); in resolveSecondaryColor()640 boolean useDark = shouldUseDark(backgroundColor, defaultBackgroundIsDark); in resolveDefaultColor()683 private static boolean shouldUseDark(int backgroundColor, boolean defaultBackgroundIsDark) { in shouldUseDark() method in ContrastColorUtil
84667 Lcom/android/internal/util/NotificationColorUtil;->shouldUseDark(I)Z