Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java256 protected void setTintColor(int color) { in setTintColor() method in ActivatableNotificationView
257 setTintColor(color, false); in setTintColor()
263 void setTintColor(int color, boolean animated) { in setTintColor() method in ActivatableNotificationView
H A DExpandableNotificationRow.java1375 setTintColor(customBackgroundColor, animate);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationViewTest.kt75 mView.setTintColor(Color.BLUE)
H A DExpandableNotificationRowTest.java165 group.setTintColor(Color.RED); in testUpdateBackgroundColors_isRecursive()
166 group.getChildNotificationAt(0).setTintColor(Color.GREEN); in testUpdateBackgroundColors_isRecursive()
167 group.getChildNotificationAt(1).setTintColor(Color.BLUE); in testUpdateBackgroundColors_isRecursive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java436 setTintColor(previousColor); in updateAppearance()