Searched refs:targetNameObj (Results 1 – 1 of 1) sorted by relevance
599 Object targetNameObj = vectorDrawable.getTargetByName(targetName); in updateAnimatorProperty() local601 if (targetNameObj instanceof VectorDrawable.VObject) { in updateAnimatorProperty()602 property = ((VectorDrawable.VObject) targetNameObj).getProperty(propertyName); in updateAnimatorProperty()603 } else if (targetNameObj instanceof VectorDrawable.VectorDrawableState) { in updateAnimatorProperty()604 property = ((VectorDrawable.VectorDrawableState) targetNameObj) in updateAnimatorProperty()