Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java327 int oldColor = ((GradientDrawable) bg).getColor().getDefaultColor(); in setChildColor() local
328 animatorSetOut.play(ObjectAnimator.ofArgb(gd, "color", oldColor, color)); in setChildColor()
331 int oldColor = ((ColorDrawable) bg).getColor(); in setChildColor() local
332 animatorSetOut.play(ObjectAnimator.ofArgb(cd, "color", oldColor, color)); in setChildColor()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java177 int oldColor = mBackgroundColor; in updateBackgroundColor() local
178 ValueAnimator colors = ValueAnimator.ofArgb(oldColor, color); in updateBackgroundColor()