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 {
34 import android.graphics.drawable.shapes.RectShape;89 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()100 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()
1235 android.graphics.drawable.shapes.RectShape
11668 Landroid/graphics/drawable/shapes/RectShape;11669 Landroid/graphics/drawable/shapes/RectShape;-><init>()V11670 Landroid/graphics/drawable/shapes/RectShape;->clone()Landroid/graphics/drawable/shapes/RectShape;11671 Landroid/graphics/drawable/shapes/RectShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint…11672 Landroid/graphics/drawable/shapes/RectShape;->getOutline(Landroid/graphics/Outline;)V11673 Landroid/graphics/drawable/shapes/RectShape;->onResize(FF)V11674 Landroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;
21243 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V55166 Landroid/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 {
15100 public class ArcShape extends android.graphics.drawable.shapes.RectShape {15107 public class OvalShape extends android.graphics.drawable.shapes.RectShape {15118 public class RectShape extends android.graphics.drawable.shapes.Shape {15119 ctor public RectShape();15120 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…15125 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {