Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
DRectShape.java33 public class RectShape extends Shape { class
36 public RectShape() {} in RectShape() method in RectShape
63 public RectShape clone() throws CloneNotSupportedException { in clone()
64 final RectShape shape = (RectShape) super.clone(); in clone()
80 RectShape rectShape = (RectShape) o; in equals()
DOvalShape.java31 public class OvalShape extends RectShape {
DArcShape.java34 public class ArcShape extends RectShape {
DRoundRectShape.java37 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;
87 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableNoPadding()
98 ShapeDrawable child = new ShapeDrawable(new RectShape()); in testPatchedLayerDrawableWithPadding()
/frameworks/base/core/java/android/widget/
DRatingBar.java22 import android.graphics.drawable.shapes.RectShape;
262 return new RectShape(); in getDrawableShape()
/frameworks/base/core/tests/coretests/src/android/widget/
DAbsSeekBarTest.java31 import android.graphics.drawable.shapes.RectShape;
122 final ShapeDrawable thumb = new ShapeDrawable(new RectShape()); in newThumb()
/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-classes1372 android.graphics.drawable.shapes.RectShape
Dboot-image-profile.txt6884 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
33536 Landroid/graphics/drawable/shapes/RectShape;
Dhiddenapi-greylist-max-o.txt20298 Landroid/graphics/drawable/shapes/RectShape;->mRect:Landroid/graphics/RectF;
/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/non-updatable-api/
Dcurrent.txt15790 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
15797 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
15808 public class RectShape extends android.graphics.drawable.shapes.Shape {
15809 ctor public RectShape();
15810 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…
15815 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {
/frameworks/base/api/
Dcurrent.txt15790 public class ArcShape extends android.graphics.drawable.shapes.RectShape {
15797 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
15808 public class RectShape extends android.graphics.drawable.shapes.Shape {
15809 ctor public RectShape();
15810 …method public android.graphics.drawable.shapes.RectShape clone() throws java.lang.CloneNotSupporte…
15815 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {