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

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

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

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

* commit '2aa3905c':
  DO NOT MERGE: The ValueAnimator's state need to be totally reset during clone.
parents 059451e1 2aa3905c
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;