Searched refs:updateBackgroundColor (Results 1 – 3 of 3) sorted by relevance
100 updateBackgroundColor(colorBackground.getColor()); in onFinishInflate()103 private void updateBackgroundColor(int color) { in updateBackgroundColor() method in NotificationMainView118 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationMainView123 updateBackgroundColor(newColor); in updateBackgroundColor()
83 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationItemView84 mMainView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
176 mNotificationItemView.updateBackgroundColor(color, animatorSetOut); in setChildColor()