blob: e873dc7c94e85dcba97ab9d3b4a522e6f0af1d87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
|
# proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto
# proto-message: flag_declarations
# Project link: http://gantry/projects/android_platform_multitasking
package: "com.android.wm.shell"
container: "system"
flag {
name: "enable_taskbar_navbar_unification"
namespace: "multitasking"
description: "Enables taskbar / navbar unification"
bug: "309671494"
}
flag {
name: "enable_pip2"
namespace: "multitasking"
description: "Enables the new implementation of PiP (PiP2)"
bug: "311462191"
}
flag {
name: "enable_new_bubble_animations"
namespace: "multitasking"
description: "Enables new animations for expand and collapse for bubbles"
bug: "311450609"
}
flag {
name: "enable_pip_umo_experience"
namespace: "multitasking"
description: "Enables new UMO experience for PiP menu"
bug: "307998712"
}
flag {
name: "enable_bubble_bar"
namespace: "multitasking"
description: "Enables the new bubble bar UI for tablets"
bug: "286246694"
}
flag {
name: "enable_bubbles_long_press_nav_handle"
namespace: "multitasking"
description: "Enables long-press action for nav handle when a bubble is expanded"
bug: "324910035"
}
flag {
name: "enable_optional_bubble_overflow"
namespace: "multitasking"
description: "Hides the bubble overflow if there aren't any overflowed bubbles"
bug: "334175587"
}
flag {
name: "enable_retrievable_bubbles"
namespace: "multitasking"
description: "Allow opening bubbles overflow UI without bubbles being visible"
bug: "340337839"
}
flag {
name: "enable_bubble_stashing"
namespace: "multitasking"
description: "Allow the floating bubble stack to stash on the edge of the screen"
bug: "341361249"
}
flag {
name: "enable_tiny_taskbar"
namespace: "multitasking"
description: "Enables Taskbar on phones"
bug: "341784466"
}
flag {
name: "enable_bubble_anything"
namespace: "multitasking"
description: "Enable UI affordances to put other content into a bubble"
bug: "342245211"
}
flag {
name: "enable_create_any_bubble"
namespace: "multitasking"
description: "Enable UI affordances to create bubbles via launcher app icons"
bug: "385220199"
}
flag {
name: "only_reuse_bubbled_task_when_launched_from_bubble"
namespace: "multitasking"
description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
bug: "328229865"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_taskbar_on_phones"
namespace: "multitasking"
description: "Enables taskbar on phones"
bug: "348007377"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_shell_top_task_tracking"
namespace: "multitasking"
description: "Enables tracking top tasks from the shell"
bug: "346588978"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_recents_bookend_transition"
namespace: "multitasking"
description: "Use a finish-transition to clean up recents instead of the finish-WCT"
bug: "346588978"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "bubble_view_info_executors"
namespace: "multitasking"
description: "Use executors to inflate bubble views"
bug: "353894869"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_bubble_to_fullscreen"
namespace: "multitasking"
description: "Enable an option to move bubbles to fullscreen"
bug: "363326492"
}
flag {
name: "enable_flexible_two_app_split"
namespace: "multitasking"
description: "Enables only 2 app 90:10 split"
bug: "349828130"
}
flag {
name: "enable_flexible_split"
namespace: "multitasking"
description: "Enables flexibile split feature for split screen"
bug: "349828130"
}
flag {
name: "enable_task_view_controller_cleanup"
namespace: "multitasking"
description: "Fix memory leak with task view controllers"
bug: "369995920"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "task_view_repository"
namespace: "multitasking"
description: "Factor task-view state tracking out of taskviewtransitions"
bug: "384976265"
}
flag {
name: "fix_missing_user_change_callbacks"
namespace: "multitasking"
description: "Fix a race condition that could make Shell miss a user change callback."
bug: "404251029"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_bubble_bar_on_phones"
namespace: "multitasking"
description: "Try out bubble bar on phones"
bug: "394869612"
}
flag {
name: "enable_bubble_task_view_listener"
namespace: "multitasking"
description: "Use the same taskview listener for bubble bar and floating"
bug: "272102927"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_gsf"
namespace: "multitasking"
description: "Applies GSF font styles to multitasking."
bug: "400534660"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "enable_magnetic_split_divider"
namespace: "multitasking"
description: "Makes the split divider snap 'magnetically' to available snap points during drag"
bug: "383631946"
}
flag {
name: "enable_dynamic_insets_for_app_launch"
namespace: "multitasking"
description: "Enables dynamic insets for app launch so the window is properly cropped"
bug: "336511494"
}
|