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

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

Introduction

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

The text is from its open source code.

Constructor

Slide(int slideEdge)
Constructor using the provided slide edge direction.
Slide()
Constructor using the default Gravity#BOTTOM slide edge direction.

Method

TransitionaddTarget(int targetId)
Adds the id of a target view that this Transition is interested in animating.
TransitionexcludeTarget(int targetId, boolean exclude)
Whether to add the given id to the list of target ids to exclude from this transition.
TransitionsetDuration(long duration)
Sets the duration of this transition.
TransitionsetInterpolator(TimeInterpolator interpolator)
Sets the interpolator of this transition.
voidsetSlideEdge(@GravityFlag int slideEdge)
Change the edge that Views appear and disappear from.