protected class ExpandableTextView.ExpandCollapseAnimation
extends android.view.animation.Animation
| Constructor and Description |
|---|
ExpandableTextView.ExpandCollapseAnimation(android.view.View view,
int startHeight,
int endHeight) |
| 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 ExpandableTextView.ExpandCollapseAnimation(android.view.View view,
int startHeight,
int endHeight)
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