Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A 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()
H A DOvalShape.java31 public class OvalShape extends RectShape {
H A DArcShape.java34 public class ArcShape extends RectShape {
H A DRoundRectShape.java37 public class RoundRectShape extends RectShape {
/aosp14/frameworks/base/core/java/android/widget/
H A DRatingBar.java23 import android.graphics.drawable.shapes.RectShape;
281 return new RectShape(); in getDrawableShape()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DAbsSeekBarTest.java31 import android.graphics.drawable.shapes.RectShape;
155 final ShapeDrawable thumb = new ShapeDrawable(new RectShape()); in newThumb()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt7903 HSPLandroid/graphics/drawable/shapes/RectShape;-><init>()V
7904 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
7905 HSPLandroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;
25097 Landroid/graphics/drawable/shapes/RectShape;
H A Dpreloaded-classes2313 android.graphics.drawable.shapes.RectShape
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17334 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 {
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2317 android.graphics.drawable.shapes.RectShape
H A Dboot-image-profile.txt7906 HSPLandroid/graphics/drawable/shapes/RectShape;-><init>()V
7907 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V
7908 HSPLandroid/graphics/drawable/shapes/RectShape;->rect()Landroid/graphics/RectF;
35204 Landroid/graphics/drawable/shapes/RectShape;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt17411 Landroid/graphics/drawable/shapes/RectShape;->mRect:Landroid/graphics/RectF;