android.graphics.drawable.AnimationDrawable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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) throws org.xmlpull.v1.XmlPullParserException, java.io.IOException { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable mutate() { throw new RuntimeException("Stub!"); }
}