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

Commit 49d1386e authored by Matt Pietal's avatar Matt Pietal Committed by Automerger Merge Worker
Browse files

Merge "Ensure blur radius goes to 0" into tm-dev am: e768e3dd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17124997

Change-Id: I41ad1bcd55041b3c6de986b2cb54e363d26c9139
parents 5e00c90a e768e3dd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@ class NotificationShadeDepthController @Inject constructor(
                addListener(object : AnimatorListenerAdapter() {
                    override fun onAnimationEnd(animation: Animator?) {
                        keyguardAnimator = null
                        wakeAndUnlockBlurRadius = 0f
                        scheduleUpdate()
                    }
                })
@@ -439,7 +440,7 @@ class NotificationShadeDepthController @Inject constructor(
            it.println("StatusBarWindowBlurController:")
            it.increaseIndent()
            it.println("shadeExpansion: $shadeExpansion")
            it.println("shouldApplyShaeBlur: ${shouldApplyShadeBlur()}")
            it.println("shouldApplyShadeBlur: ${shouldApplyShadeBlur()}")
            it.println("shadeAnimation: ${shadeAnimation.radius}")
            it.println("brightnessMirrorRadius: ${brightnessMirrorSpring.radius}")
            it.println("wakeAndUnlockBlur: $wakeAndUnlockBlurRadius")