Searched refs:VObject (Results 1 – 4 of 4) sorted by relevance
1035 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 …]
599 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()600 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()
953 android.graphics.drawable.VectorDrawable$VObject
1360 android.graphics.drawable.VectorDrawable$VObject