description: "Uses A11yWindowInfo bounds for focus click point bounds checking"
bug: "317166487"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "fullscreen_fling_gesture"
namespace: "accessibility"
@@ -216,40 +134,6 @@ flag {
}
}
flag {
name: "proxy_use_apps_on_virtual_device_listener"
namespace: "accessibility"
description: "Fixes race condition described in b/286587811"
bug: "286587811"
}
flag {
name: "remove_on_window_infos_changed_handler"
namespace: "accessibility"
description: "Updates onWindowInfosChanged() to run without posting to a handler."
bug: "333834990"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "reset_hover_event_timer_on_action_up"
namespace: "accessibility"
description: "Reset the timer for sending hover events on receiving ACTION_UP to guarantee the correct amount of time is available between taps."
bug: "326260351"
metadata {
purpose: PURPOSE_BUGFIX
}
}
flag {
name: "scan_packages_without_lock"
namespace: "accessibility"
description: "Scans packages for accessibility service/activity info without holding the A11yMS lock"
bug: "295969873"
}
flag {
name: "send_a11y_events_based_on_state"
namespace: "accessibility"
@@ -257,16 +141,6 @@ flag {
bug: "295575684"
}
flag {
name: "send_hover_events_based_on_event_stream"
namespace: "accessibility"
description: "Send hover enter and exit based on the state of the hover event stream rather than the internal state of the touch explorer state machine. Because of the nondeterministic nature of gesture detection when done in talkback, relying on the internal state can cause crashes."