android.graphics.drawable.PaintDrawable 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 PaintDrawable
extends android.graphics.drawable.ShapeDrawable
{
public PaintDrawable() { throw new RuntimeException("Stub!"); }
public PaintDrawable(int color) { throw new RuntimeException("Stub!"); }
public void setCornerRadius(float radius) { throw new RuntimeException("Stub!"); }
public void setCornerRadii(float[] radii) { throw new RuntimeException("Stub!"); }
protected boolean inflateTag(java.lang.String name, android.content.res.Resources r, org.xmlpull.v1.XmlPullParser parser, android.util.AttributeSet attrs) { throw new RuntimeException("Stub!"); }
}