Java android.transition Transition fields, constructors, methods, implement or subclass

Example usage for Java android.transition Transition fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.transition Transition.

The text is from its open source code.

Subclass

android.transition.Transition has subclasses.
Click this link to see all its subclasses.

Method

TransitionaddListener(TransitionListener listener)
Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.
TransitionexcludeTarget(int targetId, boolean exclude)
Whether to add the given id to the list of target ids to exclude from this transition.
TransitionexcludeTarget(String targetName, boolean exclude)
Whether to add the given transitionName to the list of target transitionNames to exclude from this transition.
TransitionexcludeTarget(View target, boolean exclude)
Whether to add the given target to the list of targets to exclude from this transition.
TransitionexcludeTarget(Class type, boolean exclude)
Whether to add the given type to the list of types to exclude from this transition.
ClassgetClass()
Returns the runtime class of this Object .
ListgetTargetIds()
Returns the list of target IDs that this transition limits itself to tracking and animating.
ListgetTargets()
Returns the list of target views that this transition limits itself to tracking and animating.
TransitionremoveListener(TransitionListener listener)
Removes a listener from the set listening to this animation.
TransitionsetDuration(long duration)
Sets the duration of this transition.
TransitionsetStartDelay(long startDelay)
Sets the startDelay of this transition.