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/notification/row/
DActivatableNotificationView.java465 setBackgroundTintColor(newColor); in setOverrideTintColor()
488 setBackgroundTintColor(color); in updateBackgroundTint()
496 setBackgroundTintColor(newColor); in updateBackgroundTint()
510 protected void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
DNotificationContentView.java894 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView
896 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
899 mHeadsUpSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1466 smartReplyView.setBackgroundTintColor(entry.getRow().getCurrentBackgroundTint()); in applySmartReplyView()
DExpandableNotificationRow.java1265 protected void setBackgroundTintColor(int color) {
1266 super.setBackgroundTintColor(color);
1269 view.setBackgroundTintColor(color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java827 public void setBackgroundTintColor(int backgroundColor) { in setBackgroundTintColor() method in SmartReplyView