blob: b61dda4c4e53a03f28ac75ab1c1af257e66a8a9d [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 {
Vinit Nayakeac71082023-10-24 16:17:39 -070011 name: "enable_split_contextual"
12 namespace: "multitasking"
13 description: "Enables invoking split contextually"
14 bug: "276361926"
15}
Tracy Zhou0d90a1d2023-11-07 13:46:38 -080016
17flag {
18 name: "enable_taskbar_navbar_unification"
19 namespace: "multitasking"
20 description: "Enables taskbar / navbar unification"
21 bug: "309671494"
22}
Hongwei Wange9c696f2023-10-17 11:27:39 -070023
24flag {
Hongwei Wangc4e77222023-11-15 15:49:36 -080025 name: "enable_pip2_implementation"
26 namespace: "multitasking"
27 description: "Enables the new implementation of PiP (PiP2)"
28 bug: "290220798"
29 is_fixed_read_only: true
30}
Jeremy Sim9fe7d052023-11-06 15:22:15 -080031
32flag {
33 name: "enable_left_right_split_in_portrait"
34 namespace: "multitasking"
35 description: "Enables left/right split in portrait"
36 bug: "291018646"
37}
Mady Mellor58082392023-10-31 14:16:30 -070038
39flag {
40 name: "enable_new_bubble_animations"
41 namespace: "multitasking"
42 description: "Enables new animations for expand and collapse for bubbles"
43 bug: "311450609"
44}
Hongwei Wang5e32f112024-01-30 14:29:21 -080045
46flag {
47 name: "enable_pip_umo_experience"
48 namespace: "multitasking"
49 description: "Enables new UMO experience for PiP menu"
50 bug: "307998712"
51}
Mady Mellorfdfa2522024-01-31 12:41:29 -080052
53flag {
54 name: "enable_bubble_bar"
55 namespace: "multitasking"
56 description: "Enables the new bubble bar UI for tablets"
57 bug: "286246694"
58}
Ats Jenkf18e5c22024-02-13 17:40:18 -080059
60flag {
61 name: "enable_bubbles_long_press_nav_handle"
62 namespace: "multitasking"
63 description: "Enables long-press action for nav handle when a bubble is expanded"
64 bug: "324910035"
65}