Searched refs:mRepeatingVectorAnimation (Results 1 – 5 of 5) sorted by relevance
42 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in AdminIntegratedFlowPrepareActivity76 if (mRepeatingVectorAnimation != null) { in onStart()77 mRepeatingVectorAnimation.start(); in onStart()84 if (mRepeatingVectorAnimation != null) { in onStop()85 mRepeatingVectorAnimation.stop(); in onStop()122 mRepeatingVectorAnimation = new RepeatingVectorAnimation(animatedVectorDrawable); in initializeUi()123 mRepeatingVectorAnimation.start(); in initializeUi()
113 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in ProvisioningActivity496 mRepeatingVectorAnimation = new RepeatingVectorAnimation(vectorDrawable); in startSpinnerAnimation()497 mRepeatingVectorAnimation.start(); in startSpinnerAnimation()501 if (mRepeatingVectorAnimation == null) { in endSpinnerAnimation()504 mRepeatingVectorAnimation.stop(); in endSpinnerAnimation()505 mRepeatingVectorAnimation = null; in endSpinnerAnimation()
100 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in TransitionAnimationHelper176 mRepeatingVectorAnimation = new RepeatingVectorAnimation(vectorDrawable, shouldLoop);177 mRepeatingVectorAnimation.start();188 mRepeatingVectorAnimation.stop();
40 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in TransitionActivity58 if (mRepeatingVectorAnimation != null) { in onStart()59 mRepeatingVectorAnimation.start(); in onStart()68 if (mRepeatingVectorAnimation != null) { in onStop()69 mRepeatingVectorAnimation.stop(); in onStop()99 mRepeatingVectorAnimation = new RepeatingVectorAnimation(repeatingAnimation); in setupAnimation()100 mRepeatingVectorAnimation.start(); in setupAnimation()
44 private @Nullable RepeatingVectorAnimation mRepeatingVectorAnimation; field in PrimaryConsentUiHelper56 if (mRepeatingVectorAnimation != null) { in onStart()57 mRepeatingVectorAnimation.start(); in onStart()63 if (mRepeatingVectorAnimation != null) { in onStop()64 mRepeatingVectorAnimation.stop(); in onStop()105 mRepeatingVectorAnimation = new RepeatingVectorAnimation(animatedVectorDrawable); in setupAnimation()106 mRepeatingVectorAnimation.start(); in setupAnimation()