Searched refs:lottieAnimationView (Results 1 – 4 of 4) sorted by relevance
96 LottieAnimationView lottieAnimationView = findViewById(R.id.illustration_lottie); in onCreate() local99 lottieAnimationView.setAnimation(R.raw.udfps_edu_a11y_lottie); in onCreate()105 final LottieAnimationView lottieAnimationView = findViewById(R.id.illustration_lottie); in onCreate() local111 lottieAnimationView.setVisibility(View.GONE); in onCreate()115 lottieAnimationView.setVisibility(View.GONE); in onCreate()120 lottieAnimationView.setVisibility(View.VISIBLE); in onCreate()155 LottieAnimationView lottieAnimationView = findViewById(R.id.illustration_lottie); in onCreate() local156 lottieAnimationView.setOnClickListener(new OnClickListener() { in onCreate()
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()