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.java837 int shelfColor = icon.getContrastedStaticDrawableColor(backgroundColor); local
838 if (!noIcon && shelfColor != StatusBarIconView.NO_COLOR) {
840 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
843 iconState.iconColor = shelfColor;