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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRectShape.java27 * the RectShape to a {@link android.graphics.drawable.ShapeDrawable}.
29 public class RectShape extends Shape { class in inherits:Shape
33 * RectShape constructor.
35 public RectShape() {} method in class:RectShape
55 public RectShape clone() throws CloneNotSupportedException {
56 final RectShape shape = (RectShape) super.clone();

Completed in 80 milliseconds