Searched refs:RectShape (Results 1 – 13 of 13) sorted by relevance
29 public class RectShape extends Shape { class35 public RectShape() {} in RectShape() method in RectShape55 public RectShape clone() throws CloneNotSupportedException { in clone()56 final RectShape shape = (RectShape) super.clone(); in clone()
28 public class OvalShape extends RectShape {
30 public class ArcShape extends RectShape {
31 public class RoundRectShape extends RectShape {
21 import android.graphics.drawable.shapes.RectShape;246 return new RectShape(); in getDrawableShape()
42 import android.graphics.drawable.shapes.RectShape;2704 super(new RectShape()); in HorizontalLineDrawable()2774 super(new RectShape()); in ColorPaletteDrawable()
504 android.graphics.drawable.shapes.RectShape
9195 public class ArcShape extends android.graphics.drawable.shapes.RectShape {9199 public class OvalShape extends android.graphics.drawable.shapes.RectShape {9208 public class RectShape extends android.graphics.drawable.shapes.Shape {9209 ctor public RectShape();9214 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
9228 public class ArcShape extends android.graphics.drawable.shapes.RectShape {9232 public class OvalShape extends android.graphics.drawable.shapes.RectShape {9241 public class RectShape extends android.graphics.drawable.shapes.Shape {9242 ctor public RectShape();9247 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
9507 public class ArcShape extends android.graphics.drawable.shapes.RectShape {9511 public class OvalShape extends android.graphics.drawable.shapes.RectShape {9520 public class RectShape extends android.graphics.drawable.shapes.Shape {9521 ctor public RectShape();9526 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
9666 public class ArcShape extends android.graphics.drawable.shapes.RectShape {9670 public class OvalShape extends android.graphics.drawable.shapes.RectShape {9679 public class RectShape extends android.graphics.drawable.shapes.Shape {9680 ctor public RectShape();9685 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
2855 http://developer.android.com/reference/android/graphics/drawable/shapes/RectShape.html