Home
last modified time | relevance | path

Searched refs:isColorLight (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMediaNotificationProcessor.java156 if (ContrastColorUtil.isColorLight(backgroundColor)) { in selectForegroundColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java706 boolean isDark = !ContrastColorUtil.isColorLight(mCachedContrastBackgroundColor); in updateContrastedStaticColor()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java621 public static boolean isColorLight(int backgroundColor) { in isColorLight() method in ContrastColorUtil
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java834 final boolean dark = !ContrastColorUtil.isColorLight(backgroundColor); in setBackgroundTintColor()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt99725 Lcom/android/internal/util/NotificationColorUtil;->isColorLight(I)Z