Searched refs:VObject (Results 1 – 5 of 5) sorted by relevance
1048 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 …]
601 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()602 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()842 && !(target instanceof VectorDrawable.VObject)) { in prepareLocalAnimator()
1120 android.graphics.drawable.VectorDrawable$VObject
1460 android.graphics.drawable.VectorDrawable$VObject
855 Landroid/graphics/drawable/VectorDrawable$VObject;