Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedVectorDrawable.java556 final int animResId = a.getResourceId( in inflate() local
558 if (animResId != 0) { in inflate()
562 res, theme, animResId, pathErrorScale); in inflate()
571 state.addPendingAnimator(animResId, pathErrorScale, target); in inflate()
885 public final int animResId; field in AnimatedVectorDrawable.AnimatedVectorDrawableState.PendingAnimator
889 public PendingAnimator(int animResId, float pathErrorScale, String target) { in PendingAnimator() argument
890 this.animResId = animResId; in PendingAnimator()
896 return AnimatorInflater.loadAnimator(res, theme, animResId, pathErrorScale); in newInstance()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16621 …/graphics/drawable/AnimatedVectorDrawable$AnimatedVectorDrawableState$PendingAnimator;->animResId:I