Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DPathShape.java33 public class PathShape extends Shape { class
53 public PathShape(@NonNull Path path, float stdWidth, float stdHeight) { in PathShape() method in PathShape
74 public PathShape clone() throws CloneNotSupportedException { in clone()
75 final PathShape shape = (PathShape) super.clone(); in clone()
91 PathShape pathShape = (PathShape) o; in equals()
/aosp14/frameworks/base/packages/SettingsLib/AdaptiveIcon/src/com/android/settingslib/widget/
H A DAdaptiveIconShapeDrawable.java24 import android.graphics.drawable.shapes.PathShape;
57 setShape(new PathShape(path, pathSize, pathSize)); in init()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java21 import android.graphics.drawable.shapes.PathShape;
29 public class TriangleShape extends PathShape {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DTriangleShape.java21 import android.graphics.drawable.shapes.PathShape;
31 public class TriangleShape extends PathShape {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDrawable.kt25 import android.graphics.drawable.shapes.PathShape
97 PathShape(PathParser.createPathFromPathData(fpPath), 72f, 72f)
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
H A DTvPipMenuView.java40 import android.graphics.drawable.shapes.PathShape;
164 arrowDrawable.setShape(new PathShape(arrowPath, arrowSize, arrowSize)); in initMoveArrows()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes2312 android.graphics.drawable.shapes.PathShape
H A Dboot-image-profile.txt7902 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…
25096 Landroid/graphics/drawable/shapes/PathShape;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes2316 android.graphics.drawable.shapes.PathShape
H A Dboot-image-profile.txt7905 HSPLandroid/graphics/drawable/shapes/PathShape;->draw(Landroid/graphics/Canvas;Landroid/graphics/Pa…
35203 Landroid/graphics/drawable/shapes/PathShape;
/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/hiddenapi/
H A Dhiddenapi-max-target-o.txt17406 Landroid/graphics/drawable/shapes/PathShape;->mPath:Landroid/graphics/Path;
17407 Landroid/graphics/drawable/shapes/PathShape;->mScaleX:F
17408 Landroid/graphics/drawable/shapes/PathShape;->mScaleY:F
17409 Landroid/graphics/drawable/shapes/PathShape;->mStdHeight:F
17410 Landroid/graphics/drawable/shapes/PathShape;->mStdWidth:F
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt17346 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…