xref: /aosp_15_r20/frameworks/base/packages/SystemUI/aconfig/accessibility.aconfig (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
1package: "com.android.systemui"
2container: "system"
3
4# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
5
6flag {
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
16flag {
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
23flag {
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
33flag {
34    name: "floating_menu_animated_tuck"
35    namespace: "accessibility"
36    description: "Sets up animations for tucking/untucking and adjusts clipbounds."
37    bug: "297556899"
38}
39
40flag {
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
47flag {
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
54flag {
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"
59}
60
61flag {
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
71flag {
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"
76}
77
78flag {
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"
83}
84
85flag {
86    name: "redesign_magnification_window_size"
87    namespace: "accessibility"
88    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
89    bug: "288056772"
90}
91
92flag {
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}
101
102flag {
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
112flag {
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}
121
122flag {
123    name: "floating_menu_hearing_device_status_icon"
124    namespace: "accessibility"
125    description: "Update hearing device icon in floating menu according to the connection status."
126    bug: "357882387"
127}
128