Searched refs:oldColor (Results 1 – 2 of 2) sorted by relevance
327 int oldColor = ((GradientDrawable) bg).getColor().getDefaultColor(); in setChildColor() local328 animatorSetOut.play(ObjectAnimator.ofArgb(gd, "color", oldColor, color)); in setChildColor()331 int oldColor = ((ColorDrawable) bg).getColor(); in setChildColor() local332 animatorSetOut.play(ObjectAnimator.ofArgb(cd, "color", oldColor, color)); in setChildColor()
177 int oldColor = mBackgroundColor; in updateBackgroundColor() local178 ValueAnimator colors = ValueAnimator.ofArgb(oldColor, color); in updateBackgroundColor()