Example usage for Java android.transition Slide fields, constructors, methods, implement or subclass
The text is from its open source code.
Slide(int slideEdge) Constructor using the provided slide edge direction. | |
Slide() Constructor using the default Gravity#BOTTOM slide edge direction. |
Transition | addTarget(int targetId) Adds the id of a target view that this Transition is interested in animating. |
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 | setSlideEdge(@GravityFlag int slideEdge) Change the edge that Views appear and disappear from. |