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 { |
Candice | cfb4d8e | 2024-08-13 10:11:10 +0000 | [diff] [blame^] | 7 | name: "add_black_background_for_window_magnifier" |
| 8 | namespace: "accessibility" |
| 9 | description: "Set the background for SurfaceView in window magnification black." |
| 10 | bug: "299981434" |
| 11 | metadata { |
| 12 | purpose: PURPOSE_BUGFIX |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | flag { |
Candice | 4d7cf4b | 2024-05-15 02:49:00 +0000 | [diff] [blame] | 17 | name: "create_windowless_window_magnifier" |
| 18 | namespace: "accessibility" |
| 19 | description: "Uses SurfaceControlViewHost to create the magnifier for window magnification." |
| 20 | bug: "280992417" |
| 21 | } |
| 22 | |
| 23 | flag { |
Roy Chou | 8364f44 | 2024-05-09 06:16:59 +0000 | [diff] [blame] | 24 | name: "delay_show_magnification_button" |
| 25 | namespace: "accessibility" |
| 26 | description: "Delays the showing of magnification mode switch button." |
| 27 | bug: "338259519" |
| 28 | metadata { |
| 29 | purpose: PURPOSE_BUGFIX |
| 30 | } |
| 31 | } |
| 32 | |
| 33 | flag { |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 34 | name: "floating_menu_animated_tuck" |
Riley Jones | 32c5a68 | 2023-08-03 20:08:16 +0000 | [diff] [blame] | 35 | namespace: "accessibility" |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 36 | description: "Sets up animations for tucking/untucking and adjusts clipbounds." |
Riley Jones | a02a3bb | 2023-11-01 18:14:40 +0000 | [diff] [blame] | 37 | bug: "297556899" |
Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 38 | } |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 39 | |
| 40 | flag { |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 41 | name: "floating_menu_drag_to_hide" |
| 42 | namespace: "accessibility" |
| 43 | description: "Allows users to hide the FAB then use notification to dismiss or bring it back." |
| 44 | bug: "298718415" |
| 45 | } |
| 46 | |
| 47 | flag { |
Riley Jones | b6e63e2 | 2023-11-09 23:08:41 +0000 | [diff] [blame] | 48 | name: "floating_menu_drag_to_edit" |
| 49 | namespace: "accessibility" |
| 50 | description: "adds a second drag button to allow the user edit the shortcut." |
| 51 | bug: "297583708" |
| 52 | } |
| 53 | |
| 54 | flag { |
Riley Jones | 84156fc | 2023-09-06 22:27:37 +0000 | [diff] [blame] | 55 | name: "floating_menu_ime_displacement_animation" |
| 56 | namespace: "accessibility" |
| 57 | description: "Adds an animation for when the FAB is displaced by an IME becoming visible." |
| 58 | bug: "281150010" |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 59 | } |
| 60 | |
| 61 | flag { |
Riley Jones | 0e9addb0 | 2024-04-10 02:24:48 +0000 | [diff] [blame] | 62 | name: "floating_menu_narrow_target_content_observer" |
| 63 | namespace: "accessibility" |
| 64 | description: "stops the FAB from monitoring enabled services to trigger target content changes." |
| 65 | bug: "331740049" |
| 66 | metadata { |
| 67 | purpose: PURPOSE_BUGFIX |
| 68 | } |
| 69 | } |
| 70 | |
| 71 | flag { |
Riley Jones | 817d5f1 | 2023-08-29 23:02:37 +0000 | [diff] [blame] | 72 | name: "floating_menu_overlaps_nav_bars_flag" |
| 73 | namespace: "accessibility" |
| 74 | description: "Adjusts bounds to allow the floating menu to render on top of navigation bars." |
| 75 | bug: "283768342" |
Riley Jones | d9786b7 | 2023-10-16 17:18:11 +0000 | [diff] [blame] | 76 | } |
| 77 | |
| 78 | flag { |
| 79 | name: "floating_menu_radii_animation" |
| 80 | namespace: "accessibility" |
| 81 | description: "Animates the floating menu's transition between curved and jagged edges." |
| 82 | bug: "281140482" |
jasonwshsu | 72fa82d | 2023-11-15 13:34:29 +0800 | [diff] [blame] | 83 | } |
Candice | 4847581 | 2024-05-15 03:29:32 +0000 | [diff] [blame] | 84 | |
| 85 | flag { |
Candice | 701b6a4 | 2024-06-20 23:38:24 +0000 | [diff] [blame] | 86 | name: "redesign_magnification_window_size" |
Candice | fcbe9e1 | 2024-06-18 08:08:24 +0000 | [diff] [blame] | 87 | namespace: "accessibility" |
| 88 | description: "Redesigns the window magnification magnifier sizes provided in the settings panel." |
| 89 | bug: "288056772" |
Candice | fcbe9e1 | 2024-06-18 08:08:24 +0000 | [diff] [blame] | 90 | } |
| 91 | |
| 92 | flag { |
Candice | 4847581 | 2024-05-15 03:29:32 +0000 | [diff] [blame] | 93 | name: "save_and_restore_magnification_settings_buttons" |
| 94 | namespace: "accessibility" |
| 95 | description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP." |
| 96 | bug: "325567876" |
| 97 | metadata { |
| 98 | purpose: PURPOSE_BUGFIX |
| 99 | } |
| 100 | } |
jasonwshsu | 739988e | 2024-05-29 18:09:16 +0800 | [diff] [blame] | 101 | |
| 102 | flag { |
Candice | a2cec2c | 2024-07-24 08:58:37 +0000 | [diff] [blame] | 103 | name: "update_corner_radius_on_display_changed" |
| 104 | namespace: "accessibility" |
| 105 | description: "Updates the corner radius to the magnification fullscreen border when the display changes." |
| 106 | bug: "335113174" |
| 107 | metadata { |
| 108 | purpose: PURPOSE_BUGFIX |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | flag { |
jasonwshsu | 739988e | 2024-05-29 18:09:16 +0800 | [diff] [blame] | 113 | name: "hearing_devices_dialog_related_tools" |
| 114 | namespace: "accessibility" |
| 115 | description: "Shows the related tools for hearing devices dialog." |
| 116 | bug: "341648471" |
| 117 | metadata { |
| 118 | purpose: PURPOSE_BUGFIX |
| 119 | } |
| 120 | } |