Home
last modified time | relevance | path

Searched refs:updateBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java100 updateBackgroundColor(colorBackground.getColor()); in onFinishInflate()
103 private void updateBackgroundColor(int color) { in updateBackgroundColor() method in NotificationMainView
118 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationMainView
123 updateBackgroundColor(newColor); in updateBackgroundColor()
DNotificationItemView.java83 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationItemView
84 mMainView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java176 mNotificationItemView.updateBackgroundColor(color, animatorSetOut); in setChildColor()