public static interface Animator.AnimatorPauseListener
Modifier and Type | Method and Description |
---|---|
void |
onAnimationPause(Animator animation)
Notifies that the animation was paused.
|
void |
onAnimationResume(Animator animation)
Notifies that the animation was resumed, after being
previously paused.
|
void onAnimationPause(Animator animation)
Notifies that the animation was paused.
animation
- The animaton being paused.Animator.pause()
void onAnimationResume(Animator animation)
Notifies that the animation was resumed, after being previously paused.
animation
- The animation being resumed.Animator.resume()