blob: 2b95f30a5e8a21ad2fddea4c320204ea923b1e10 [file] [log] [blame]
Winson Chungbfe7f262023-09-12 20:29:22 +00001package: "com.android.wm.shell"
2
3flag {
Jeremy Simca90a5c2023-10-10 13:09:58 -07004 name: "enable_app_pairs"
5 namespace: "multitasking"
6 description: "Enables the ability to create and save app pairs to the Home screen"
7 bug: "274835596"
Ats Jenk0dfe8262023-10-11 09:53:39 -07008}
9
10flag {
Ats Jenkc066ac62023-10-12 09:22:24 -070011 name: "enable_desktop_windowing"
Ats Jenk0dfe8262023-10-11 09:53:39 -070012 namespace: "multitasking"
13 description: "Enables desktop windowing"
14 bug: "304778354"
Ats Jenkc066ac62023-10-12 09:22:24 -070015 is_fixed_read_only: true
Ats Jenk0dfe8262023-10-11 09:53:39 -070016}
Vinit Nayakeac71082023-10-24 16:17:39 -070017
18flag {
19 name: "enable_split_contextual"
20 namespace: "multitasking"
21 description: "Enables invoking split contextually"
22 bug: "276361926"
23}
Tracy Zhou0d90a1d2023-11-07 13:46:38 -080024
25flag {
26 name: "enable_taskbar_navbar_unification"
27 namespace: "multitasking"
28 description: "Enables taskbar / navbar unification"
29 bug: "309671494"
30}
Hongwei Wange9c696f2023-10-17 11:27:39 -070031
32flag {
Hongwei Wangc4e77222023-11-15 15:49:36 -080033 name: "enable_pip2_implementation"
34 namespace: "multitasking"
35 description: "Enables the new implementation of PiP (PiP2)"
36 bug: "290220798"
37 is_fixed_read_only: true
38}
Jeremy Sim9fe7d052023-11-06 15:22:15 -080039
40flag {
41 name: "enable_left_right_split_in_portrait"
42 namespace: "multitasking"
43 description: "Enables left/right split in portrait"
44 bug: "291018646"
45}
Mady Mellor58082392023-10-31 14:16:30 -070046
47flag {
48 name: "enable_new_bubble_animations"
49 namespace: "multitasking"
50 description: "Enables new animations for expand and collapse for bubbles"
51 bug: "311450609"
52}
Hongwei Wang5e32f112024-01-30 14:29:21 -080053
54flag {
55 name: "enable_pip_umo_experience"
56 namespace: "multitasking"
57 description: "Enables new UMO experience for PiP menu"
58 bug: "307998712"
59}