Searched defs:VFullPath (Results 1 - 2 of 2) sorted by relevance

/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/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...]

Completed in 700 milliseconds