FileDocCategorySizeDatePackage
StateListDrawable.javaAPI DocAndroid 5.1 API1100Sat Mar 14 14:09:42 GMT 2015android.graphics.drawable

StateListDrawable.java

package android.graphics.drawable;
public class StateListDrawable
  extends android.graphics.drawable.DrawableContainer
{
public  StateListDrawable() { throw new RuntimeException("Stub!"); }
public  void addState(int[] stateSet, android.graphics.drawable.Drawable drawable) { throw new RuntimeException("Stub!"); }
public  boolean isStateful() { throw new RuntimeException("Stub!"); }
protected  boolean onStateChange(int[] stateSet) { 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!"); }
public  void applyTheme(android.content.res.Resources.Theme theme) { throw new RuntimeException("Stub!"); }
protected  void setConstantState(android.graphics.drawable.DrawableContainer.DrawableContainerState state) { throw new RuntimeException("Stub!"); }
}