• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_display_cutout_support"
42    namespace: "accessibility"
43    description: "Makes FAB properly react to and avoid DisplayCutouts."
44    bug: "384399408"
45    metadata {
46      purpose: PURPOSE_BUGFIX
47    }
48}
49
50flag {
51    name: "floating_menu_drag_to_hide"
52    namespace: "accessibility"
53    description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
54    bug: "298718415"
55}
56
57flag {
58    name: "floating_menu_drag_to_edit"
59    namespace: "accessibility"
60    description: "adds a second drag button to allow the user edit the shortcut."
61    bug: "297583708"
62}
63
64flag {
65    name: "floating_menu_ime_displacement_animation"
66    namespace: "accessibility"
67    description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
68    bug: "281150010"
69}
70
71flag {
72    name: "floating_menu_narrow_target_content_observer"
73    namespace: "accessibility"
74    description: "stops the FAB from monitoring enabled services to trigger target content changes."
75    bug: "331740049"
76    metadata {
77      purpose: PURPOSE_BUGFIX
78    }
79}
80
81flag {
82    name: "floating_menu_overlaps_nav_bars_flag"
83    namespace: "accessibility"
84    description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
85    bug: "283768342"
86}
87
88flag {
89    name: "floating_menu_radii_animation"
90    namespace: "accessibility"
91    description: "Animates the floating menu's transition between curved and jagged edges."
92    bug: "281140482"
93}
94
95flag {
96    name: "redesign_magnification_window_size"
97    namespace: "accessibility"
98    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
99    bug: "288056772"
100}
101
102flag {
103    name: "save_and_restore_magnification_settings_buttons"
104    namespace: "accessibility"
105    description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP."
106    bug: "325567876"
107    metadata {
108      purpose: PURPOSE_BUGFIX
109    }
110}
111
112flag {
113    name: "update_corner_radius_on_display_changed"
114    namespace: "accessibility"
115    description: "Updates the corner radius to the magnification fullscreen border when the display changes."
116    bug: "335113174"
117    metadata {
118      purpose: PURPOSE_BUGFIX
119    }
120}
121
122flag {
123    name: "update_window_magnifier_bottom_boundary"
124    namespace: "accessibility"
125    description: "Update the window magnifier boundary at the bottom to the top of the system gesture inset."
126    bug: "380320995"
127    metadata {
128      purpose: PURPOSE_BUGFIX
129    }
130}
131
132flag {
133    name: "hearing_devices_dialog_related_tools"
134    namespace: "accessibility"
135    description: "Shows the related tools for hearing devices dialog."
136    bug: "341648471"
137    metadata {
138      purpose: PURPOSE_BUGFIX
139    }
140}
141
142flag {
143    name: "floating_menu_hearing_device_status_icon"
144    namespace: "accessibility"
145    description: "Update hearing device icon in floating menu according to the connection status."
146    bug: "357882387"
147}
148
149flag {
150    name: "floating_menu_notify_targets_changed_on_strict_diff"
151    namespace: "accessibility"
152    description: "Only notify listeners that the list of accessibility targets has changed if the lists are not identical."
153    bug: "376473165"
154    metadata {
155      purpose: PURPOSE_BUGFIX
156    }
157}
158