protected class MapController.MyZoomAnimationListener extends Object implements android.view.animation.Animation.AnimationListener
Modifier | Constructor and Description |
---|---|
protected |
MapController.MyZoomAnimationListener() |
Modifier and Type | Method and Description |
---|---|
void |
onAnimationEnd(android.view.animation.Animation animation) |
void |
onAnimationRepeat(android.view.animation.Animation animation) |
void |
onAnimationStart(android.view.animation.Animation animation) |
protected MapController.MyZoomAnimationListener()
public void onAnimationStart(android.view.animation.Animation animation)
onAnimationStart
in interface android.view.animation.Animation.AnimationListener
public void onAnimationEnd(android.view.animation.Animation animation)
onAnimationEnd
in interface android.view.animation.Animation.AnimationListener
public void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat
in interface android.view.animation.Animation.AnimationListener
Copyright © 2014. All Rights Reserved.