Searched refs:oldColor (Results 1 – 1 of 1) sorted by relevance
310 int oldColor = ((GradientDrawable) bg).getColor().getDefaultColor(); in setChildColor() local311 animatorSetOut.play(ObjectAnimator.ofArgb(gd, "color", oldColor, color)); in setChildColor()314 int oldColor = ((ColorDrawable) bg).getColor(); in setChildColor() local315 animatorSetOut.play(ObjectAnimator.ofArgb(cd, "color", oldColor, color)); in setChildColor()