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