Searched refs:endBackground (Results 1 – 1 of 1) sorted by relevance
70 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND); in createAnimator() local72 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) { in createAnimator()74 ColorDrawable endColor = (ColorDrawable) endBackground; in createAnimator()78 return ObjectAnimator.ofObject(endBackground, "color", in createAnimator()