Searched refs:lottieAnimationView (Results 1 – 6 of 6) sorted by relevance
106 LottieAnimationView lottieAnimationView = layout.findViewById(R.id.animation); in setupAnimation() local107 lottieAnimationView.setAnimation(animationResId); in setupAnimation()109 mActivity, lottieAnimationView, mActivity.getIntent()); in setupAnimation()
42 public LottieAnimationWrapper(LottieAnimationView lottieAnimationView) { in LottieAnimationWrapper() argument43 mLottieAnimationView = requireNonNull(lottieAnimationView); in LottieAnimationWrapper()
126 Context context, LottieAnimationView lottieAnimationView, Intent intent) { in setupAnimationDynamicColors() argument128 new LottieAnimationWrapper(lottieAnimationView), in setupAnimationDynamicColors()
74 LottieAnimationView lottieAnimationView = rootView.findViewById(R.id.lottie_animation); in onCreateView() local75 LottieColorUtils.applyDynamicColors(getContext(), lottieAnimationView); in onCreateView() local
92 LottieAnimationView lottieAnimationView = rootView.findViewById(R.id.lottie_animation); in onCreateView() local93 LottieColorUtils.applyDynamicColors(getContext(), lottieAnimationView); in onCreateView() local
81 LottieAnimationView lottieAnimationView = rootView.findViewById(R.id.lottie_animation); in onCreateView() local82 LottieColorUtils.applyDynamicColors(getContext(), lottieAnimationView); in onCreateView() local