Searched refs:startBackground (Results 1 – 1 of 1) sorted by relevance
69 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND); in createAnimator() local72 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) { in createAnimator()73 ColorDrawable startColor = (ColorDrawable) startBackground; in createAnimator()