android.graphics.drawable.BitmapDrawable 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 BitmapDrawable
extends android.graphics.drawable.Drawable
{
@java.lang.Deprecated()
public BitmapDrawable() { throw new RuntimeException("Stub!"); }
@java.lang.SuppressWarnings(value={"UnusedParameters"})
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={"UnusedParameters"})
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={"UnusedParameters"})
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 setAntiAlias(boolean aa) { 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 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 setAlpha(int alpha) { throw new RuntimeException("Stub!"); }
public void setColorFilter(android.graphics.ColorFilter cf) { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable mutate() { 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 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!"); }
}