Home
last modified time | relevance | path

Searched refs:RectShape (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRectShape.java31 public class RectShape extends Shape { class
34 public RectShape() {} in RectShape() method in RectShape
61 public RectShape clone() throws CloneNotSupportedException { in clone()
62 final RectShape shape = (RectShape) super.clone(); in clone()
DArcShape.java32 public class ArcShape extends RectShape {
DOvalShape.java31 public class OvalShape extends RectShape {
DRoundRectShape.java34 public class RoundRectShape extends RectShape {
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/items/
DRecyclerItemAdapterTest.java34 import android.graphics.drawable.shapes.RectShape;
89 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()
100 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
/frameworks/base/core/java/android/widget/
DRatingBar.java21 import android.graphics.drawable.shapes.RectShape;
253 return new RectShape(); in getDrawableShape()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java42 import android.graphics.drawable.shapes.RectShape;
2704 super(new RectShape()); in HorizontalLineDrawable()
2774 super(new RectShape()); in ColorPaletteDrawable()
/frameworks/base/config/
Dpreloaded-classes1235 android.graphics.drawable.shapes.RectShape
Dhiddenapi-public-dex.txt11668 Landroid/graphics/drawable/shapes/RectShape;
11669 Landroid/graphics/drawable/shapes/RectShape;-><init>()V
11670 Landroid/graphics/drawable/shapes/RectShape;->clone()Landroid/graphics/drawable/shapes/RectShape;
11671 Landroid/graphics/drawable/shapes/RectShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint…
11672 Landroid/graphics/drawable/shapes/RectShape;->getOutline(Landroid/graphics/Outline;)V
11673 Landroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
11674 Landroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;
Dboot-image-profile.txt21243 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
55166 Landroid/graphics/drawable/shapes/RectShape;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt12003 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
12016 public class RectShape extends android.graphics.drawable.shapes.Shape {
12017 ctor public RectShape();
12022 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
/frameworks/base/api/
Dcurrent.txt15100 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
15107 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
15118 public class RectShape extends android.graphics.drawable.shapes.Shape {
15119 ctor public RectShape();
15120 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…
15125 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {