public class AutoTransition extends TransitionSet
An AutoTransition can be described in a resource file by using the
tag autoTransition
, along with the other standard
attributes of android.R.styleable#Transition
.
Transition.AnimationInfo, Transition.EpicenterCallback, Transition.TransitionListener, Transition.TransitionListenerAdapter
ORDERING_SEQUENTIAL, ORDERING_TOGETHER
MATCH_ID, MATCH_INSTANCE, MATCH_ITEM_ID, MATCH_NAME
Constructor and Description |
---|
AutoTransition()
Constructs an AutoTransition object, which is a TransitionSet which
first fades out disappearing targets, then moves and resizes existing
targets, and finally fades in appearing targets.
|
AutoTransition(Context context,
AttributeSet attrs) |
addListener, addTarget, addTarget, addTarget, addTarget, addTransition, cancel, captureEndValues, captureStartValues, clone, createAnimators, excludeTarget, excludeTarget, excludeTarget, excludeTarget, getOrdering, getTransitionAt, getTransitionCount, pause, removeListener, removeTarget, removeTarget, removeTarget, removeTarget, removeTransition, resume, runAnimators, setDuration, setEpicenterCallback, setInterpolator, setOrdering, setPathMotion, setPropagation, setStartDelay
animate, canRemoveViews, createAnimator, end, excludeChildren, excludeChildren, excludeChildren, getDuration, getEpicenter, getEpicenterCallback, getInterpolator, getName, getNameOverrides, getPathMotion, getPropagation, getStartDelay, getTargetIds, getTargetNames, getTargets, getTargetTypes, getTargetViewNames, getTransitionProperties, getTransitionValues, isTransitionRequired, setMatchOrder, setNameOverrides, start, toString
public AutoTransition()
public AutoTransition(Context context, AttributeSet attrs)