android.animation.Animator.AnimatorPauseListener |
Known Indirect Subclasses |
A pause listener receives notifications from an animation when the
animation is paused
or resumed
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Notifies that the animation was paused. | |||||||||||
Notifies that the animation was resumed, after being previously paused. |
Notifies that the animation was paused.
animation | The animaton being paused. |
---|
Notifies that the animation was resumed, after being previously paused.
animation | The animation being resumed. |
---|