Searched refs:PathShape (Results 1 – 13 of 13) sorted by relevance
33 public class PathShape extends Shape { class53 public PathShape(@NonNull Path path, float stdWidth, float stdHeight) { in PathShape() method in PathShape74 public PathShape clone() throws CloneNotSupportedException { in clone()75 final PathShape shape = (PathShape) super.clone(); in clone()91 PathShape pathShape = (PathShape) o; in equals()
24 import android.graphics.drawable.shapes.PathShape;57 setShape(new PathShape(path, pathSize, pathSize)); in init()
21 import android.graphics.drawable.shapes.PathShape;29 public class TriangleShape extends PathShape {
21 import android.graphics.drawable.shapes.PathShape;31 public class TriangleShape extends PathShape {
25 import android.graphics.drawable.shapes.PathShape97 PathShape(PathParser.createPathFromPathData(fpPath), 72f, 72f)
40 import android.graphics.drawable.shapes.PathShape;164 arrowDrawable.setShape(new PathShape(arrowPath, arrowSize, arrowSize)); in initMoveArrows()
2312 android.graphics.drawable.shapes.PathShape
7902 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…25096 Landroid/graphics/drawable/shapes/PathShape;
2316 android.graphics.drawable.shapes.PathShape
7905 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…35203 Landroid/graphics/drawable/shapes/PathShape;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17406 Landroid/graphics/drawable/shapes/PathShape;->mPath:Landroid/graphics/Path;17407 Landroid/graphics/drawable/shapes/PathShape;->mScaleX:F17408 Landroid/graphics/drawable/shapes/PathShape;->mScaleY:F17409 Landroid/graphics/drawable/shapes/PathShape;->mStdHeight:F17410 Landroid/graphics/drawable/shapes/PathShape;->mStdWidth:F
17346 public class PathShape extends android.graphics.drawable.shapes.Shape {17347 ctor public PathShape(@NonNull android.graphics.Path, float, float);17348 …method public android.graphics.drawable.shapes.PathShape clone() throws java.lang.CloneNotSupporte…