blob: 8137e408ba39e2408b3827694e394ab5b8352393 [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Dennis Shen42aa2c02024-04-04 14:38:14 +00002container: "system"
Ned Burns6d480c32023-08-28 12:12:19 -04003
Daniel Norman6c6f1b52023-10-20 00:25:18 +00004# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
5
Riley Jones32c5a682023-08-03 20:08:16 +00006flag {
Riley Jones817d5f12023-08-29 23:02:37 +00007 name: "floating_menu_animated_tuck"
Riley Jones32c5a682023-08-03 20:08:16 +00008 namespace: "accessibility"
Riley Jones817d5f12023-08-29 23:02:37 +00009 description: "Sets up animations for tucking/untucking and adjusts clipbounds."
Riley Jonesa02a3bb2023-11-01 18:14:40 +000010 bug: "297556899"
Ned Burns6d480c32023-08-28 12:12:19 -040011}
Riley Jones84156fc2023-09-06 22:27:37 +000012
13flag {
jasonwshsu72fa82d2023-11-15 13:34:29 +080014 name: "floating_menu_drag_to_hide"
15 namespace: "accessibility"
16 description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
17 bug: "298718415"
18}
19
20flag {
Riley Jonesb6e63e22023-11-09 23:08:41 +000021 name: "floating_menu_drag_to_edit"
22 namespace: "accessibility"
23 description: "adds a second drag button to allow the user edit the shortcut."
24 bug: "297583708"
25}
26
27flag {
Riley Jones84156fc2023-09-06 22:27:37 +000028 name: "floating_menu_ime_displacement_animation"
29 namespace: "accessibility"
30 description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
31 bug: "281150010"
Riley Jones817d5f12023-08-29 23:02:37 +000032}
33
34flag {
35 name: "floating_menu_overlaps_nav_bars_flag"
36 namespace: "accessibility"
37 description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
38 bug: "283768342"
Riley Jonesd9786b72023-10-16 17:18:11 +000039}
40
41flag {
42 name: "floating_menu_radii_animation"
43 namespace: "accessibility"
44 description: "Animates the floating menu's transition between curved and jagged edges."
45 bug: "281140482"
jasonwshsu72fa82d2023-11-15 13:34:29 +080046}
Candice Lo6e10fea2024-01-09 17:51:45 +080047
48flag {
49 name: "create_windowless_window_magnifier"
50 namespace: "accessibility"
51 description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
52 bug: "280992417"
53}