Searched refs:isColorLight (Results 1 – 5 of 5) sorted by relevance
155 public static boolean isColorLight(int backgroundColor) { in isColorLight() method in NotificationUtils
647 final int lightBarAppearance = ContrastColorUtil.isColorLight(backgroundColor) in applySystemBarsContrastColor()
747 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
624 public static boolean isColorLight(int backgroundColor) { in isColorLight() method in ContrastColorUtil
88615 Lcom/android/internal/util/NotificationColorUtil;->isColorLight(I)Z