Searched refs:mHelpAnimation (Results 1 – 2 of 2) sorted by relevance
191 private ObjectAnimator mHelpAnimation; field in FingerprintEnrollEnrolling361 mHelpAnimation = ObjectAnimator.ofFloat(progressLottieLayout, in setHelpAnimation()364 mHelpAnimation.setInterpolator(new AccelerateDecelerateInterpolator()); in setHelpAnimation()365 mHelpAnimation.setDuration(duration); in setHelpAnimation()366 mHelpAnimation.setAutoCancel(false); in setHelpAnimation()858 if (!mHelpAnimation.isRunning()) { in showError()859 mHelpAnimation.start(); in showError()
86 @Mock private ObjectAnimator mHelpAnimation; field in FingerprintEnrollEnrollingTest189 ReflectionHelpers.setField(mActivity, "mHelpAnimation", mHelpAnimation); in fingerprintSfpsEnrollHelpAnimation()192 verify(mHelpAnimation).start(); in fingerprintSfpsEnrollHelpAnimation()