Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/MaximizeButtonView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class MaximizeButtonView( } fun cancelHoverAnimation() { hoverProgressAnimatorSet.removeAllListeners() hoverProgressAnimatorSet.childAnimations.forEach { it.removeAllListeners() } hoverProgressAnimatorSet.cancel() progressBar.visibility = View.INVISIBLE } Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/MaximizeButtonView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ class MaximizeButtonView( } fun cancelHoverAnimation() { hoverProgressAnimatorSet.removeAllListeners() hoverProgressAnimatorSet.childAnimations.forEach { it.removeAllListeners() } hoverProgressAnimatorSet.cancel() progressBar.visibility = View.INVISIBLE } Loading