Searched refs:RectShape (Results 1 – 12 of 12) sorted by relevance
31 public class RectShape extends Shape { class34 public RectShape() {} in RectShape() method in RectShape61 public RectShape clone() throws CloneNotSupportedException { in clone()62 final RectShape shape = (RectShape) super.clone(); in clone()
32 public class ArcShape extends RectShape {
31 public class OvalShape extends RectShape {
34 public class RoundRectShape extends RectShape {
33 import android.graphics.drawable.shapes.RectShape;88 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()99 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
21 import android.graphics.drawable.shapes.RectShape;253 return new RectShape(); in getDrawableShape()
42 import android.graphics.drawable.shapes.RectShape;2704 super(new RectShape()); in HorizontalLineDrawable()2774 super(new RectShape()); in ColorPaletteDrawable()
1126 android.graphics.drawable.shapes.RectShape
1466 android.graphics.drawable.shapes.RectShape
12003 public class ArcShape extends android.graphics.drawable.shapes.RectShape {12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {12016 public class RectShape extends android.graphics.drawable.shapes.Shape {12017 ctor public RectShape();12022 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
14330 public class ArcShape extends android.graphics.drawable.shapes.RectShape {14336 public class OvalShape extends android.graphics.drawable.shapes.RectShape {14345 public class RectShape extends android.graphics.drawable.shapes.Shape {14346 ctor public RectShape();14351 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
15110 public class ArcShape extends android.graphics.drawable.shapes.RectShape {15116 public class OvalShape extends android.graphics.drawable.shapes.RectShape {15125 public class RectShape extends android.graphics.drawable.shapes.Shape {15126 ctor public RectShape();15131 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {