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