Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59338950 authored by Justin Koh's avatar Justin Koh Committed by Android Git Automerger
Browse files

am ba75135a: am 2aa3905c: Merge "DO NOT MERGE: The ValueAnimator\'s state need...

am ba75135a: am 2aa3905c: Merge "DO NOT MERGE: The ValueAnimator\'s state need to be totally reset during clone." into lmp-mr1-modular-dev

* commit 'ba75135a':
  DO NOT MERGE: The ValueAnimator's state need to be totally reset during clone.
parents 2947926c ba75135a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1389,6 +1389,12 @@ public class ValueAnimator extends Animator {
        anim.mInitialized = false;
        anim.mPlayingState = STOPPED;
        anim.mStartedDelay = false;
        anim.mStarted = false;
        anim.mRunning = false;
        anim.mPaused = false;
        anim.mResumed = false;
        anim.mStartListenersCalled = false;

        PropertyValuesHolder[] oldValues = mValues;
        if (oldValues != null) {
            int numValues = oldValues.length;