public static class ViewUtils.DefaultAnimationListener
Implementation of Animator.AnimatorListener that does nothing. Used as base class for creating anonymous classes, which doesn't force you to override all the methods.
Also, ensures that will be invoked not more than once per animation (which, for instance, can be possible on HTC One X).ViewUtils.DefaultAnimationListener.onAnimationFinished
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationCancel() |
void |
onAnimationEnd() |
void |
onAnimationFinished()
Implement this method instead of
|
void |
onAnimationRepeat() |
void |
onAnimationStart() |
public void onAnimationStart()
public void onAnimationEnd()
public void onAnimationFinished()
Implement this method instead of ViewUtils.DefaultAnimationListener.onAnimationEnd
public void onAnimationCancel()
public void onAnimationRepeat()