Home
last modified time | relevance | path

Searched refs:targetNameObj (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
DAnimatedVectorDrawable.java607 Object targetNameObj = vectorDrawable.getTargetByName(targetName); in updateAnimatorProperty() local
609 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()