summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mady Mellor <madym@google.com> 2023-09-08 18:21:13 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-09-08 18:21:13 +0000
commit4f24ce90ed7a69bcb9ce6dec3804fc12cf24603f (patch)
tree03384f0bc43037881e2795b4af0f5b27efb9c32c
parentc6ed871e6b79c74dd56a2b6a083b60f98ce165cf (diff)
parent3b8c52b5c70e9dc30c026553fe657376a353c6a7 (diff)
Merge "Add a note to update the scrim value in taskbar" into main
-rw-r--r--libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/BubbleStackView.java1
1 files changed, 1 insertions, 0 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 093ecb1e3ade..d10de833ab89 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,6 +131,7 @@ public class BubbleStackView extends FrameLayout
private static final int EXPANDED_VIEW_ALPHA_ANIMATION_DURATION = 150;
+ /** Should be kept in sync with value in TaskbarScrimViewController. */
private static final float SCRIM_ALPHA = 0.32f;
/** Minimum alpha value for scrim when alpha is being changed via drag */