Lines Matching refs:shapes
11954 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
11959 method public android.graphics.drawable.shapes.Shape getShape();
11961 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…
11969 method public void setShape(android.graphics.drawable.shapes.Shape);
12001 package android.graphics.drawable.shapes {
12003 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
12011 public class PathShape extends android.graphics.drawable.shapes.Shape {
12016 public class RectShape extends android.graphics.drawable.shapes.Shape {
12022 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
12028 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…