Searched refs:setBackgroundTintColor (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | ActivatableNotificationView.java | 334 setBackgroundTintColor(newColor); in setOverrideTintColor() 349 setBackgroundTintColor(color); in updateBackgroundTint() 357 setBackgroundTintColor(newColor); in updateBackgroundTint() 371 protected void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in ActivatableNotificationView
|
H A D | NotificationContentView.java | 855 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView 858 mExpandedSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor() 861 mHeadsUpSmartReplyView.setBackgroundTintColor(color, colorized); in setBackgroundTintColor() 864 mExpandedRemoteInput.setBackgroundTintColor(color, colorized); in setBackgroundTintColor() 867 mHeadsUpRemoteInput.setBackgroundTintColor(color, colorized); in setBackgroundTintColor() 1281 existing.setBackgroundTintColor(backgroundColor, colorized); 1487 smartReplyView.setBackgroundTintColor(backgroundColor, colorized); in applySmartReplyView()
|
H A D | ExpandableNotificationRow.java | 1283 protected void setBackgroundTintColor(int color) { 1284 super.setBackgroundTintColor(color); 1287 view.setBackgroundTintColor(color);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyView.java | 141 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in SmartReplyView() 180 setBackgroundTintColor(mDefaultBackgroundColor, false /* colorized */); in resetSmartSuggestions() 707 public void setBackgroundTintColor(int backgroundColor, boolean colorized) { in setBackgroundTintColor() method in SmartReplyView
|
H A D | RemoteInputView.java | 193 public void setBackgroundTintColor(final int backgroundColor, boolean colorized) { in setBackgroundTintColor() method in RemoteInputView
|