package android.graphics.drawable;
public class LevelListDrawable
extends android.graphics.drawable.DrawableContainer
{
public LevelListDrawable() { throw new RuntimeException("Stub!"); }
public void addLevel(int low, int high, android.graphics.drawable.Drawable drawable) { throw new RuntimeException("Stub!"); }
protected boolean onLevelChange(int level) { 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!"); }
}
|