Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt71 mView.updateBackgroundColors()
84 mView.updateBackgroundColors()
H A DExpandableNotificationRowTest.java175 group.updateBackgroundColors(); in testUpdateBackgroundColors_isRecursive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java138 public void updateBackgroundColors() { in updateBackgroundColors() method in ActivatableNotificationView
H A DExpandableNotificationRow.java609 super.updateBackgroundColors(); in updateBackgroundColorsOfSelf()
613 public void updateBackgroundColors() { in updateBackgroundColors() method in ExpandableNotificationRow
619 child.updateBackgroundColors(); in updateBackgroundColors()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java785 ((ActivatableNotificationView) child).updateBackgroundColors(); in updateBgColor()