Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java306 protected void setTintColor(int color) { in setTintColor() method in ActivatableNotificationView
307 setTintColor(color, false); in setTintColor()
313 void setTintColor(int color, boolean animated) { in setTintColor() method in ActivatableNotificationView
H A DExpandableNotificationRow.java1278 setTintColor(customBackgroundColor, animate);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java279 setTintColor(previousColor); in updateAppearance()