Example usage for Java android.transition Explode fields, constructors, methods, implement or subclass
The text is from its open source code.
Transition | excludeTarget(int targetId, boolean exclude) Whether to add the given id to the list of target ids to exclude from this transition. |
Transition | setDuration(long duration) Sets the duration of this transition. |
Transition | setInterpolator(TimeInterpolator interpolator) Sets the interpolator of this transition. |
void | setPropagation(TransitionPropagation transitionPropagation) Sets the method for determining Animator start delays. |