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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java29 * the RoundRectShape to a {@link android.graphics.drawable.ShapeDrawable}.
31 public class RoundRectShape extends RectShape { class in inherits:RectShape
40 * RoundRectShape constructor.
58 public RoundRectShape(float[] outerRadii, RectF inset, method in class:RoundRectShape
107 public RoundRectShape clone() throws CloneNotSupportedException {
108 RoundRectShape shape = (RoundRectShape) super.clone();

Completed in 56 milliseconds