An animation listener receives notifications from an animation. Notifications indicate animation related events, such as the end or the start of the animation.
Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.paramview The view associated with the ViewPropertyAnimator
Notifies the cancellation of the animation. This callback is not invoked for animations with repeat count set to INFINITE.
Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.paramview 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.
Notifies the start of the animation.paramview The view associated with the ViewPropertyAnimator
Notifies the start of the animation.