Searched defs:ShapeDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java32 * A ShapeDrawable takes a {@link android.graphics.drawable.shapes.Shape}
34 * the ShapeDrawable will default to a
41 * <p>For more information about how to use ShapeDrawable, read the
43 * Canvas and Drawables</a> document. For more information about defining a ShapeDrawable in
56 public class ShapeDrawable extends Drawable { class in inherits:Drawable
61 * ShapeDrawable constructor.
63 public ShapeDrawable() { method in class:ShapeDrawable
68 * Creates a ShapeDrawable with a specified Shape.
70 * @param s the Shape that this ShapeDrawable should be
72 public ShapeDrawable(Shap method in class:ShapeDrawable
78 private ShapeDrawable(ShapeState state) { method in class:ShapeDrawable
[all...]

Completed in 24 milliseconds