Searched refs:isColorLight (Results 1 – 5 of 5) sorted by relevance
156 if (ContrastColorUtil.isColorLight(backgroundColor)) { in selectForegroundColor()
706 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
621 public static boolean isColorLight(int backgroundColor) { in isColorLight() method in ContrastColorUtil
834 final boolean dark = !ContrastColorUtil.isColorLight(backgroundColor); in setBackgroundTintColor()
99725 Lcom/android/internal/util/NotificationColorUtil;->isColorLight(I)Z