Home
last modified time | relevance | path

Searched refs:oldColor (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java119 int oldColor = mBackgroundColor; in updateBackgroundColor() local
120 ValueAnimator colors = ValueAnimator.ofArgb(oldColor, color); in updateBackgroundColor()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java420 int oldColor = ((GradientDrawable) bg).getColor().getDefaultColor(); in setChildColor() local
421 animatorSetOut.play(ObjectAnimator.ofArgb(gd, "color", oldColor, color)); in setChildColor()
424 int oldColor = ((ColorDrawable) bg).getColor(); in setChildColor() local
425 animatorSetOut.play(ObjectAnimator.ofArgb(cd, "color", oldColor, color)); in setChildColor()