Searched refs:oldColor (Results 1 – 2 of 2) sorted by relevance
119 int oldColor = mBackgroundColor; in updateBackgroundColor() local120 ValueAnimator colors = ValueAnimator.ofArgb(oldColor, color); in updateBackgroundColor()
420 int oldColor = ((GradientDrawable) bg).getColor().getDefaultColor(); in setChildColor() local421 animatorSetOut.play(ObjectAnimator.ofArgb(gd, "color", oldColor, color)); in setChildColor()424 int oldColor = ((ColorDrawable) bg).getColor(); in setChildColor() local425 animatorSetOut.play(ObjectAnimator.ofArgb(cd, "color", oldColor, color)); in setChildColor()