Home
last modified time | relevance | path

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

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java100 private @RawRes int animationResId; field in LottieAnimationView
251 ss.animationResId = animationResId; in onSaveInstanceState()
272 animationResId = ss.animationResId; in onRestoreInstanceState()
273 if (animationResId != 0) { in onRestoreInstanceState()
274 setAnimation(animationResId); in onRestoreInstanceState()
370 this.animationResId = rawRes; in setAnimation()
379 animationResId = 0; in setAnimation()
1075 int animationResId; field in LottieAnimationView.SavedState