Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLottieAnimationColorUtils.java46 @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()
/packages/apps/Settings/src/com/android/settings/biometrics2/ui/view/
DFingerprintEnrollFindRfpsFragment.kt116 val animationView = findRfpsView!!.findViewById<View>( in <lambda>() constant
119 if (animationView is FingerprintFindSensorAnimation) { in <lambda>()
120 animation = animationView in <lambda>()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionAnimationHelper.java53 void onAnimationSetup(LottieAnimationView animationView); in onAnimationSetup() argument
313 ViewGroup item2, LottieAnimationView animationView, ViewGroup imageContainer,
320 this.mAnimationView = requireNonNull(animationView);
DProvisioningActivity.java367 public void onAnimationSetup(LottieAnimationView animationView) {
368 getThemeHelper().setupAnimationDynamicColors(this, animationView, getIntent());
/packages/apps/Settings/src/com/android/settings/remoteauth/introduction/
DIntroductionImageCarousel.kt99 … val animationView = itemView.requireViewById<LottieAnimationView>(R.id.explanation_animation) constant in com.android.settings.remoteauth.introduction.IntroductionImageCarousel
112 with(holder.animationView) { in getItemCount()