public static class TouchAnimator.ListenerAdapter extends Object implements TouchAnimator.Listener
Constructor and Description |
---|
ListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationAtEnd()
Called when the animator moves into a position of "0".
|
void |
onAnimationAtStart()
Called when the animator moves into a position of "0".
|
void |
onAnimationStarted()
Called when the animator moves out of the start or end position and is in a transient
state.
|
public void onAnimationAtStart()
TouchAnimator.Listener
onAnimationAtStart
in interface TouchAnimator.Listener
public void onAnimationAtEnd()
TouchAnimator.Listener
onAnimationAtEnd
in interface TouchAnimator.Listener
public void onAnimationStarted()
TouchAnimator.Listener
onAnimationStarted
in interface TouchAnimator.Listener