Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationContainer.java271 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method
272 mPrimaryView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
273 mSecondaryView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
DNotificationMainView.java162 private void updateBackgroundColor(int color) { in updateBackgroundColor() method in NotificationMainView
176 public void updateBackgroundColor(int color, AnimatorSet animatorSetOut) { in updateBackgroundColor() method in NotificationMainView
181 updateBackgroundColor(newColor); in updateBackgroundColor()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DDuoTabs.java104 public void updateBackgroundColor() { in updateBackgroundColor() method in DuoTabs
DWallpaperControlButtonGroup.java122 public void updateBackgroundColor() { in updateBackgroundColor() method in WallpaperControlButtonGroup
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java190 mNotificationContainer.updateBackgroundColor(color, animatorSetOut); in setChildColor()