Searched refs:VFullPath (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java733 final VFullPath path = new VFullPath();
1222 if (copyChild instanceof VFullPath) {
1223 newPath = new VFullPath((VFullPath) copyChild);
1629 static class VFullPath extends VPath { class in class:VectorDrawable
1661 private static final Property<VFullPath, Float> STROKE_WIDTH =
1662 new FloatProperty<VFullPath> ("strokeWidth") {
1664 public void setValue(VFullPath object, float value) {
1669 public Float get(VFullPath objec
1789 public VFullPath() { method in class:VectorDrawable.VFullPath
1793 public VFullPath(VFullPath copy) { method in class:VectorDrawable.VFullPath
[all...]
H A DAnimatedVectorDrawable.java1327 } else if (target instanceof VectorDrawable.VFullPath) {
1328 createRTAnimatorForFullPath(animator, (VectorDrawable.VFullPath) target,
1389 VectorDrawable.VFullPath target, long startTime) {
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java741 final VFullPath path = new VFullPath();
1190 VFullPath fullPath = (VFullPath) vPath;
1338 if (copyChild instanceof VFullPath) {
1339 newPath = new VFullPath((VFullPath) copyChild);
1639 private static class VFullPath extends VPath { class in class:VectorDrawableCompat
1659 public VFullPath() { method in class:VectorDrawableCompat.VFullPath
1663 public VFullPath(VFullPat method in class:VectorDrawableCompat.VFullPath
[all...]
/frameworks/base/
H A Dpreloaded-classes1099 android.graphics.drawable.VectorDrawable$VFullPath
1100 android.graphics.drawable.VectorDrawable$VFullPath$1
1101 android.graphics.drawable.VectorDrawable$VFullPath$10
1102 android.graphics.drawable.VectorDrawable$VFullPath$2
1103 android.graphics.drawable.VectorDrawable$VFullPath$3
1104 android.graphics.drawable.VectorDrawable$VFullPath$4
1105 android.graphics.drawable.VectorDrawable$VFullPath$5
1106 android.graphics.drawable.VectorDrawable$VFullPath$6
1107 android.graphics.drawable.VectorDrawable$VFullPath$7
1108 android.graphics.drawable.VectorDrawable$VFullPath
[all...]
H A Dcompiled-classes-phone1439 android.graphics.drawable.VectorDrawable$VFullPath
1440 android.graphics.drawable.VectorDrawable$VFullPath$1
1441 android.graphics.drawable.VectorDrawable$VFullPath$10
1442 android.graphics.drawable.VectorDrawable$VFullPath$2
1443 android.graphics.drawable.VectorDrawable$VFullPath$3
1444 android.graphics.drawable.VectorDrawable$VFullPath$4
1445 android.graphics.drawable.VectorDrawable$VFullPath$5
1446 android.graphics.drawable.VectorDrawable$VFullPath$6
1447 android.graphics.drawable.VectorDrawable$VFullPath$7
1448 android.graphics.drawable.VectorDrawable$VFullPath
[all...]

Completed in 94 milliseconds