Searched refs:RectShape (Results 1 – 14 of 14) sorted by relevance
33 public class RectShape extends Shape { class36 public RectShape() {} in RectShape() method in RectShape63 public RectShape clone() throws CloneNotSupportedException { in clone()64 final RectShape shape = (RectShape) super.clone(); in clone()80 RectShape rectShape = (RectShape) o; in equals()
31 public class OvalShape extends RectShape {
34 public class ArcShape extends RectShape {
37 public class RoundRectShape extends RectShape {
34 import android.graphics.drawable.shapes.RectShape;87 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()98 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
22 import android.graphics.drawable.shapes.RectShape;262 return new RectShape(); in getDrawableShape()
31 import android.graphics.drawable.shapes.RectShape;122 final ShapeDrawable thumb = new ShapeDrawable(new RectShape()); in newThumb()
42 import android.graphics.drawable.shapes.RectShape;2704 super(new RectShape()); in HorizontalLineDrawable()2774 super(new RectShape()); in ColorPaletteDrawable()
1372 android.graphics.drawable.shapes.RectShape
6884 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V33536 Landroid/graphics/drawable/shapes/RectShape;
20298 Landroid/graphics/drawable/shapes/RectShape;->mRect:Landroid/graphics/RectF;
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 {
15790 public class ArcShape extends android.graphics.drawable.shapes.RectShape {15797 public class OvalShape extends android.graphics.drawable.shapes.RectShape {15808 public class RectShape extends android.graphics.drawable.shapes.Shape {15809 ctor public RectShape();15810 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…15815 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {