Home
last modified time | relevance | path

Searched refs:VPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1331 final VPath newPath; in VGroup()
1607 static abstract class VPath extends VObject { class in VectorDrawable
1613 private static final Property<VPath, PathParser.PathData> PATH_DATA =
1614 new Property<VPath, PathParser.PathData>(PathParser.PathData.class, "pathData") {
1616 public void set(VPath object, PathParser.PathData data) {
1621 public PathParser.PathData get(VPath object) {
1634 public VPath() { in VPath() method in VectorDrawable.VPath
1638 public VPath(VPath copy) { in VPath() method in VectorDrawable.VPath
1667 private static class VClipPath extends VPath {
1744 static class VFullPath extends VPath {
DAnimatedVectorDrawable.java1330 } else if (target instanceof VectorDrawable.VPath) { in createRTAnimator()
1335 createRTAnimatorForPath(animator, (VectorDrawable.VPath) target, in createRTAnimator()
1385 private void createRTAnimatorForPath( ObjectAnimator animator, VectorDrawable.VPath target, in createRTAnimatorForPath()
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
DVectorDrawable_Delegate.java1125 private void drawPath(VGroup_Delegate VGroup, VPath_Delegate VPath, long canvasPtr, in drawPath() argument
1142 VPath.toPath(mPath); in drawPath()
1147 if (VPath.isClipPath()) { in drawPath()
1153 VFullPath_Delegate fullPath = (VFullPath_Delegate) VPath; in drawPath()
/frameworks/base/config/
Dpreloaded-classes1366 android.graphics.drawable.VectorDrawable$VPath$1
1367 android.graphics.drawable.VectorDrawable$VPath
Dboot-image-profile.txt6188 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V
6824 HSPLandroid/graphics/drawable/VectorDrawable$VPath$1;-><init>(Ljava/lang/Class;Ljava/lang/String;)V
33530 Landroid/graphics/drawable/VectorDrawable$VPath$1;
33531 Landroid/graphics/drawable/VectorDrawable$VPath;
41654 HSPLandroid/graphics/drawable/VectorDrawable$VPath$1;->set(Landroid/graphics/drawable/VectorDrawabl…
41655 HSPLandroid/graphics/drawable/VectorDrawable$VPath$1;->set(Ljava/lang/Object;Ljava/lang/Object;)V
41656 HSPLandroid/graphics/drawable/VectorDrawable$VPath;->setPathData(Landroid/util/PathParser$PathData;…
Dhiddenapi-greylist-max-o.txt19547 …imatorForPath(Landroid/animation/ObjectAnimator;Landroid/graphics/drawable/VectorDrawable$VPath;J)V
20513 Landroid/graphics/drawable/VectorDrawable$VPath;-><init>()V
20514 Landroid/graphics/drawable/VectorDrawable$VPath;-><init>(Landroid/graphics/drawable/VectorDrawable$
20515 Landroid/graphics/drawable/VectorDrawable$VPath;->getPathData()Landroid/util/PathParser$PathData;
20516 Landroid/graphics/drawable/VectorDrawable$VPath;->getPathName()Ljava/lang/String;
20517 Landroid/graphics/drawable/VectorDrawable$VPath;->getProperty(Ljava/lang/String;)Landroid/util/Prop…
20518 Landroid/graphics/drawable/VectorDrawable$VPath;->mChangingConfigurations:I
20519 Landroid/graphics/drawable/VectorDrawable$VPath;->mPathData:Landroid/util/PathParser$PathData;
20520 Landroid/graphics/drawable/VectorDrawable$VPath;->mPathName:Ljava/lang/String;
20521 Landroid/graphics/drawable/VectorDrawable$VPath;->PATH_DATA:Landroid/util/Property;
[all …]