Home
last modified time | relevance | path

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 DActivatableNotificationView.java334 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 DNotificationContentView.java855 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 DExpandableNotificationRow.java1283 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 DSmartReplyView.java141 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 DRemoteInputView.java193 public void setBackgroundTintColor(final int backgroundColor, boolean colorized) { in setBackgroundTintColor() method in RemoteInputView