blob: 755fe2a4476ad28cbe232c9032a22c8a41362482 [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 {
Roy Chou8364f442024-05-09 06:16:59 +00007 name: "delay_show_magnification_button"
8 namespace: "accessibility"
9 description: "Delays the showing of magnification mode switch button."
10 bug: "338259519"
11 metadata {
12 purpose: PURPOSE_BUGFIX
13 }
14}
15
16flag {
Riley Jones817d5f12023-08-29 23:02:37 +000017 name: "floating_menu_animated_tuck"
Riley Jones32c5a682023-08-03 20:08:16 +000018 namespace: "accessibility"
Riley Jones817d5f12023-08-29 23:02:37 +000019 description: "Sets up animations for tucking/untucking and adjusts clipbounds."
Riley Jonesa02a3bb2023-11-01 18:14:40 +000020 bug: "297556899"
Ned Burns6d480c32023-08-28 12:12:19 -040021}
Riley Jones84156fc2023-09-06 22:27:37 +000022
23flag {
jasonwshsu72fa82d2023-11-15 13:34:29 +080024 name: "floating_menu_drag_to_hide"
25 namespace: "accessibility"
26 description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
27 bug: "298718415"
28}
29
30flag {
Riley Jonesb6e63e22023-11-09 23:08:41 +000031 name: "floating_menu_drag_to_edit"
32 namespace: "accessibility"
33 description: "adds a second drag button to allow the user edit the shortcut."
34 bug: "297583708"
35}
36
37flag {
Riley Jones84156fc2023-09-06 22:27:37 +000038 name: "floating_menu_ime_displacement_animation"
39 namespace: "accessibility"
40 description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
41 bug: "281150010"
Riley Jones817d5f12023-08-29 23:02:37 +000042}
43
44flag {
Riley Jones0e9addb02024-04-10 02:24:48 +000045 name: "floating_menu_narrow_target_content_observer"
46 namespace: "accessibility"
47 description: "stops the FAB from monitoring enabled services to trigger target content changes."
48 bug: "331740049"
49 metadata {
50 purpose: PURPOSE_BUGFIX
51 }
52}
53
54flag {
Riley Jones817d5f12023-08-29 23:02:37 +000055 name: "floating_menu_overlaps_nav_bars_flag"
56 namespace: "accessibility"
57 description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
58 bug: "283768342"
Riley Jonesd9786b72023-10-16 17:18:11 +000059}
60
61flag {
62 name: "floating_menu_radii_animation"
63 namespace: "accessibility"
64 description: "Animates the floating menu's transition between curved and jagged edges."
65 bug: "281140482"
jasonwshsu72fa82d2023-11-15 13:34:29 +080066}
Candice Lo6e10fea2024-01-09 17:51:45 +080067
68flag {
69 name: "create_windowless_window_magnifier"
70 namespace: "accessibility"
71 description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
72 bug: "280992417"
73}