All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.graphics.drawable.PaintDrawable Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy