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