Animation.AnimationListener, Animation.DescriptionABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP| Constructor and Description |
|---|
AnimationSet(boolean shareInterpolator) |
AnimationSet(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnimation(Animation a) |
protected AnimationSet |
clone() |
long |
computeDurationHint() |
List<Animation> |
getAnimations() |
long |
getDuration() |
long |
getStartTime() |
boolean |
getTransformation(long currentTime,
Transformation t) |
void |
initialize(int width,
int height,
int parentWidth,
int parentHeight) |
void |
reset() |
void |
restrictDuration(long durationMillis) |
void |
scaleCurrentDuration(float scale) |
void |
setDuration(long durationMillis) |
void |
setFillAfter(boolean fillAfter) |
void |
setFillBefore(boolean fillBefore) |
void |
setRepeatMode(int repeatMode) |
void |
setStartOffset(long startOffset) |
void |
setStartTime(long startTimeMillis) |
boolean |
willChangeBounds() |
boolean |
willChangeTransformationMatrix() |
applyTransformation, cancel, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, resolveSize, setAnimationListener, setBackgroundColor, setDetachWallpaper, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setZAdjustment, start, startNowpublic AnimationSet(Context context, AttributeSet attrs)
public AnimationSet(boolean shareInterpolator)
protected AnimationSet clone() throws CloneNotSupportedException
clone in class AnimationCloneNotSupportedExceptionpublic void setFillAfter(boolean fillAfter)
setFillAfter in class Animationpublic void setFillBefore(boolean fillBefore)
setFillBefore in class Animationpublic void setRepeatMode(int repeatMode)
setRepeatMode in class Animationpublic void setStartOffset(long startOffset)
setStartOffset in class Animationpublic void setDuration(long durationMillis)
setDuration in class Animationpublic void addAnimation(Animation a)
public void setStartTime(long startTimeMillis)
setStartTime in class Animationpublic long getStartTime()
getStartTime in class Animationpublic void restrictDuration(long durationMillis)
restrictDuration in class Animationpublic long getDuration()
getDuration in class Animationpublic long computeDurationHint()
computeDurationHint in class Animationpublic boolean getTransformation(long currentTime,
Transformation t)
getTransformation in class Animationpublic void scaleCurrentDuration(float scale)
scaleCurrentDuration in class Animationpublic void initialize(int width,
int height,
int parentWidth,
int parentHeight)
initialize in class Animationpublic boolean willChangeTransformationMatrix()
willChangeTransformationMatrix in class Animationpublic boolean willChangeBounds()
willChangeBounds in class AnimationCopyright © 2008-2013. All Rights Reserved.