summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author mpodolian <mpodolian@google.com> 2024-06-13 00:29:06 +0100
committer mpodolian <mpodolian@google.com> 2024-06-13 18:11:34 +0100
commit5059eacd89cfaba5e32d950541fbd05a5bebd13d (patch)
treea4959893d8fc0d3a72244ddd70e196d341b19a7a
parentce76d7a1015ca9f8eef25d30da87a77b9016673d (diff)
Create flag for animating bubbles.
Flag: com.android.wm.shell.animate_bubbles_size_change Test: NONE - adding flag Bug: 335575529 Change-Id: Ia97bde8335b05ea243d602a0e30cdac429772f0e
-rw-r--r--libs/WindowManager/Shell/aconfig/multitasking.aconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
index 15f8c328bb56..112eb617e7a6 100644
--- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig
+++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -111,3 +111,13 @@ flag {
purpose: PURPOSE_BUGFIX
}
}
+
+flag {
+ name: "animate_bubble_size_change"
+ namespace: "multitasking"
+ description: "Turns on the animation for bubble bar icons size change"
+ bug: "335575529"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}