Searched refs:animationView (Results 1 – 3 of 3) sorted by relevance
123 View animationView = findViewById(R.id.fingerprint_sensor_location_animation); in onCreate() local124 if (animationView instanceof FingerprintFindSensorAnimation) { in onCreate()125 mAnimation = (FingerprintFindSensorAnimation) animationView; in onCreate()
53 void onAnimationSetup(LottieAnimationView animationView); in onAnimationSetup() argument305 ViewGroup item2, LottieAnimationView animationView, ViewGroup imageContainer,312 this.mAnimationView = requireNonNull(animationView);
400 public void onAnimationSetup(LottieAnimationView animationView) {401 getThemeHelper().setupAnimationDynamicColors(this, animationView, getIntent());