Searched refs:OvalShape (Results 1 – 10 of 10) 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()
24 import android.graphics.drawable.shapes.OvalShape;255 ShapeDrawable calendarIndicatorDrawable = new ShapeDrawable(new OvalShape()); in createDescriptionSpannable()
26 import android.graphics.drawable.shapes.OvalShape;255 mDrawable = new ShapeDrawable(new OvalShape()); in Color()
8189 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V8190 …OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V+]Landroid/graphics/drawable/s…8191 …hapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V+]Landroid/graphics/drawable/shapes/OvalS…25038 Landroid/graphics/drawable/shapes/OvalShape;
2094 android.graphics.drawable.shapes.OvalShape
8185 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V8186 …OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V+]Landroid/graphics/drawable/s…8187 …hapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V+]Landroid/graphics/drawable/shapes/OvalS…34675 Landroid/graphics/drawable/shapes/OvalShape;
2093 android.graphics.drawable.shapes.OvalShape
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
16927 public class OvalShape extends android.graphics.drawable.shapes.RectShape {16928 ctor public OvalShape();16929 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…
12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {12008 ctor public OvalShape();