diff options
| author | 2023-08-21 18:22:30 +0000 | |
|---|---|---|
| committer | 2023-08-21 18:22:30 +0000 | |
| commit | ddcf051c9e95f3ef7faad316a25f65eeb5348f9c (patch) | |
| tree | 189e878db76cc0c5e6042ae6a6f83ee9de32efe1 /libs | |
| parent | 24fc870fc89916ab95211ddc9c150c95972cc9a1 (diff) | |
| parent | 97b34a941db2fda951bc6bd0524e8102e9f2bb58 (diff) | |
Merge "Update bubbles scrim to be .32f as per visD" into udc-qpr-dev
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java index 74f830e137f1..8ae12c75b3ee 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java @@ -131,7 +131,7 @@ public class BubbleStackView extends FrameLayout private static final int EXPANDED_VIEW_ALPHA_ANIMATION_DURATION = 150; - private static final float SCRIM_ALPHA = 0.6f; + private static final float SCRIM_ALPHA = 0.32f; /** Minimum alpha value for scrim when alpha is being changed via drag */ private static final float MIN_SCRIM_ALPHA_FOR_DRAG = 0.2f; |