public static interface TouchAnimator.Listener
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.
|
void onAnimationAtStart()
void onAnimationAtEnd()
void onAnimationStarted()