android.support.transition
Support android.transition classes to provide transition API back to android API level 14.
This library contains
Transition,
TransitionManager, and other related classes
back-ported from their platform versions introduced Android API level 19.
Interfaces
Classes
| AutoTransition |
Utility class for creating a default transition that automatically fades,
moves, and resizes views during a scene change.
|
| ChangeBounds |
This transition captures the layout bounds of target views before and after
the scene change and animates those changes during the transition.
|
| Fade |
This transition tracks changes to the visibility of target views in the
start and end scenes and fades views in or out when they become visible
or non-visible.
|
| R |
|
| R.id |
|
| Scene |
A scene represents the collection of values that various properties in the
View hierarchy will have when the scene is applied.
|
| Transition |
A Transition holds information about animations that will be run on its
targets during a scene change.
|
| TransitionManager |
This class manages the set of transitions that fire when there is a
change of Scene.
|
| TransitionSet |
A TransitionSet is a parent of child transitions (including other
TransitionSets).
|
| TransitionValues |
Data structure which holds cached values for the transition.
|
| Visibility |
This transition tracks changes to the visibility of target views in the
start and end scenes.
|