android.graphics.drawable.NinePatchDrawable 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 NinePatchDrawable
extends android.graphics.drawable.Drawable
{
@java.lang.Deprecated()
public NinePatchDrawable(android.graphics.Bitmap bitmap, byte[] chunk, android.graphics.Rect padding, java.lang.String srcName) { throw new RuntimeException("Stub!"); }
public NinePatchDrawable(android.content.res.Resources res, android.graphics.Bitmap bitmap, byte[] chunk, android.graphics.Rect padding, java.lang.String srcName) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public NinePatchDrawable(android.graphics.NinePatch patch) { throw new RuntimeException("Stub!"); }
public NinePatchDrawable(android.content.res.Resources res, android.graphics.NinePatch patch) { 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 void draw(android.graphics.Canvas canvas) { throw new RuntimeException("Stub!"); }
public int getChangingConfigurations() { throw new RuntimeException("Stub!"); }
public boolean getPadding(android.graphics.Rect padding) { 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 void setDither(boolean dither) { throw new RuntimeException("Stub!"); }
public void setFilterBitmap(boolean filter) { 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.Paint getPaint() { throw new RuntimeException("Stub!"); }
public int getIntrinsicWidth() { throw new RuntimeException("Stub!"); }
public int getIntrinsicHeight() { throw new RuntimeException("Stub!"); }
public int getMinimumWidth() { throw new RuntimeException("Stub!"); }
public int getMinimumHeight() { throw new RuntimeException("Stub!"); }
public int getOpacity() { throw new RuntimeException("Stub!"); }
public android.graphics.Region getTransparentRegion() { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable.ConstantState getConstantState() { throw new RuntimeException("Stub!"); }
public android.graphics.drawable.Drawable mutate() { throw new RuntimeException("Stub!"); }
}