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.java253 int colorOfViewBeforeLast = NO_COLOR; in updateAppearance() local
326 if (colorOfViewBeforeLast == NO_COLOR) { in updateAppearance()
327 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()
329 row.setOverrideTintColor(colorOfViewBeforeLast, inShelfAmount); in updateAppearance()
331 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()