public static interface SubsamplingScaleImageView.OnAnimationEventListener
Modifier and Type | Method and Description |
---|---|
void |
onComplete()
The animation has completed, having reached its endpoint.
|
void |
onInterruptedByNewAnim()
The animation has been aborted before reaching its endpoint because a new animation has been started.
|
void |
onInterruptedByUser()
The animation has been aborted before reaching its endpoint because the user touched the screen.
|
void onComplete()
void onInterruptedByUser()
void onInterruptedByNewAnim()