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.java171 @Nullable private AnimatedVectorDrawable mIconAnimationDrawable; field in FingerprintEnrollEnrolling
321 mIconAnimationDrawable = (AnimatedVectorDrawable) in onCreate()
325 mIconAnimationDrawable.registerAnimationCallback(mIconAnimationCallback); in onCreate()
423 if (mIconAnimationDrawable != null) { in startIconAnimation()
424 mIconAnimationDrawable.start(); in startIconAnimation()
430 if (mIconAnimationDrawable != null) { in stopIconAnimation()
431 mIconAnimationDrawable.stop(); in stopIconAnimation()