Searched refs:shapes (Results 1 – 23 of 23) sorted by relevance
22 import android.graphics.drawable.shapes.RectShape;23 import android.graphics.drawable.shapes.Shape;
36 import android.graphics.drawable.shapes.Shape;374 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation() local409 shapes.add(shape); in startAnimation()412 final RectangleList rectangleList = new RectangleList(shapes); in startAnimation()
40 import android.graphics.drawable.shapes.RoundRectShape;41 import android.graphics.drawable.shapes.Shape;
17 package android.graphics.drawable.shapes;
24 import android.graphics.drawable.shapes.PathShape;
21 import android.graphics.drawable.shapes.PathShape;
19 import android.graphics.drawable.shapes.RoundRectShape;
37 import android.graphics.drawable.shapes.Shape;
31 import android.graphics.drawable.shapes.RectShape;
34 import android.graphics.drawable.shapes.RectShape;
30 import android.graphics.drawable.shapes.PathShape;
42 import android.graphics.drawable.shapes.RectShape;
931 * shapes of outputs in different executions. When the memory is used as an input, the input shape937 * Using the memory in roles or shapes that are not compatible with the rules specified above will
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
2133 android.graphics.drawable.shapes.OvalShape2134 android.graphics.drawable.shapes.PathShape2135 android.graphics.drawable.shapes.RectShape2136 android.graphics.drawable.shapes.RoundRectShape2137 android.graphics.drawable.shapes.Shape
9095 HSPLandroid/graphics/drawable/ShapeDrawable;-><init>(Landroid/graphics/drawable/shapes/Shape;)V9110 HSPLandroid/graphics/drawable/ShapeDrawable;->onDraw(Landroid/graphics/drawable/shapes/Shape;Landro…9115 HSPLandroid/graphics/drawable/ShapeDrawable;->setShape(Landroid/graphics/drawable/shapes/Shape;)V9287 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V9288 HSPLandroid/graphics/drawable/shapes/OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…9289 HSPLandroid/graphics/drawable/shapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V9290 HSPLandroid/graphics/drawable/shapes/PathShape;-><init>(Landroid/graphics/Path;FF)V9291 HSPLandroid/graphics/drawable/shapes/PathShape;->clone()Landroid/graphics/drawable/shapes/PathShape;9292 HSPLandroid/graphics/drawable/shapes/PathShape;->clone()Landroid/graphics/drawable/shapes/Shape;9293 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…[all …]
16201 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);16206 method public android.graphics.drawable.shapes.Shape getShape();16208 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…16217 method public void setShape(android.graphics.drawable.shapes.Shape);16253 package android.graphics.drawable.shapes {16255 public class ArcShape extends android.graphics.drawable.shapes.RectShape {16257 …method public android.graphics.drawable.shapes.ArcShape clone() throws java.lang.CloneNotSupported…16262 public class OvalShape extends android.graphics.drawable.shapes.RectShape {16264 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…16267 public class PathShape extends android.graphics.drawable.shapes.Shape {[all …]
11954 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);11959 method public android.graphics.drawable.shapes.Shape getShape();11961 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…11969 method public void setShape(android.graphics.drawable.shapes.Shape);12001 package android.graphics.drawable.shapes {12003 public class ArcShape extends android.graphics.drawable.shapes.RectShape {12007 public class OvalShape extends android.graphics.drawable.shapes.RectShape {12011 public class PathShape extends android.graphics.drawable.shapes.Shape {12016 public class RectShape extends android.graphics.drawable.shapes.Shape {12022 public class RoundRectShape extends android.graphics.drawable.shapes.RectShape {[all …]