Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintEnrollEnrolling.java173 @Nullable private AnimatedVectorDrawable mIconAnimationDrawable; field in FingerprintEnrollEnrolling
305 mIconAnimationDrawable = (AnimatedVectorDrawable) in onCreate()
309 mIconAnimationDrawable.registerAnimationCallback(mIconAnimationCallback); in onCreate()
409 if (mIconAnimationDrawable != null) { in startIconAnimation()
410 mIconAnimationDrawable.start(); in startIconAnimation()
416 if (mIconAnimationDrawable != null) { in stopIconAnimation()
417 mIconAnimationDrawable.stop(); in stopIconAnimation()