FileDocCategorySizeDatePackage
AnimationDrawable.javaAPI DocAndroid 5.1 API1745Sat Mar 14 14:09:36 GMT 2015android.graphics.drawable

AnimationDrawable

public class AnimationDrawable extends android.graphics.drawable.DrawableContainer implements Runnable, android.graphics.drawable.Animatable

Fields Summary
Constructors Summary
public AnimationDrawable()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddFrame(android.graphics.drawable.Drawable frame, int duration)

 throw new RuntimeException("Stub!"); 
public intgetDuration(int i)

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetFrame(int index)

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

 throw new RuntimeException("Stub!"); 
public voidinflate(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs, android.content.res.Resources.Theme theme)

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

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

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.Drawablemutate()

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

 throw new RuntimeException("Stub!"); 
protected voidsetConstantState(android.graphics.drawable.DrawableContainer.DrawableContainerState state)

 throw new RuntimeException("Stub!"); 
public voidsetOneShot(boolean oneShot)

 throw new RuntimeException("Stub!"); 
public booleansetVisible(boolean visible, boolean restart)

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

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

 throw new RuntimeException("Stub!"); 
public voidunscheduleSelf(java.lang.Runnable what)

 throw new RuntimeException("Stub!");