FileDocCategorySizeDatePackage
Animation.javaAPI DocAndroid 5.1 API5327Sat Mar 14 14:09:32 GMT 2015android.view.animation

Animation

public abstract class Animation extends Object implements Cloneable

Fields Summary
public static final int
ABSOLUTE
public static final int
INFINITE
public static final int
RELATIVE_TO_PARENT
public static final int
RELATIVE_TO_SELF
public static final int
RESTART
public static final int
REVERSE
public static final int
START_ON_FIRST_FRAME
public static final int
ZORDER_BOTTOM
public static final int
ZORDER_NORMAL
public static final int
ZORDER_TOP
Constructors Summary
public Animation()

 throw new RuntimeException("Stub!"); 
public Animation(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
Methods Summary
protected voidapplyTransformation(float interpolatedTime, android.view.animation.Transformation t)

 throw new RuntimeException("Stub!"); 
public voidcancel()

 throw new RuntimeException("Stub!"); 
protected android.view.animation.Animationclone()

 throw new RuntimeException("Stub!"); 
public longcomputeDurationHint()

 throw new RuntimeException("Stub!"); 
protected voidensureInterpolator()

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetBackgroundColor()

 throw new RuntimeException("Stub!"); 
public booleangetDetachWallpaper()

 throw new RuntimeException("Stub!"); 
public longgetDuration()

 throw new RuntimeException("Stub!"); 
public booleangetFillAfter()

 throw new RuntimeException("Stub!"); 
public booleangetFillBefore()

 throw new RuntimeException("Stub!"); 
public android.view.animation.InterpolatorgetInterpolator()

 throw new RuntimeException("Stub!"); 
public intgetRepeatCount()

 throw new RuntimeException("Stub!"); 
public intgetRepeatMode()

 throw new RuntimeException("Stub!"); 
protected floatgetScaleFactor()

 throw new RuntimeException("Stub!"); 
public longgetStartOffset()

 throw new RuntimeException("Stub!"); 
public longgetStartTime()

 throw new RuntimeException("Stub!"); 
public booleangetTransformation(long currentTime, android.view.animation.Transformation outTransformation)

 throw new RuntimeException("Stub!"); 
public booleangetTransformation(long currentTime, android.view.animation.Transformation outTransformation, float scale)

 throw new RuntimeException("Stub!"); 
public intgetZAdjustment()

 throw new RuntimeException("Stub!"); 
public booleanhasEnded()

 throw new RuntimeException("Stub!"); 
public booleanhasStarted()

 throw new RuntimeException("Stub!"); 
public voidinitialize(int width, int height, int parentWidth, int parentHeight)

 throw new RuntimeException("Stub!"); 
public booleanisFillEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisInitialized()

 throw new RuntimeException("Stub!"); 
public voidreset()

 throw new RuntimeException("Stub!"); 
protected floatresolveSize(int type, float value, int size, int parentSize)

 throw new RuntimeException("Stub!"); 
public voidrestrictDuration(long durationMillis)

 throw new RuntimeException("Stub!"); 
public voidscaleCurrentDuration(float scale)

 throw new RuntimeException("Stub!"); 
public voidsetAnimationListener(android.view.animation.Animation$AnimationListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetBackgroundColor(int bg)

 throw new RuntimeException("Stub!"); 
public voidsetDetachWallpaper(boolean detachWallpaper)

 throw new RuntimeException("Stub!"); 
public voidsetDuration(long durationMillis)

 throw new RuntimeException("Stub!"); 
public voidsetFillAfter(boolean fillAfter)

 throw new RuntimeException("Stub!"); 
public voidsetFillBefore(boolean fillBefore)

 throw new RuntimeException("Stub!"); 
public voidsetFillEnabled(boolean fillEnabled)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.content.Context context, int resID)

 throw new RuntimeException("Stub!"); 
public voidsetInterpolator(android.view.animation.Interpolator i)

 throw new RuntimeException("Stub!"); 
public voidsetRepeatCount(int repeatCount)

 throw new RuntimeException("Stub!"); 
public voidsetRepeatMode(int repeatMode)

 throw new RuntimeException("Stub!"); 
public voidsetStartOffset(long startOffset)

 throw new RuntimeException("Stub!"); 
public voidsetStartTime(long startTimeMillis)

 throw new RuntimeException("Stub!"); 
public voidsetZAdjustment(int zAdjustment)

 throw new RuntimeException("Stub!"); 
public voidstart()

 throw new RuntimeException("Stub!"); 
public voidstartNow()

 throw new RuntimeException("Stub!"); 
public booleanwillChangeBounds()

 throw new RuntimeException("Stub!"); 
public booleanwillChangeTransformationMatrix()

 throw new RuntimeException("Stub!");