Lines Matching refs:shapes
16201 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
16206 method public android.graphics.drawable.shapes.Shape getShape();
16208 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…
16217 method public void setShape(android.graphics.drawable.shapes.Shape);
16253 package android.graphics.drawable.shapes {
16255 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
16257 …method public android.graphics.drawable.shapes.ArcShape clone() throws java.lang.CloneNotSupported…
16262 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
16264 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…
16267 public class PathShape extends android.graphics.drawable.shapes.Shape {
16269 …method public android.graphics.drawable.shapes.PathShape clone() throws java.lang.CloneNotSupporte…
16273 public class RectShape extends android.graphics.drawable.shapes.Shape {
16275 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…
16280 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
16282 …method public android.graphics.drawable.shapes.RoundRectShape clone() throws java.lang.CloneNotSup…
16287 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…