Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintEnrollEnrolling.java126 @Nullable private AnimatedVectorDrawable mIconAnimationDrawable; field in FingerprintEnrollEnrolling
212 mIconAnimationDrawable = (AnimatedVectorDrawable) in onCreate()
216 mIconAnimationDrawable.registerAnimationCallback(mIconAnimationCallback); in onCreate()
285 if (mIconAnimationDrawable != null) { in startIconAnimation()
286 mIconAnimationDrawable.start(); in startIconAnimation()
292 if (mIconAnimationDrawable != null) { in stopIconAnimation()
293 mIconAnimationDrawable.stop(); in stopIconAnimation()