Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java396 int colorOfViewBeforeLast = NO_COLOR; in updateAppearance() local
448 if (colorOfViewBeforeLast == NO_COLOR) { in updateAppearance()
449 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()
451 expandableRow.setOverrideTintColor(colorOfViewBeforeLast, inShelfAmount); in updateAppearance()
453 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()