blob: f63a896520c700837708a92551f9c87171016c65 [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Dennis Shen42aa2c02024-04-04 14:38:14 +00002container: "system"
Ned Burns6d480c32023-08-28 12:12:19 -04003
Daniel Norman6c6f1b52023-10-20 00:25:18 +00004# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
5
Riley Jones32c5a682023-08-03 20:08:16 +00006flag {
Candice4d7cf4b2024-05-15 02:49:00 +00007 name: "create_windowless_window_magnifier"
8 namespace: "accessibility"
9 description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
10 bug: "280992417"
11}
12
13flag {
Roy Chou8364f442024-05-09 06:16:59 +000014 name: "delay_show_magnification_button"
15 namespace: "accessibility"
16 description: "Delays the showing of magnification mode switch button."
17 bug: "338259519"
18 metadata {
19 purpose: PURPOSE_BUGFIX
20 }
21}
22
23flag {
Riley Jones817d5f12023-08-29 23:02:37 +000024 name: "floating_menu_animated_tuck"
Riley Jones32c5a682023-08-03 20:08:16 +000025 namespace: "accessibility"
Riley Jones817d5f12023-08-29 23:02:37 +000026 description: "Sets up animations for tucking/untucking and adjusts clipbounds."
Riley Jonesa02a3bb2023-11-01 18:14:40 +000027 bug: "297556899"
Ned Burns6d480c32023-08-28 12:12:19 -040028}
Riley Jones84156fc2023-09-06 22:27:37 +000029
30flag {
jasonwshsu72fa82d2023-11-15 13:34:29 +080031 name: "floating_menu_drag_to_hide"
32 namespace: "accessibility"
33 description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
34 bug: "298718415"
35}
36
37flag {
Riley Jonesb6e63e22023-11-09 23:08:41 +000038 name: "floating_menu_drag_to_edit"
39 namespace: "accessibility"
40 description: "adds a second drag button to allow the user edit the shortcut."
41 bug: "297583708"
42}
43
44flag {
Riley Jones84156fc2023-09-06 22:27:37 +000045 name: "floating_menu_ime_displacement_animation"
46 namespace: "accessibility"
47 description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
48 bug: "281150010"
Riley Jones817d5f12023-08-29 23:02:37 +000049}
50
51flag {
Riley Jones0e9addb02024-04-10 02:24:48 +000052 name: "floating_menu_narrow_target_content_observer"
53 namespace: "accessibility"
54 description: "stops the FAB from monitoring enabled services to trigger target content changes."
55 bug: "331740049"
56 metadata {
57 purpose: PURPOSE_BUGFIX
58 }
59}
60
61flag {
Riley Jones817d5f12023-08-29 23:02:37 +000062 name: "floating_menu_overlaps_nav_bars_flag"
63 namespace: "accessibility"
64 description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
65 bug: "283768342"
Riley Jonesd9786b72023-10-16 17:18:11 +000066}
67
68flag {
69 name: "floating_menu_radii_animation"
70 namespace: "accessibility"
71 description: "Animates the floating menu's transition between curved and jagged edges."
72 bug: "281140482"
jasonwshsu72fa82d2023-11-15 13:34:29 +080073}
Candice48475812024-05-15 03:29:32 +000074
75flag {
Candicefcbe9e12024-06-18 08:08:24 +000076 name: "redesign_magnifier_window_size"
77 namespace: "accessibility"
78 description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
79 bug: "288056772"
80 metadata {
81 purpose: PURPOSE_BUGFIX
82 }
83}
84
85flag {
Candice48475812024-05-15 03:29:32 +000086 name: "save_and_restore_magnification_settings_buttons"
87 namespace: "accessibility"
88 description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP."
89 bug: "325567876"
90 metadata {
91 purpose: PURPOSE_BUGFIX
92 }
93}
jasonwshsu739988e2024-05-29 18:09:16 +080094
95flag {
96 name: "hearing_devices_dialog_related_tools"
97 namespace: "accessibility"
98 description: "Shows the related tools for hearing devices dialog."
99 bug: "341648471"
100 metadata {
101 purpose: PURPOSE_BUGFIX
102 }
103}