public class LiveFamShopAnimation
extends java.lang.Object
implements android.view.animation.Animation.AnimationListener
限定符和类型 | 类和说明 |
---|---|
static interface |
LiveFamShopAnimation.FamShopCallBcak |
限定符和类型 | 方法和说明 |
---|---|
static LiveFamShopAnimation |
getInstance() |
void |
onAnimationEnd(android.view.animation.Animation animation) |
void |
onAnimationRepeat(android.view.animation.Animation animation) |
void |
onAnimationStart(android.view.animation.Animation animation) |
void |
setFamShopCallBcak(LiveFamShopAnimation.FamShopCallBcak callBcak) |
void |
startAnimation(android.view.View mview,
android.view.View mToView,
android.content.Context context) |
void |
stopAnimation() |
public static LiveFamShopAnimation getInstance()
public void setFamShopCallBcak(LiveFamShopAnimation.FamShopCallBcak callBcak)
public void startAnimation(android.view.View mview, android.view.View mToView, android.content.Context context)
public void stopAnimation()
public void onAnimationStart(android.view.animation.Animation animation)
onAnimationStart
在接口中 android.view.animation.Animation.AnimationListener
public void onAnimationEnd(android.view.animation.Animation animation)
onAnimationEnd
在接口中 android.view.animation.Animation.AnimationListener
public void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat
在接口中 android.view.animation.Animation.AnimationListener