All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.drawable.AnimationDrawable Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy