Searched refs:mIconAnimationDrawable (Results 1 – 1 of 1) sorted by relevance
173 @Nullable private AnimatedVectorDrawable mIconAnimationDrawable; field in FingerprintEnrollEnrolling305 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()