Interface | Description |
---|---|
AnimatorListenerCompat |
An animation listener that receives notifications from an animation.
|
AnimatorUpdateListenerCompat |
Implementors of this interface can add themselves as update listeners
to a
ValueAnimator instance to receive callbacks on every animation
frame, after the current frame's values have been calculated for that
ValueAnimator . |
ValueAnimatorCompat |
Compatibility implementation for
android.animation.ValueAnimator . |
Class | Description |
---|---|
AnimatorCompatHelper |