From 25669162e0d6fc52854b83bec51e205c62fd3b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Go=CC=88llner?= Date: Wed, 29 Mar 2023 11:43:42 +0200 Subject: [PATCH] Unfolded shade expansion: make it slower to match motion specs Increasing the split shade full transition distance from 200dp to 400dp. Make scrim transition 600dp, which 15% larger than the full transition distance, as it was before as well. Test: Manually - Recorded before and after videos and compared side by side. Bug: 267543111 Change-Id: I2ba735011a740ce02e2a3a160325d1b3c9cd1e4a --- packages/SystemUI/res/values/dimens.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/res/values/dimens.xml b/packages/SystemUI/res/values/dimens.xml index fe8aeed470ba7..3faacf2882ad6 100644 --- a/packages/SystemUI/res/values/dimens.xml +++ b/packages/SystemUI/res/values/dimens.xml @@ -1362,13 +1362,13 @@ 32dp - 200dp + 400dp - 300dp + 600dp