Searched refs:animationView (Results 1 – 5 of 5) sorted by relevance
46 @NonNull LottieAnimationView animationView, in updateToArgbColors()48 animationView.addLottieOnCompositionLoadedListener( in updateToArgbColors()50 (token, color) -> animationView.addValueCallback( in updateToArgbColors()66 @NonNull LottieAnimationView animationView, in updateToColorResources()70 animationView, in updateToColorResources()73 token -> animationView.getResources().getColor( in updateToColorResources()
116 val animationView = findRfpsView!!.findViewById<View>( in <lambda>() constant119 if (animationView is FingerprintFindSensorAnimation) { in <lambda>()120 animation = animationView in <lambda>()
53 void onAnimationSetup(LottieAnimationView animationView); in onAnimationSetup() argument313 ViewGroup item2, LottieAnimationView animationView, ViewGroup imageContainer,320 this.mAnimationView = requireNonNull(animationView);
367 public void onAnimationSetup(LottieAnimationView animationView) {368 getThemeHelper().setupAnimationDynamicColors(this, animationView, getIntent());
99 … val animationView = itemView.requireViewById<LottieAnimationView>(R.id.explanation_animation) constant in com.android.settings.remoteauth.introduction.IntroductionImageCarousel112 with(holder.animationView) { in getItemCount()