From 520c39d66ccc755046e1721480fb5bc4b4951e13 Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Fri, 2 Jul 2021 14:39:01 -0700 Subject: [PATCH] Remove zoom from wake-up transition The S spec doesn't have it. It's reminescent from the R spec. Fixes: 192365994 Test: manual Change-Id: I4a476ce5c6ea9eca46902d44f132f8abe3884bf4 --- .../systemui/statusbar/NotificationShadeDepthController.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt index f6b16b065b6f9..28bdd5fbeb8b8 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationShadeDepthController.kt @@ -271,10 +271,6 @@ class NotificationShadeDepthController @Inject constructor( brightnessMirrorSpring.finishIfRunning() } } - - override fun onDozeAmountChanged(linear: Float, eased: Float) { - wakeAndUnlockBlurRadius = blurUtils.blurRadiusOfRatio(eased) - } } init {