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.java599 Object targetNameObj = vectorDrawable.getTargetByName(targetName); in updateAnimatorProperty() local
601 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()