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

AnimationDrawable.java

package android.graphics.drawable;
public class AnimationDrawable
  extends android.graphics.drawable.DrawableContainer
  implements java.lang.Runnable, android.graphics.drawable.Animatable
{
public  AnimationDrawable() { throw new RuntimeException("Stub!"); }
public  boolean setVisible(boolean visible, boolean restart) { throw new RuntimeException("Stub!"); }
public  void start() { throw new RuntimeException("Stub!"); }
public  void stop() { throw new RuntimeException("Stub!"); }
public  boolean isRunning() { throw new RuntimeException("Stub!"); }
public  void run() { throw new RuntimeException("Stub!"); }
public  void unscheduleSelf(java.lang.Runnable what) { throw new RuntimeException("Stub!"); }
public  int getNumberOfFrames() { throw new RuntimeException("Stub!"); }
public  android.graphics.drawable.Drawable getFrame(int index) { throw new RuntimeException("Stub!"); }
public  int getDuration(int i) { throw new RuntimeException("Stub!"); }
public  boolean isOneShot() { throw new RuntimeException("Stub!"); }
public  void setOneShot(boolean oneShot) { throw new RuntimeException("Stub!"); }
public  void addFrame(android.graphics.drawable.Drawable frame, int duration) { throw new RuntimeException("Stub!"); }
public  void inflate(android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs, android.content.res.Resources.Theme theme) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException { throw new RuntimeException("Stub!"); }
public  android.graphics.drawable.Drawable mutate() { throw new RuntimeException("Stub!"); }
protected  void setConstantState(android.graphics.drawable.DrawableContainer.DrawableContainerState state) { throw new RuntimeException("Stub!"); }
}