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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java757 final VFullPath path = new VFullPath();
1240 if (copyChild instanceof VFullPath) {
1241 newPath = new VFullPath((VFullPath) copyChild);
1627 static class VFullPath extends VPath { class in class:VectorDrawable
1659 private static final Property<VFullPath, Float> STROKE_WIDTH =
1660 new FloatProperty<VFullPath> ("strokeWidth") {
1662 public void setValue(VFullPath object, float value) {
1667 public Float get(VFullPath objec
1787 public VFullPath() { method in class:VectorDrawable.VFullPath
1791 public VFullPath(VFullPath copy) { method in class:VectorDrawable.VFullPath
[all...]
H A DAnimatedVectorDrawable.java1247 } else if (target instanceof VectorDrawable.VFullPath) {
1248 createRTAnimatorForFullPath(animator, (VectorDrawable.VFullPath) target,
1315 VectorDrawable.VFullPath target, long startTime) {
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java769 final VFullPath path = new VFullPath();
1217 VFullPath fullPath = (VFullPath) vPath;
1363 if (copyChild instanceof VFullPath) {
1364 newPath = new VFullPath((VFullPath) copyChild);
1664 private static class VFullPath extends VPath { class in class:VectorDrawableCompat
1684 public VFullPath() { method in class:VectorDrawableCompat.VFullPath
1688 public VFullPath(VFullPat method in class:VectorDrawableCompat.VFullPath
[all...]
/frameworks/base/
H A Dcompiled-classes-phone1356 android.graphics.drawable.VectorDrawable$VFullPath
1357 android.graphics.drawable.VectorDrawable$VFullPath$1

Completed in 71 milliseconds