Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowTest.java172 assertThat(group.getCurrentBackgroundTint()).isEqualTo(Color.RED); in testUpdateBackgroundColors_isRecursive()
173 assertThat(group.getChildNotificationAt(0).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
175 assertThat(group.getChildNotificationAt(1).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
180 int resetTint = group.getCurrentBackgroundTint(); in testUpdateBackgroundColors_isRecursive()
182 assertThat(group.getChildNotificationAt(0).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
184 assertThat(group.getChildNotificationAt(1).getCurrentBackgroundTint()) in testUpdateBackgroundColors_isRecursive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java762 public int getCurrentBackgroundTint() { in getCurrentBackgroundTint() method in ActivatableNotificationView
DNotificationContentView.java1485 int backgroundColor = entry.getRow().getCurrentBackgroundTint();
1713 int backgroundColor = entry.getRow().getCurrentBackgroundTint();