Home
last modified time | relevance | path

Searched refs:startBackground (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DChangeColor.java79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND); in createAnimator() local
83 if (startBackground instanceof ColorDrawable && endBackground instanceof ColorDrawable) { in createAnimator()
84 ColorDrawable startColor = (ColorDrawable) startBackground; in createAnimator()