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