Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowTest.java169 assertThat(group.getCurrentBackgroundTint()).isEqualTo(Color.RED); in testUpdateBackgroundColors_isRecursive()
170 assertThat(group.getChildNotificationAt(0).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
172 assertThat(group.getChildNotificationAt(1).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
177 int resetTint = group.getCurrentBackgroundTint(); in testUpdateBackgroundColors_isRecursive()
179 assertThat(group.getChildNotificationAt(0).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
181 assertThat(group.getChildNotificationAt(1).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java687 public int getCurrentBackgroundTint() { in getCurrentBackgroundTint() method in ActivatableNotificationView
H A DNotificationContentView.java1377 int backgroundColor = entry.getRow().getCurrentBackgroundTint();
1605 int backgroundColor = entry.getRow().getCurrentBackgroundTint();