blob: f7b1a26c9df998951d3fcdf99275465284b36390 [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
2
Daniel Norman6c6f1b52023-10-20 00:25:18 +00003# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
4
Riley Jones32c5a682023-08-03 20:08:16 +00005flag {
Riley Jones817d5f12023-08-29 23:02:37 +00006 name: "floating_menu_animated_tuck"
Riley Jones32c5a682023-08-03 20:08:16 +00007 namespace: "accessibility"
Riley Jones817d5f12023-08-29 23:02:37 +00008 description: "Sets up animations for tucking/untucking and adjusts clipbounds."
Riley Jonesa02a3bb2023-11-01 18:14:40 +00009 bug: "297556899"
Ned Burns6d480c32023-08-28 12:12:19 -040010}
Riley Jones84156fc2023-09-06 22:27:37 +000011
12flag {
jasonwshsu72fa82d2023-11-15 13:34:29 +080013 name: "floating_menu_drag_to_hide"
14 namespace: "accessibility"
15 description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
16 bug: "298718415"
17}
18
19flag {
Riley Jones84156fc2023-09-06 22:27:37 +000020 name: "floating_menu_ime_displacement_animation"
21 namespace: "accessibility"
22 description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
23 bug: "281150010"
Riley Jones817d5f12023-08-29 23:02:37 +000024}
25
26flag {
27 name: "floating_menu_overlaps_nav_bars_flag"
28 namespace: "accessibility"
29 description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
30 bug: "283768342"
Riley Jonesd9786b72023-10-16 17:18:11 +000031}
32
33flag {
34 name: "floating_menu_radii_animation"
35 namespace: "accessibility"
36 description: "Animates the floating menu's transition between curved and jagged edges."
37 bug: "281140482"
jasonwshsu72fa82d2023-11-15 13:34:29 +080038}