File
Doc
Category
Size
Date
Package
PaintDrawable.java
API Doc
Android 5.1 API
620
Sat Mar 14 14:09:40 GMT 2015
android.graphics.drawable
PaintDrawable
java.lang.Object
android.graphics.drawable.ShapeDrawable
public class PaintDrawable extends android.graphics.drawable.ShapeDrawable
Fields Summary
Constructors Summary
public PaintDrawable
()
throw new RuntimeException("Stub!");
public PaintDrawable
(
int
color)
throw new RuntimeException("Stub!");
Methods Summary
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!");
public void
setCornerRadii
(
float[]
radii)
throw new RuntimeException("Stub!");
public void
setCornerRadius
(
float
radius)
throw new RuntimeException("Stub!");
Java Code Source