Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationViewTest.kt72 mView.updateBackgroundColors() in testBackgroundBehaviors()
85 mView.updateBackgroundColors() in testBackgroundBehaviors()
DExpandableNotificationRowTest.java178 group.updateBackgroundColors(); in testUpdateBackgroundColors_isRecursive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java370 public void updateBackgroundColors() { in updateBackgroundColors() method in NotificationShelf
371 super.updateBackgroundColors(); in updateBackgroundColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java143 public void updateBackgroundColors() { in updateBackgroundColors() method in ActivatableNotificationView
DExpandableNotificationRow.java627 super.updateBackgroundColors(); in updateBackgroundColorsOfSelf()
637 public void updateBackgroundColors() { in updateBackgroundColors() method in ExpandableNotificationRow
643 child.updateBackgroundColors(); in updateBackgroundColors()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java784 activatableView.updateBackgroundColors(); in updateBgColor()