Home
last modified time | relevance | path

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

/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DChangeColor.java37 private static final String PROPNAME_BACKGROUND = "customtransition:change_color:background"; field in ChangeColor
46 values.values.put(PROPNAME_BACKGROUND, values.view.getBackground()); in captureValues()
79 Drawable startBackground = (Drawable) startValues.values.get(PROPNAME_BACKGROUND); in createAnimator()
80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND); in createAnimator()