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.java278 int colorOfViewBeforeLast = NO_COLOR; in updateAppearance() local
348 if (colorOfViewBeforeLast == NO_COLOR) { in updateAppearance()
349 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()
351 row.setOverrideTintColor(colorOfViewBeforeLast, inShelfAmount); in updateAppearance()
353 colorOfViewBeforeLast = ownColorUntinted; in updateAppearance()