| android.support.v4.view.ViewPropertyAnimatorListener |
Known Indirect Subclasses
|
An animation listener receives notifications from an animation. Notifications indicate animation related events, such as the end or the start of the animation.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Notifies the cancellation of the animation. | |||||||||||
Notifies the end of the animation. | |||||||||||
Notifies the start of the animation. | |||||||||||
Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
| view | The view associated with the ViewPropertyAnimator |
|---|
Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
| view | The view associated with the ViewPropertyAnimator |
|---|
Notifies the start of the animation.
| view | The view associated with the ViewPropertyAnimator |
|---|