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