Searched refs:RectShape (Results 1 – 13 of 13) sorted by relevance
33 public class RectShape extends Shape { class36 public RectShape() {} in RectShape() method in RectShape63 public RectShape clone() throws CloneNotSupportedException { in clone()64 final RectShape shape = (RectShape) super.clone(); in clone()80 RectShape rectShape = (RectShape) o; in equals()
31 public class OvalShape extends RectShape {
34 public class ArcShape extends RectShape {
37 public class RoundRectShape extends RectShape {
23 import android.graphics.drawable.shapes.RectShape;281 return new RectShape(); in getDrawableShape()
31 import android.graphics.drawable.shapes.RectShape;155 final ShapeDrawable thumb = new ShapeDrawable(new RectShape()); in newThumb()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7903 HSPLandroid/graphics/drawable/shapes/RectShape;-><init>()V7904 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V7905 HSPLandroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;25097 Landroid/graphics/drawable/shapes/RectShape;
2313 android.graphics.drawable.shapes.RectShape
17334 public class ArcShape extends android.graphics.drawable.shapes.RectShape {17341 public class OvalShape extends android.graphics.drawable.shapes.RectShape {17352 public class RectShape extends android.graphics.drawable.shapes.Shape {17353 ctor public RectShape();17354 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…17359 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
2317 android.graphics.drawable.shapes.RectShape
7906 HSPLandroid/graphics/drawable/shapes/RectShape;-><init>()V7907 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V7908 HSPLandroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;35204 Landroid/graphics/drawable/shapes/RectShape;
17411 Landroid/graphics/drawable/shapes/RectShape;->mRect:Landroid/graphics/RectF;