Home | History | Annotate | Download | only in transition

Lines Matching refs:Transition

16 package android.transition;
22 * in {@link android.transition.Transition#createAnimator(ViewGroup,
23 * TransitionValues, TransitionValues)}. A Transition such as {@link android.transition.Explode}
24 * defaults to using {@link android.transition.CircularPropagation} and Views closer to the
27 * Views will react simultaneously to the start of the transition.
29 * @see Transition#setPropagation(TransitionPropagation)
30 * @see Transition#getEpicenter()
34 * Called by Transition to alter the Animator start delay. All start delays will be adjusted
36 * @param sceneRoot The root of the View hierarchy running the transition.
37 * @param transition The transition that created the Animator
40 * @return A start delay to use with the Animator created by <code>transition</code>. The
42 * used in the Transition so that the smallest delay will be 0. Returned values may be
45 public abstract long getStartDelay(ViewGroup sceneRoot, Transition transition,
50 * transition propagation monitors. These values are then passed as the startValues
52 * {@link #getStartDelay(ViewGroup, Transition, TransitionValues, TransitionValues)}.
54 * properties are that the transition cares about and what the values are
57 * {@link #getStartDelay(ViewGroup, Transition, TransitionValues, TransitionValues)}.
61 * transition system; it is not intended to be called from external classes.</p>
63 * @param transitionValues The holder for any values that the Transition
67 * a transition might call
77 * this transition propagation cares about for the purposes of preventing