See: Description
| Interface | Description |
|---|---|
| Translate.DeltaResolver |
DeltaResolver specifies an interface that may be used to resolve delta value for translate
animation along both X and Y axes.
|
| WindowTransition |
WindowTransition provides a foursome of animation resources that may be used to override default
activity window transitions via
WindowTransition.overrideStart(Activity) and WindowTransition.overrideFinish(Activity). |
| Class | Description |
|---|---|
| BaseNavigationalTransition<T extends BaseNavigationalTransition> |
BaseNavigationalTransition represents a simple wrapper around window
Transitions
framework to simplify and also to made transitioning between two Activities
independent from the current Android version, that is, to hide such transitions implementation
from the context where it is used. |
| BasicWindowTransition |
Basic implementation of
WindowTransition that may be used to create basic instances of window
transitions to animate window changes. |
| ExtraWindowTransitions |
Factory providing extra
WindowTransitions. |
| NavigationalTransition |
A
BaseNavigationalTransition implementation that may be used also from a context of
framework's Fragment. |
| NavigationalTransitionCompat |
A
BaseNavigationalTransition implementation that may be used also from a context of
support Fragment. |
| Reveal |
A
Visibility transition implementation that tracks changes to the visibility of target
views in the start and end scenes and reveals or conceals views in the scene. |
| Scale |
A
Visibility transition implementation that tracks changes to the visibility of target
views in the start and end scenes and scales up or down views in the scene. |
| Translate |
A
Visibility transition implementation that tracks changes to the visibility of target
views in the start and end scenes and translates/moves views in the scene. |
| Translate.Description |
Describes a translation delta value specified via one of
uiTranslationXDelta,
uiTranslationYDelta attributes. |
| WindowTransitions |
Factory providing common
WindowTransitions. |
| Annotation Type | Description |
|---|---|
| Reveal.RevealMode |
Defines an annotation for determining set of allowed modes for Reveal transition.
|
| Scale.ScaleMode |
Defines an annotation for determining set of allowed modes for Scale transition.
|
| Translate.Description.ValueRelativity |
Defines an annotation for determining set of supported relativity types for translation
delta value of Translate transition.
|
| Translate.TranslateMode |
Defines an annotation for determining set of allowed modes for Translate transition.
|