Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java280 setBackgroundTintColor(newColor); in setOverrideTintColor()
295 setBackgroundTintColor(color); in updateBackgroundTint()
303 setBackgroundTintColor(newColor); in updateBackgroundTint()
317 protected void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
DNotificationContentView.java977 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView
980 mExpandedSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
983 mHeadsUpSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
986 mExpandedRemoteInput.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
989 mHeadsUpRemoteInput.setBackgroundTintColor(color, colorized); in setBackgroundTintColor()
1487 result.mView.setBackgroundTintColor(backgroundColor, colorized);
1715 smartReplyView.setBackgroundTintColor(backgroundColor, colorized);
DExpandableNotificationRow.java1437 protected void setBackgroundTintColor(int color) {
1438 super.setBackgroundTintColor(color);
1441 view.setBackgroundTintColor(color);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java141 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in SmartReplyView()
180 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in resetSmartSuggestions()
721 public void setBackgroundTintColor(int backgroundColor, boolean colorized) { in setBackgroundTintColor() method in SmartReplyView
DRemoteInputView.java205 public void setBackgroundTintColor(final int backgroundColor, boolean colorized) { in setBackgroundTintColor() method in RemoteInputView