Searched refs:ArcShape (Results 1 – 5 of 5) sorted by relevance
34 public class ArcShape extends RectShape { class45 public ArcShape(float startAngle, float sweepAngle) { in ArcShape() method in ArcShape76 public ArcShape clone() throws CloneNotSupportedException { in clone()77 return (ArcShape) super.clone(); in clone()91 ArcShape arcShape = (ArcShape) o; in equals()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
16920 public class ArcShape extends android.graphics.drawable.shapes.RectShape {16921 ctor public ArcShape(float, float);16922 …method public android.graphics.drawable.shapes.ArcShape clone() throws java.lang.CloneNotSupported…
12003 public class ArcShape extends android.graphics.drawable.shapes.RectShape {12004 ctor public ArcShape(float, float);
20282 Landroid/graphics/drawable/shapes/ArcShape;->mStartAngle:F20283 Landroid/graphics/drawable/shapes/ArcShape;->mSweepAngle:F