Searched refs:OvalShape (Results 1 – 8 of 8) sorted by relevance
31 public class OvalShape extends RectShape { class33 public OvalShape() {} in OvalShape() method in OvalShape48 public OvalShape clone() throws CloneNotSupportedException { in clone()49 return (OvalShape) super.clone(); in clone()
26 import android.graphics.drawable.shapes.OvalShape;61 circle = new ShapeDrawable(new OvalShape()); in CircleImageView()64 OvalShape oval = new OvalShadow(mShadowRadius); in CircleImageView()126 private class OvalShadow extends OvalShape {
40 import android.graphics.drawable.shapes.OvalShape;
1125 android.graphics.drawable.shapes.OvalShape
1465 android.graphics.drawable.shapes.OvalShape
12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {12008 ctor public OvalShape();
14336 public class OvalShape extends android.graphics.drawable.shapes.RectShape {14337 ctor public OvalShape();
15116 public class OvalShape extends android.graphics.drawable.shapes.RectShape {15117 ctor public OvalShape();