Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DVectorDrawable.java1048 static class VGroup extends VObject {
1190 private final ArrayList<VObject> mChildren = new ArrayList<>();
1214 final ArrayList<VObject> children = copy.mChildren; in VGroup()
1216 final VObject copyChild = children.get(i); in VGroup()
1254 public void addChild(VObject child) { in addChild()
1324 final ArrayList<VObject> children = mChildren; in onStateChange()
1326 final VObject child = children.get(i); in onStateChange()
1344 final ArrayList<VObject> children = mChildren; in hasFocusStateSpecified()
1346 final VObject child = children.get(i); in hasFocusStateSpecified()
1371 final ArrayList<VObject> children = mChildren; in canApplyTheme()
[all …]
DAnimatedVectorDrawable.java601 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()
602 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()
842 && !(target instanceof VectorDrawable.VObject)) { in prepareLocalAnimator()
/frameworks/base/
Dpreloaded-classes1120 android.graphics.drawable.VectorDrawable$VObject
Dcompiled-classes-phone1460 android.graphics.drawable.VectorDrawable$VObject
/frameworks/base/services/
Dprofile-classes855 Landroid/graphics/drawable/VectorDrawable$VObject;