Searched refs:targetNameObj (Results 1 – 1 of 1) sorted by relevance
607 Object targetNameObj = vectorDrawable.getTargetByName(targetName); in updateAnimatorProperty() local609 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()610 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()611 } else if (targetNameObj instanceof VectorDrawable.VectorDrawableState) { in updateAnimatorProperty()612 property = ((VectorDrawable.VectorDrawableState) targetNameObj) in updateAnimatorProperty()