Merge "Unfolded shade expansion: make it slower to match motion specs" into tm-qpr-dev am: 345f2c49fb

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

Change-Id: I9e8d5510db857e94c2f78e560295f8e69b31e2e6
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
TreeHugger Robot
2023-03-30 17:03:47 +00:00
committed by Automerger Merge Worker

View File

@@ -1362,13 +1362,13 @@
<dimen name="pulse_expansion_max_top_overshoot">32dp</dimen> <dimen name="pulse_expansion_max_top_overshoot">32dp</dimen>
<!-- The drag amount required for the split shade to fully expand. --> <!-- The drag amount required for the split shade to fully expand. -->
<dimen name="split_shade_full_transition_distance">200dp</dimen> <dimen name="split_shade_full_transition_distance">400dp</dimen>
<!-- <!--
The drag amount required for the scrim to fully fade in when expanding the split shade. The drag amount required for the scrim to fully fade in when expanding the split shade.
Currently setting it a little longer than the full shade transition distance, to avoid Currently setting it a little longer than the full shade transition distance, to avoid
having a state where the screen is fully black without any content showing. having a state where the screen is fully black without any content showing.
--> -->
<dimen name="split_shade_scrim_transition_distance">300dp</dimen> <dimen name="split_shade_scrim_transition_distance">600dp</dimen>
<!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0, <!-- Alpha in duration in ms for the auth ripple to become fully vislble. If set to 0,
it is immediately visible. --> it is immediately visible. -->