Searched defs:TransitionSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransitionSet.java32 * A TransitionSet is a parent of child transitions (including other
36 * uses a TransitionSet to sequentially play a Fade(Fade.OUT), followed by
39 * <p>A TransitionSet can be described in a resource file by using the
41 * attributes of {@link android.R.styleable#TransitionSet} and
43 * TransitionSet object can be loaded by adding those child tags inside the
45 * describes a TransitionSet that plays a Fade and then a ChangeBounds
55 public class TransitionSet extends Transition { class in inherits:Transition
81 public TransitionSet() { method in class:TransitionSet
84 public TransitionSet(Context context, AttributeSet attrs) { method in class:TransitionSet
86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TransitionSet);
[all...]

Completed in 97 milliseconds