summaryrefslogtreecommitdiff
path: root/packages/SystemUI/aconfig/accessibility.aconfig
blob: 3cb30258fcb110ae1994d565ceb6b099f5b99167 (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
package: "com.android.systemui"
container: "system"

# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.

flag {
    name: "add_black_background_for_window_magnifier"
    namespace: "accessibility"
    description: "Set the background for SurfaceView in window magnification black."
    bug: "299981434"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "create_windowless_window_magnifier"
    namespace: "accessibility"
    description: "Uses SurfaceControlViewHost to create the magnifier for window magnification."
    bug: "280992417"
}

flag {
    name: "delay_show_magnification_button"
    namespace: "accessibility"
    description: "Delays the showing of magnification mode switch button."
    bug: "338259519"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "floating_menu_animated_tuck"
    namespace: "accessibility"
    description: "Sets up animations for tucking/untucking and adjusts clipbounds."
    bug: "297556899"
}

flag {
    name: "floating_menu_display_cutout_support"
    namespace: "accessibility"
    description: "Makes FAB properly react to and avoid DisplayCutouts."
    bug: "384399408"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "floating_menu_drag_to_hide"
    namespace: "accessibility"
    description: "Allows users to hide the FAB then use notification to dismiss or bring it back."
    bug: "298718415"
}

flag {
    name: "floating_menu_drag_to_edit"
    namespace: "accessibility"
    description: "adds a second drag button to allow the user edit the shortcut."
    bug: "297583708"
}

flag {
    name: "floating_menu_ime_displacement_animation"
    namespace: "accessibility"
    description: "Adds an animation for when the FAB is displaced by an IME becoming visible."
    bug: "281150010"
}

flag {
    name: "floating_menu_narrow_target_content_observer"
    namespace: "accessibility"
    description: "stops the FAB from monitoring enabled services to trigger target content changes."
    bug: "331740049"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "floating_menu_overlaps_nav_bars_flag"
    namespace: "accessibility"
    description: "Adjusts bounds to allow the floating menu to render on top of navigation bars."
    bug: "283768342"
}

flag {
    name: "floating_menu_radii_animation"
    namespace: "accessibility"
    description: "Animates the floating menu's transition between curved and jagged edges."
    bug: "281140482"
}

flag {
    name: "redesign_magnification_window_size"
    namespace: "accessibility"
    description: "Redesigns the window magnification magnifier sizes provided in the settings panel."
    bug: "288056772"
}

flag {
    name: "save_and_restore_magnification_settings_buttons"
    namespace: "accessibility"
    description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP."
    bug: "325567876"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "update_corner_radius_on_display_changed"
    namespace: "accessibility"
    description: "Updates the corner radius to the magnification fullscreen border when the display changes."
    bug: "335113174"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "update_window_magnifier_bottom_boundary"
    namespace: "accessibility"
    description: "Update the window magnifier boundary at the bottom to the top of the system gesture inset."
    bug: "380320995"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "hearing_devices_dialog_related_tools"
    namespace: "accessibility"
    description: "Shows the related tools for hearing devices dialog."
    bug: "341648471"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "floating_menu_hearing_device_status_icon"
    namespace: "accessibility"
    description: "Update hearing device icon in floating menu according to the connection status."
    bug: "357882387"
}

flag {
    name: "floating_menu_notify_targets_changed_on_strict_diff"
    namespace: "accessibility"
    description: "Only notify listeners that the list of accessibility targets has changed if the lists are not identical."
    bug: "376473165"
    metadata {
      purpose: PURPOSE_BUGFIX
    }
}