am f223babb: Merge "Canceling ViewPropertyAnimator now removes pending actions" into lmp-dev
* commit 'f223babba9435874111d031610aad1968bcdec0b': Canceling ViewPropertyAnimator now removes pending actions
This commit is contained in:
@@ -430,6 +430,10 @@ public class ViewPropertyAnimator {
|
||||
}
|
||||
}
|
||||
mPendingAnimations.clear();
|
||||
mPendingSetupAction = null;
|
||||
mPendingCleanupAction = null;
|
||||
mPendingOnStartAction = null;
|
||||
mPendingOnEndAction = null;
|
||||
mView.removeCallbacks(mAnimationStarter);
|
||||
if (mRTBackend != null) {
|
||||
mRTBackend.cancelAll();
|
||||
|
||||
Reference in New Issue
Block a user