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 { |
Roy Chou | 8364f44 | 2024-05-09 06:16:59 +0000 | [diff] [blame] | 7 | name: "delay_show_magnification_button" |
| 8 | namespace: "accessibility" |
| 9 | description: "Delays the showing of magnification mode switch button." |
| 10 | bug: "338259519" |
| 11 | metadata { |
| 12 | purpose: PURPOSE_BUGFIX |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | flag { |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 17 | name: "floating_menu_animated_tuck" |
Riley Jones | 32c5a68 | 2023-08-03 20:08:16 +0000 | [diff] [blame] | 18 | namespace: "accessibility" |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 19 | description: "Sets up animations for tucking/untucking and adjusts clipbounds." |
Riley Jones | a02a3bb | 2023-11-01 18:14:40 +0000 | [diff] [blame] | 20 | bug: "297556899" |
Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 21 | } |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 22 | |
| 23 | flag { |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 24 | name: "floating_menu_drag_to_hide" |
| 25 | namespace: "accessibility" |
| 26 | description: "Allows users to hide the FAB then use notification to dismiss or bring it back." |
| 27 | bug: "298718415" |
| 28 | } |
| 29 | |
| 30 | flag { |
Riley Jones | b6e63e2 | 2023-11-09 23:08:41 +0000 | [diff] [blame] | 31 | name: "floating_menu_drag_to_edit" |
| 32 | namespace: "accessibility" |
| 33 | description: "adds a second drag button to allow the user edit the shortcut." |
| 34 | bug: "297583708" |
| 35 | } |
| 36 | |
| 37 | flag { |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 38 | name: "floating_menu_ime_displacement_animation" |
| 39 | namespace: "accessibility" |
| 40 | description: "Adds an animation for when the FAB is displaced by an IME becoming visible." |
| 41 | bug: "281150010" |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 42 | } |
| 43 | |
| 44 | flag { |
Riley Jones | 0e9addb0 | 2024-04-10 02:24:48 +0000 | [diff] [blame] | 45 | name: "floating_menu_narrow_target_content_observer" |
| 46 | namespace: "accessibility" |
| 47 | description: "stops the FAB from monitoring enabled services to trigger target content changes." |
| 48 | bug: "331740049" |
| 49 | metadata { |
| 50 | purpose: PURPOSE_BUGFIX |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | flag { |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 55 | name: "floating_menu_overlaps_nav_bars_flag" |
| 56 | namespace: "accessibility" |
| 57 | description: "Adjusts bounds to allow the floating menu to render on top of navigation bars." |
| 58 | bug: "283768342" |
Riley Jones | d9786b7 | 2023-10-16 17:18:11 +0000 | [diff] [blame] | 59 | } |
| 60 | |
| 61 | flag { |
| 62 | name: "floating_menu_radii_animation" |
| 63 | namespace: "accessibility" |
| 64 | description: "Animates the floating menu's transition between curved and jagged edges." |
| 65 | bug: "281140482" |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 66 | } |
Candice Lo | 6e10fea | 2024-01-09 17:51:45 +0800 | [diff] [blame] | 67 | |
| 68 | flag { |
| 69 | name: "create_windowless_window_magnifier" |
| 70 | namespace: "accessibility" |
| 71 | description: "Uses SurfaceControlViewHost to create the magnifier for window magnification." |
| 72 | bug: "280992417" |
| 73 | } |