alioth: overlay: update rounded corner adjustment

- after updating rounded corner masks, the adjustment no longer matches screen
- users can see that the radius of the fancy clipping path is slightly too high
  and thus causes visible pixel bleed in the top corners at mQsExpansion progress = 0.
- Reduce the radius by 3px to fix clipping issue.
- this is rather obvious after light qs

Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
Change-Id: I09593708bfd95af106d538832727a3ffe98d0a02
This commit is contained in:
Omkar Chandorkar
2022-12-28 20:04:51 +05:30
committed by SahilSonar
parent d9a11f7d57
commit 569fd4e033

View File

@@ -22,7 +22,7 @@
round. This value is used when retrieving the "radius" of the rounded corner in cases
where the exact bezier curve cannot be retrieved. This value will be subtracted from
rounded_corner_radius to more accurately provide a "radius" for the rounded corner. -->
<dimen name="rounded_corner_radius_adjustment">22px</dimen>
<dimen name="rounded_corner_radius_adjustment">25px</dimen>
<!-- Height of the status bar.
Do not read this dimen directly. Use {@link SystemBarUtils#getStatusBarHeight} instead.