Searched refs:lottieAnimationView (Results 1 – 4 of 4) sorted by relevance
102 LottieAnimationView lottieAnimationView = layout.findViewById(R.id.animation); in setupAnimation() local103 lottieAnimationView.setAnimation(animationResId); in setupAnimation()105 mActivity, lottieAnimationView, mActivity.getIntent()); in setupAnimation()
42 public LottieAnimationWrapper(LottieAnimationView lottieAnimationView) { in LottieAnimationWrapper() argument43 mLottieAnimationView = requireNonNull(lottieAnimationView); in LottieAnimationWrapper()
129 Context context, LottieAnimationView lottieAnimationView, Intent intent) { in setupAnimationDynamicColors() argument131 new LottieAnimationWrapper(lottieAnimationView), in setupAnimationDynamicColors()
86 LottieAnimationView lottieAnimationView = findViewById(R.id.illustration_lottie); in onCreate() local89 lottieAnimationView.setAnimation(R.raw.udfps_edu_a11y_lottie); in onCreate()