Lines Matching refs:shapes
15736 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);
15741 method public android.graphics.drawable.shapes.Shape getShape();
15743 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…
15752 method public void setShape(android.graphics.drawable.shapes.Shape);
15788 package android.graphics.drawable.shapes {
15790 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
15792 …method public android.graphics.drawable.shapes.ArcShape clone() throws java.lang.CloneNotSupported…
15797 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
15799 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…
15802 public class PathShape extends android.graphics.drawable.shapes.Shape {
15804 …method public android.graphics.drawable.shapes.PathShape clone() throws java.lang.CloneNotSupporte…
15808 public class RectShape extends android.graphics.drawable.shapes.Shape {
15810 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…
15815 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
15817 …method public android.graphics.drawable.shapes.RoundRectShape clone() throws java.lang.CloneNotSup…
15822 …method public android.graphics.drawable.shapes.Shape clone() throws java.lang.CloneNotSupportedExc…