Home
last modified time | relevance | path

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

/development/samples/browseable/CustomTransition/src/com.example.android.customtransition/
DChangeColor.java69 TransitionValues startValues, TransitionValues endValues) { in createAnimator() argument
71 if (null == startValues || null == endValues) { in createAnimator()
76 final View view = endValues.view; in createAnimator()
80 Drawable endBackground = (Drawable) endValues.values.get(PROPNAME_BACKGROUND); in createAnimator()
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
DScaleTransition.java37 TransitionValues endValues) { in onAppear() argument
43 TransitionValues endValues) { in onDisappear() argument