Home
last modified time | relevance | path

Searched refs:mRepeatingVectorAnimation (Results 1 – 5 of 5) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DAdminIntegratedFlowPrepareActivity.java42 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in AdminIntegratedFlowPrepareActivity
76 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()
DProvisioningActivity.java113 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in ProvisioningActivity
496 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()
DTransitionAnimationHelper.java100 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in TransitionAnimationHelper
176 mRepeatingVectorAnimation = new RepeatingVectorAnimation(vectorDrawable, shouldLoop);
177 mRepeatingVectorAnimation.start();
188 mRepeatingVectorAnimation.stop();
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/transition/
DTransitionActivity.java40 private RepeatingVectorAnimation mRepeatingVectorAnimation; field in TransitionActivity
58 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()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/consent/
DPrimaryConsentUiHelper.java44 private @Nullable RepeatingVectorAnimation mRepeatingVectorAnimation; field in PrimaryConsentUiHelper
56 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()