FileDocCategorySizeDatePackage
PaintDrawable.javaAPI DocAndroid 5.1 API620Sat Mar 14 14:09:40 GMT 2015android.graphics.drawable

PaintDrawable.java

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!"); }
}