Searched refs:setBackgroundTintColor (Results 1 – 4 of 4) sorted by relevance
552 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
925 public void setBackgroundTintColor(int color) { in setBackgroundTintColor() method in NotificationContentView927 mExpandedSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()930 mHeadsUpSmartReplyView.setBackgroundTintColor(color); in setBackgroundTintColor()1448 smartReplyView.setBackgroundTintColor(entry.getRow().getCurrentBackgroundTint());
1277 protected void setBackgroundTintColor(int color) {1278 super.setBackgroundTintColor(color);1281 view.setBackgroundTintColor(color);
822 public void setBackgroundTintColor(int backgroundColor) { in setBackgroundTintColor() method in SmartReplyView