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

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

Introduction

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

The text is from its open source code.

Field

intIN
Fading mode used in #Fade(int) to make the transition operate on targets that are appearing.
intOUT
Fading mode used in #Fade(int) to make the transition operate on targets that are disappearing.

Constructor

Fade()
Constructs a Fade transition that will fade targets in and out.
Fade(int fadingMode)
Constructs a Fade transition that will fade targets in and/or out, according to the value of fadingMode.

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.
TransitionaddTarget(int targetId)
Adds the id of a target view that this Transition is interested in animating.
TransitionsetDuration(long duration)
Sets the duration of this transition.
TransitionsetStartDelay(long startDelay)
Sets the startDelay of this transition.