Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java679 int shelfColor = icon.getContrastedStaticDrawableColor(backgroundColor); local
680 if (!noIcon && shelfColor != StatusBarIconView.NO_COLOR) {
682 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
685 iconState.iconColor = shelfColor;