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.java552 setBackgroundTintColor(newColor); in setOverrideTintColor()
575 setBackgroundTintColor(color); in updateBackgroundTint()
585 setBackgroundTintColor(newColor); in updateBackgroundTint()
600 protected void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
DNotificationContentView.java925 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView
927 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
930 mHeadsUpSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()
1448 smartReplyView.setBackgroundTintColor(entry.getRow().getCurrentBackgroundTint());
DExpandableNotificationRow.java1277 protected void setBackgroundTintColor(int color) {
1278 super.setBackgroundTintColor(color);
1281 view.setBackgroundTintColor(color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java822 public void setBackgroundTintColor(int backgroundColor) { in setBackgroundTintColor() method in SmartReplyView