Home
last modified time | relevance | path

Searched refs:setBackgroundTintColor (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DActivatableNotificationView.java543 setBackgroundTintColor(newColor); in setOverrideTintColor()
566 setBackgroundTintColor(color); in updateBackgroundTint()
576 setBackgroundTintColor(newColor); in updateBackgroundTint()
591 protected void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
DNotificationContentView.java888 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView
890 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
DExpandableNotificationRow.java1097 protected void setBackgroundTintColor(int color) {
1098 super.setBackgroundTintColor(color);
1101 view.setBackgroundTintColor(color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java570 public void setBackgroundTintColor(int backgroundColor) { in setBackgroundTintColor() method in SmartReplyView