android.view.animation
Class AlphaAnimation
java.lang.Object
android.view.animation.Animation
android.view.animation.AlphaAnimation
- All Implemented Interfaces:
- Cloneable
public class AlphaAnimation
- extends Animation
Methods inherited from class android.view.animation.Animation |
cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, initialize, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow |
AlphaAnimation
public AlphaAnimation(Context context,
AttributeSet attrs)
AlphaAnimation
public AlphaAnimation(float fromAlpha,
float toAlpha)
applyTransformation
protected void applyTransformation(float interpolatedTime,
Transformation t)
- Overrides:
applyTransformation
in class Animation
willChangeTransformationMatrix
public boolean willChangeTransformationMatrix()
- Overrides:
willChangeTransformationMatrix
in class Animation
willChangeBounds
public boolean willChangeBounds()
- Overrides:
willChangeBounds
in class Animation
Copyright © 2008-2012. All Rights Reserved.