Home
last modified time | relevance | path

Searched refs:VObject (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1035 static class VGroup extends VObject {
1177 private final ArrayList<VObject> mChildren = new ArrayList<>();
1201 final ArrayList<VObject> children = copy.mChildren; in VGroup()
1203 final VObject copyChild = children.get(i); in VGroup()
1241 public void addChild(VObject child) { in addChild()
1311 final ArrayList<VObject> children = mChildren; in onStateChange()
1313 final VObject child = children.get(i); in onStateChange()
1343 final ArrayList<VObject> children = mChildren; in canApplyTheme()
1345 final VObject child = children.get(i); in canApplyTheme()
1363 final ArrayList<VObject> children = mChildren; in applyTheme()
[all …]
DAnimatedVectorDrawable.java599 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()
600 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()
/frameworks/base/
Dpreloaded-classes953 android.graphics.drawable.VectorDrawable$VObject
Dcompiled-classes-phone1360 android.graphics.drawable.VectorDrawable$VObject