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