blob: 52512464cb3065baaf087c4d1e17bab80a7cafe3 [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 {
Candicecfb4d8e2024-08-13 10:11:10 +00007 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 {
Candice4d7cf4b2024-05-15 02:49:00 +000017 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 {
Roy Chou8364f442024-05-09 06:16:59 +000024 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 {
Riley Jones817d5f12023-08-29 23:02:37 +000034 name: "floating_menu_animated_tuck"
Riley Jones32c5a682023-08-03 20:08:16 +000035 namespace: "accessibility"
Riley Jones817d5f12023-08-29 23:02:37 +000036 description: "Sets up animations for tucking/untucking and adjusts clipbounds."
Riley Jonesa02a3bb2023-11-01 18:14:40 +000037 bug: "297556899"
Ned Burns6d480c32023-08-28 12:12:19 -040038}
Riley Jones84156fc2023-09-06 22:27:37 +000039
40flag {
jasonwshsu72fa82d2023-11-15 13:34:29 +080041 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 {
Riley Jonesb6e63e22023-11-09 23:08:41 +000048 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 {
Riley Jones84156fc2023-09-06 22:27:37 +000055 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 Jones817d5f12023-08-29 23:02:37 +000059}
60
61flag {
Riley Jones0e9addb02024-04-10 02:24:48 +000062 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 {
Riley Jones817d5f12023-08-29 23:02:37 +000072 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 Jonesd9786b72023-10-16 17:18:11 +000076}
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"
jasonwshsu72fa82d2023-11-15 13:34:29 +080083}
Candice48475812024-05-15 03:29:32 +000084
85flag {
Candice701b6a42024-06-20 23:38:24 +000086 name: "redesign_magnification_window_size"
Candicefcbe9e12024-06-18 08:08:24 +000087 namespace: "accessibility"
88 description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
89 bug: "288056772"
Candicefcbe9e12024-06-18 08:08:24 +000090}
91
92flag {
Candice48475812024-05-15 03:29:32 +000093 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}
jasonwshsu739988e2024-05-29 18:09:16 +0800101
102flag {
Candicea2cec2c2024-07-24 08:58:37 +0000103 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 {
jasonwshsu739988e2024-05-29 18:09:16 +0800113 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}