Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java835 final VFullPath path = new VFullPath(); in inflateChildElements()
1332 if (copyChild instanceof VFullPath) { in VGroup()
1333 newPath = new VFullPath((VFullPath) copyChild); in VGroup()
1744 static class VFullPath extends VPath { class in VectorDrawable
1776 private static final Property<VFullPath, Float> STROKE_WIDTH =
1777 new FloatProperty<VFullPath> ("strokeWidth") {
1779 public void setValue(VFullPath object, float value) {
1784 public Float get(VFullPath object) {
1789 private static final Property<VFullPath, Integer> STROKE_COLOR =
1790 new IntProperty<VFullPath> ("strokeColor") {
[all …]
DAnimatedVectorDrawable.java1337 } else if (target instanceof VectorDrawable.VFullPath) { in createRTAnimator()
1338 createRTAnimatorForFullPath(animator, (VectorDrawable.VFullPath) target, in createRTAnimator()
1399 VectorDrawable.VFullPath target, long startTime) { in createRTAnimatorForFullPath()
/frameworks/base/config/
Dpreloaded-classes1344 android.graphics.drawable.VectorDrawable$VFullPath$10
1345 android.graphics.drawable.VectorDrawable$VFullPath$1
1346 android.graphics.drawable.VectorDrawable$VFullPath$2
1347 android.graphics.drawable.VectorDrawable$VFullPath$3
1348 android.graphics.drawable.VectorDrawable$VFullPath$4
1349 android.graphics.drawable.VectorDrawable$VFullPath$5
1350 android.graphics.drawable.VectorDrawable$VFullPath$6
1351 android.graphics.drawable.VectorDrawable$VFullPath$7
1352 android.graphics.drawable.VectorDrawable$VFullPath$8
1353 android.graphics.drawable.VectorDrawable$VFullPath$9
[all …]