public class ResizeAnimation
extends android.view.animation.Animation
| Constructor and Description |
|---|
ResizeAnimation(android.view.View view,
int targetHeight,
int startHeight) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyTransformation(float interpolatedTime,
android.view.animation.Transformation t) |
void |
initialize(int width,
int height,
int parentWidth,
int parentHeight) |
boolean |
willChangeBounds() |
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, willChangeTransformationMatrixpublic ResizeAnimation(android.view.View view,
int targetHeight,
int startHeight)
protected void applyTransformation(float interpolatedTime,
android.view.animation.Transformation t)
applyTransformation in class android.view.animation.Animationpublic void initialize(int width,
int height,
int parentWidth,
int parentHeight)
initialize in class android.view.animation.Animationpublic boolean willChangeBounds()
willChangeBounds in class android.view.animation.Animation