package android.graphics.drawable;
public class BitmapDrawable
extends android.graphics.drawable.Drawable
{
@java.lang.Deprecated()
public BitmapDrawable() { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unused"})
@java.lang.Deprecated()
public BitmapDrawable(android.content.res.Resources res) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public BitmapDrawable(android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
public BitmapDrawable(android.content.res.Resources res, android.graphics.Bitmap bitmap) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public BitmapDrawable(java.lang.String filepath) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unused"})
public BitmapDrawable(android.content.res.Resources res, java.lang.String filepath) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public BitmapDrawable(java.io.InputStream is) { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"unused"})
public BitmapDrawable(android.content.res.Resources res, java.io.InputStream is) { throw new RuntimeException("Stub!"); }
public final android.graphics.Paint getPaint() { throw new RuntimeException("Stub!"); }
public final android.graphics.Bitmap getBitmap() { throw new RuntimeException("Stub!"); }
public void setTargetDensity(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public void setTargetDensity(android.util.DisplayMetrics metrics) { throw new RuntimeException("Stub!"); }
public void setTargetDensity(int density) { throw new RuntimeException("Stub!"); }
public int getGravity() { throw new RuntimeException("Stub!"); }
public void setGravity(int gravity) { throw new RuntimeException("Stub!"); }
public void setMipMap(boolean mipMap) { throw new RuntimeException("Stub!"); }
public boolean hasMipMap() { throw new RuntimeException("Stub!"); }
public void setAntiAlias(boolean aa) { throw new RuntimeException("Stub!"); }
public boolean hasAntiAlias() { throw new RuntimeException("Stub!"); }
public void setFilterBitmap(boolean filter) { throw new RuntimeException("Stub!"); }
public void setDither(boolean dither) { throw new RuntimeException("Stub!"); }
public android.graphics.Shader.TileMode getTileModeX() { throw new RuntimeException("Stub!"); }
public android.graphics.Shader.TileMode getTileModeY() { throw new RuntimeException("Stub!"); }
public void setTileModeX(android.graphics.Shader.TileMode mode) { throw new RuntimeException("Stub!"); }
public final void setTileModeY(android.graphics.Shader.TileMode mode) { throw new RuntimeException("Stub!"); }
public void setTileModeXY(android.graphics.Shader.TileMode xmode, android.graphics.Shader.TileMode ymode) { throw new RuntimeException("Stub!"); }
public void setAutoMirrored(boolean mirrored) { throw new RuntimeException("Stub!"); }
public final boolean isAutoMirrored() { throw new RuntimeException("Stub!"); }
public int getChangingConfigurations() { throw new RuntimeException("Stub!"); }
protected void onBoundsChange(android.graphics.Rect bounds) { throw new RuntimeException("Stub!"); }
public void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public void getOutline(android.graphics.Outline outline) { throw new RuntimeException("Stub!"); }
public void setAlpha(int alpha) { throw new RuntimeException("Stub!"); }
public int getAlpha() { throw new RuntimeException("Stub!"); }
public void setColorFilter(android.graphics.ColorFilter cf) { throw new RuntimeException("Stub!"); }
public android.graphics.ColorFilter getColorFilter() { throw new RuntimeException("Stub!"); }
public void setTintList(android.content.res.ColorStateList tint) { throw new RuntimeException("Stub!"); }
public void setTintMode(android.graphics.PorterDuff.Mode tintMode) { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable mutate() { throw new RuntimeException("Stub!"); }
protected boolean onStateChange(int[] stateSet) { throw new RuntimeException("Stub!"); }
public boolean isStateful() { 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 void applyTheme(android.content.res.Resources.Theme t) { throw new RuntimeException("Stub!"); }
public boolean canApplyTheme() { throw new RuntimeException("Stub!"); }
public int getIntrinsicWidth() { throw new RuntimeException("Stub!"); }
public int getIntrinsicHeight() { throw new RuntimeException("Stub!"); }
public int getOpacity() { throw new RuntimeException("Stub!"); }
public final android.graphics.drawable.Drawable.ConstantState getConstantState() { throw new RuntimeException("Stub!"); }
}
|