Searched refs:updateBackgroundColor (Results 1 – 5 of 5) sorted by relevance
271 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method272 mPrimaryView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()273 mSecondaryView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
162 private void updateBackgroundColor(int color) { in updateBackgroundColor() method in NotificationMainView176 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationMainView181 updateBackgroundColor(newColor); in updateBackgroundColor()
104 public void updateBackgroundColor() { in updateBackgroundColor() method in DuoTabs
122 public void updateBackgroundColor() { in updateBackgroundColor() method in WallpaperControlButtonGroup
190 mNotificationContainer.updateBackgroundColor(color, animatorSetOut); in setChildColor()