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.java113 @Nullable private AnimatedVectorDrawable mIconAnimationDrawable; field in FingerprintEnrollEnrolling
174 mIconAnimationDrawable = (AnimatedVectorDrawable) in onCreate()
178 mIconAnimationDrawable.registerAnimationCallback(mIconAnimationCallback); in onCreate()
247 if (mIconAnimationDrawable != null) { in startIconAnimation()
248 mIconAnimationDrawable.start(); in startIconAnimation()
254 if (mIconAnimationDrawable != null) { in stopIconAnimation()
255 mIconAnimationDrawable.stop(); in stopIconAnimation()