FileDocCategorySizeDatePackage
AnimationSet.javaAPI DocAndroid 5.1 API2078Sat Mar 14 14:09:38 GMT 2015android.view.animation

AnimationSet

public class AnimationSet extends android.view.animation.Animation

Fields Summary
Constructors Summary
public AnimationSet(android.content.Context context, android.util.AttributeSet attrs)

 throw new RuntimeException("Stub!"); 
public AnimationSet(boolean shareInterpolator)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddAnimation(android.view.animation.Animation a)

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

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

 throw new RuntimeException("Stub!"); 
public java.util.ListgetAnimations()

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

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

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

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

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

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

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

 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 voidsetRepeatMode(int repeatMode)

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

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

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

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

 throw new RuntimeException("Stub!");