Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java695 final VFullPath path = new VFullPath(); in inflateChildElements()
1178 if (copyChild instanceof VFullPath) { in VGroup()
1179 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1565 static class VFullPath extends VPath { class in VectorDrawable
1597 private static final Property<VFullPath, Float> STROKE_WIDTH =
1598 new FloatProperty<VFullPath> ("strokeWidth") {
1600 public void setValue(VFullPath object, float value) {
1605 public Float get(VFullPath object) {
1610 private static final Property<VFullPath, Integer> STROKE_COLOR =
1611 new IntProperty<VFullPath> ("strokeColor") {
[all …]
DAnimatedVectorDrawable.java1159 } else if (target instanceof VectorDrawable.VFullPath) { in createRTAnimator()
1160 createRTAnimatorForFullPath(animator, (VectorDrawable.VFullPath) target, in createRTAnimator()
1227 VectorDrawable.VFullPath target, long startTime) { in createRTAnimatorForFullPath()
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
DVectorDrawableCompat.java589 final VFullPath path = new VFullPath(); in inflateInternal()
1033 VFullPath fullPath = (VFullPath) vPath; in drawPath()
1179 if (copyChild instanceof VFullPath) { in VGroup()
1180 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1480 private static class VFullPath extends VPath { class in VectorDrawableCompat
1500 public VFullPath() { in VFullPath() method in VectorDrawableCompat.VFullPath
1504 public VFullPath(VFullPath copy) { in VFullPath() method in VectorDrawableCompat.VFullPath
/frameworks/base/
Dpreloaded-classes949 android.graphics.drawable.VectorDrawable$VFullPath
950 android.graphics.drawable.VectorDrawable$VFullPath$1
Dcompiled-classes-phone1356 android.graphics.drawable.VectorDrawable$VFullPath
1357 android.graphics.drawable.VectorDrawable$VFullPath$1