Home
last modified time | relevance | path

Searched refs:OvalShape (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DOvalShape.java31 public class OvalShape extends RectShape { class
33 public OvalShape() {} in OvalShape() method in OvalShape
48 public OvalShape clone() throws CloneNotSupportedException { in clone()
49 return (OvalShape) super.clone(); in clone()
/aosp12/packages/apps/Car/Calendar/src/com/android/car/calendar/
H A DEventCalendarItem.java24 import android.graphics.drawable.shapes.OvalShape;
255 ShapeDrawable calendarIndicatorDrawable = new ShapeDrawable(new OvalShape()); in createDescriptionSpannable()
/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DRenameMobileNetworkDialogFragment.java26 import android.graphics.drawable.shapes.OvalShape;
255 mDrawable = new ShapeDrawable(new OvalShape()); in Color()
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt8189 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V
8190OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V+]Landroid/graphics/drawable/s…
8191 …hapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V+]Landroid/graphics/drawable/shapes/OvalS…
25038 Landroid/graphics/drawable/shapes/OvalShape;
H A Dpreloaded-classes2094 android.graphics.drawable.shapes.OvalShape
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt8185 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V
8186OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Paint;)V+]Landroid/graphics/drawable/s…
8187 …hapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V+]Landroid/graphics/drawable/shapes/OvalS…
34675 Landroid/graphics/drawable/shapes/OvalShape;
H A Dpreloaded-classes2093 android.graphics.drawable.shapes.OvalShape
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt16927 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
16928 ctor public OvalShape();
16929 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {
12008 ctor public OvalShape();