Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollFindSensor.java123 View animationView = findViewById(R.id.fingerprint_sensor_location_animation); in onCreate() local
124 if (animationView instanceof FingerprintFindSensorAnimation) { in onCreate()
125 mAnimation = (FingerprintFindSensorAnimation) animationView; in onCreate()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DTransitionAnimationHelper.java53 void onAnimationSetup(LottieAnimationView animationView); in onAnimationSetup() argument
305 ViewGroup item2, LottieAnimationView animationView, ViewGroup imageContainer,
312 this.mAnimationView = requireNonNull(animationView);
DProvisioningActivity.java400 public void onAnimationSetup(LottieAnimationView animationView) {
401 getThemeHelper().setupAnimationDynamicColors(this, animationView, getIntent());