1package: "com.android.systemui" 2container: "system" 3 4# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors. 5 6flag { 7 name: "create_windowless_window_magnifier" 8 namespace: "accessibility" 9 description: "Uses SurfaceControlViewHost to create the magnifier for window magnification." 10 bug: "280992417" 11} 12 13flag { 14 name: "delay_show_magnification_button" 15 namespace: "accessibility" 16 description: "Delays the showing of magnification mode switch button." 17 bug: "338259519" 18 metadata { 19 purpose: PURPOSE_BUGFIX 20 } 21} 22 23flag { 24 name: "floating_menu_animated_tuck" 25 namespace: "accessibility" 26 description: "Sets up animations for tucking/untucking and adjusts clipbounds." 27 bug: "297556899" 28} 29 30flag { 31 name: "floating_menu_drag_to_hide" 32 namespace: "accessibility" 33 description: "Allows users to hide the FAB then use notification to dismiss or bring it back." 34 bug: "298718415" 35} 36 37flag { 38 name: "floating_menu_drag_to_edit" 39 namespace: "accessibility" 40 description: "adds a second drag button to allow the user edit the shortcut." 41 bug: "297583708" 42} 43 44flag { 45 name: "floating_menu_ime_displacement_animation" 46 namespace: "accessibility" 47 description: "Adds an animation for when the FAB is displaced by an IME becoming visible." 48 bug: "281150010" 49} 50 51flag { 52 name: "floating_menu_narrow_target_content_observer" 53 namespace: "accessibility" 54 description: "stops the FAB from monitoring enabled services to trigger target content changes." 55 bug: "331740049" 56 metadata { 57 purpose: PURPOSE_BUGFIX 58 } 59} 60 61flag { 62 name: "floating_menu_overlaps_nav_bars_flag" 63 namespace: "accessibility" 64 description: "Adjusts bounds to allow the floating menu to render on top of navigation bars." 65 bug: "283768342" 66} 67 68flag { 69 name: "floating_menu_radii_animation" 70 namespace: "accessibility" 71 description: "Animates the floating menu's transition between curved and jagged edges." 72 bug: "281140482" 73} 74 75flag { 76 name: "save_and_restore_magnification_settings_buttons" 77 namespace: "accessibility" 78 description: "Saves the selected button status in magnification settings and restore the status when revisiting the same smallest screen DP." 79 bug: "325567876" 80 metadata { 81 purpose: PURPOSE_BUGFIX 82 } 83} 84 85flag { 86 name: "hearing_devices_dialog_related_tools" 87 namespace: "accessibility" 88 description: "Shows the related tools for hearing devices dialog." 89 bug: "341648471" 90 metadata { 91 purpose: PURPOSE_BUGFIX 92 } 93} 94