Loading packages/SystemUI/src/com/android/systemui/util/animation/PhysicsAnimator.kt +6 −0 Original line number Diff line number Diff line Loading @@ -644,6 +644,12 @@ class PhysicsAnimator<T> private constructor (target: T) { it.onInternalAnimationEnd( property, canceled, value, velocity, anim is FlingAnimation) } if (springAnimations[property] == anim) { springAnimations.remove(property) } if (flingAnimations[property] == anim) { flingAnimations.remove(property) } } return anim } Loading Loading
packages/SystemUI/src/com/android/systemui/util/animation/PhysicsAnimator.kt +6 −0 Original line number Diff line number Diff line Loading @@ -644,6 +644,12 @@ class PhysicsAnimator<T> private constructor (target: T) { it.onInternalAnimationEnd( property, canceled, value, velocity, anim is FlingAnimation) } if (springAnimations[property] == anim) { springAnimations.remove(property) } if (flingAnimations[property] == anim) { flingAnimations.remove(property) } } return anim } Loading