| BitmapContainerTransitionFactory<R> |
|
| BitmapTransitionFactory |
A TransitionFactory for Bitmaps that uses a Drawable transition
factory to transition from an existing drawable already visible on the target to the new bitmap.
|
| DrawableCrossFadeFactory |
A factory class that produces a new Transition that varies depending on whether or not
the drawable was loaded from the memory cache and whether or not the drawable is the first image
to be put on the target.
|
| DrawableCrossFadeFactory.Builder |
|
| DrawableCrossFadeTransition |
A cross fade Transition for Drawables that uses an
TransitionDrawable to transition from an existing drawable
already visible on the target to a new drawable.
|
| NoTransition<R> |
|
| NoTransition.NoAnimationFactory<R> |
|
| ViewAnimationFactory<R> |
|
| ViewPropertyAnimationFactory<R> |
|
| ViewPropertyTransition<R> |
A Transition that accepts an interface that can apply an animation like a ViewPropertyAnimator or a ObjectAnimator that can be used
to transition a resource into a View.
|
| ViewTransition<R> |
A Transition that can apply a Animation to a
View using View.startAnimation(android.view.animation.Animation).
|