Loading packages/SystemUI/src/com/android/systemui/topwindoweffects/TopLevelWindowEffects.kt +2 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ constructor( } private fun cancelSqueeze() { if (isAnimationInterruptible && squeezeProgress != 0f) { if (isAnimationInterruptible && animator != null) { hapticPlayer?.cancel() animateSqueezeProgressTo( targetProgress = 0f, Loading Loading @@ -152,6 +152,7 @@ constructor( } private fun finishAnimation() { animator = null isAnimationInterruptible = true setRequestTopUi(false) } Loading Loading
packages/SystemUI/src/com/android/systemui/topwindoweffects/TopLevelWindowEffects.kt +2 −1 Original line number Diff line number Diff line Loading @@ -119,7 +119,7 @@ constructor( } private fun cancelSqueeze() { if (isAnimationInterruptible && squeezeProgress != 0f) { if (isAnimationInterruptible && animator != null) { hapticPlayer?.cancel() animateSqueezeProgressTo( targetProgress = 0f, Loading Loading @@ -152,6 +152,7 @@ constructor( } private fun finishAnimation() { animator = null isAnimationInterruptible = true setRequestTopUi(false) } Loading