Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 1 | package: "com.android.systemui" |
Dennis Shen | 42aa2c0 | 2024-04-04 14:38:14 +0000 | [diff] [blame] | 2 | container: "system" |
Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 3 | |
Daniel Norman | 6c6f1b5 | 2023-10-20 00:25:18 +0000 | [diff] [blame] | 4 | # NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors. |
| 5 | |
Riley Jones | 32c5a68 | 2023-08-03 20:08:16 +0000 | [diff] [blame] | 6 | flag { |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 7 | name: "floating_menu_animated_tuck" |
Riley Jones | 32c5a68 | 2023-08-03 20:08:16 +0000 | [diff] [blame] | 8 | namespace: "accessibility" |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 9 | description: "Sets up animations for tucking/untucking and adjusts clipbounds." |
Riley Jones | a02a3bb | 2023-11-01 18:14:40 +0000 | [diff] [blame] | 10 | bug: "297556899" |
Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 11 | } |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 12 | |
| 13 | flag { |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 14 | 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 | |
| 20 | flag { |
Riley Jones | b6e63e2 | 2023-11-09 23:08:41 +0000 | [diff] [blame] | 21 | 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 | |
| 27 | flag { |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 28 | 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 Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 32 | } |
| 33 | |
| 34 | flag { |
| 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 Jones | d9786b7 | 2023-10-16 17:18:11 +0000 | [diff] [blame] | 39 | } |
| 40 | |
| 41 | flag { |
| 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" |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 46 | } |
Candice Lo | 6e10fea | 2024-01-09 17:51:45 +0800 | [diff] [blame] | 47 | |
| 48 | flag { |
| 49 | name: "create_windowless_window_magnifier" |
| 50 | namespace: "accessibility" |
| 51 | description: "Uses SurfaceControlViewHost to create the magnifier for window magnification." |
| 52 | bug: "280992417" |
| 53 | } |