Searched refs:shapes (Results 1 – 25 of 25) sorted by relevance
22 import android.graphics.drawable.shapes.RectShape;23 import android.graphics.drawable.shapes.Shape;
36 import android.graphics.drawable.shapes.Shape;375 final List<RoundedRectangleShape> shapes = new ArrayList<>(rectangleCount); in startAnimation() local410 shapes.add(shape); in startAnimation()413 final RectangleList rectangleList = new RectangleList(shapes); in startAnimation()
42 import android.graphics.drawable.shapes.RoundRectShape;43 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;
28 import android.graphics.drawable.shapes.PathShape;
42 import android.graphics.drawable.shapes.RectShape;
932 * shapes of outputs in different executions. When the memory is used as an input, the input shape938 * Using the memory in roles or shapes that are not compatible with the rules specified above will
4659 … access all 2D (single sample) sparse resources using the standard block shapes (based on pixel fo…4660 …ll access all 2D (multisample) sparse resources using the standard block shapes (based on pixel fo…4661 …upport: GPU will access all 3D sparse resources using the standard block shapes (based on pixel fo…
1371 android.graphics.drawable.shapes.OvalShape1372 android.graphics.drawable.shapes.RectShape1373 android.graphics.drawable.shapes.RoundRectShape1374 android.graphics.drawable.shapes.Shape
6733 HSPLandroid/graphics/drawable/ShapeDrawable;-><init>(Landroid/graphics/drawable/shapes/Shape;)V6747 HSPLandroid/graphics/drawable/ShapeDrawable;->onDraw(Landroid/graphics/drawable/shapes/Shape;Landro…6752 HSPLandroid/graphics/drawable/ShapeDrawable;->setShape(Landroid/graphics/drawable/shapes/Shape;)V6878 HSPLandroid/graphics/drawable/shapes/OvalShape;-><init>()V6879 HSPLandroid/graphics/drawable/shapes/OvalShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…6880 HSPLandroid/graphics/drawable/shapes/OvalShape;->getOutline(Landroid/graphics/Outline;)V6881 HSPLandroid/graphics/drawable/shapes/PathShape;-><init>(Landroid/graphics/Path;FF)V6882 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…6883 HSPLandroid/graphics/drawable/shapes/PathShape;->onResize(FF)V6884 HSPLandroid/graphics/drawable/shapes/RectShape;->onResize(FF)V[all …]
20278 Landroid/graphics/drawable/ShapeDrawable$ShapeState;->mShape:Landroid/graphics/drawable/shapes/Shap…20291 Landroid/graphics/drawable/shapes/ArcShape;->mStartAngle:F20292 Landroid/graphics/drawable/shapes/ArcShape;->mSweepAngle:F20293 Landroid/graphics/drawable/shapes/PathShape;->mPath:Landroid/graphics/Path;20294 Landroid/graphics/drawable/shapes/PathShape;->mScaleX:F20295 Landroid/graphics/drawable/shapes/PathShape;->mScaleY:F20296 Landroid/graphics/drawable/shapes/PathShape;->mStdHeight:F20297 Landroid/graphics/drawable/shapes/PathShape;->mStdWidth:F20298 Landroid/graphics/drawable/shapes/RectShape;->mRect:Landroid/graphics/RectF;20299 Landroid/graphics/drawable/shapes/RoundRectShape;->mInnerRadii:[F[all …]
15736 ctor public ShapeDrawable(android.graphics.drawable.shapes.Shape);15741 method public android.graphics.drawable.shapes.Shape getShape();15743 …method protected void onDraw(android.graphics.drawable.shapes.Shape, android.graphics.Canvas, andr…15752 method public void setShape(android.graphics.drawable.shapes.Shape);15788 package android.graphics.drawable.shapes {15790 public class ArcShape extends android.graphics.drawable.shapes.RectShape {15792 …method public android.graphics.drawable.shapes.ArcShape clone() throws java.lang.CloneNotSupported…15797 public class OvalShape extends android.graphics.drawable.shapes.RectShape {15799 …method public android.graphics.drawable.shapes.OvalShape clone() throws java.lang.CloneNotSupporte…15802 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 …]