public static class GoldCardReceiveDialog.CardAnimation
extends android.view.animation.Animation
构造器和说明 |
---|
CardAnimation(float toXDelta,
float toYDelta,
float toXScale,
float toYScale) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
applyTransformation(float interpolatedTime,
android.view.animation.Transformation t) |
void |
initialize(int width,
int height,
int parentWidth,
int parentHeight) |
cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix
public CardAnimation(float toXDelta, float toYDelta, float toXScale, float toYScale)
public void initialize(int width, int height, int parentWidth, int parentHeight)
initialize
在类中 android.view.animation.Animation
protected void applyTransformation(float interpolatedTime, android.view.animation.Transformation t)
applyTransformation
在类中 android.view.animation.Animation