Searched refs:VObject (Results 1 – 3 of 3) sorted by relevance
1158 static class VGroup extends VObject {1300 private final ArrayList<VObject> mChildren = new ArrayList<>();1324 final ArrayList<VObject> children = copy.mChildren; in VGroup()1326 final VObject copyChild = children.get(i); in VGroup()1364 public void addChild(VObject child) { in addChild()1434 final ArrayList<VObject> children = mChildren; in onStateChange()1436 final VObject child = children.get(i); in onStateChange()1454 final ArrayList<VObject> children = mChildren; in hasFocusStateSpecified()1456 final VObject child = children.get(i); in hasFocusStateSpecified()1481 final ArrayList<VObject> children = mChildren; in canApplyTheme()[all …]
609 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()610 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()851 && !(target instanceof VectorDrawable.VObject)) { in prepareLocalAnimator()
1365 android.graphics.drawable.VectorDrawable$VObject