summaryrefslogtreecommitdiff
path: root/services/accessibility/accessibility.aconfig
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-04-19 01:12:22 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-04-19 01:12:22 +0000
commitdb06de0abd1881b7b3232817b3dd027bf941c353 (patch)
treea93b5bb5166e8e27e476bf415c3a915f60626448 /services/accessibility/accessibility.aconfig
parent41c13f14ef15194c3ffbe8cabe2ab36589074fce (diff)
parentfd9bbd5a89c1c0efadad357dea213d12e3abb670 (diff)
Merge "TouchExplorer: Send hover events based on the event stream." into main
Diffstat (limited to 'services/accessibility/accessibility.aconfig')
-rw-r--r--services/accessibility/accessibility.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/services/accessibility/accessibility.aconfig b/services/accessibility/accessibility.aconfig
index 5846c924ad64..eb2ef29cafb4 100644
--- a/services/accessibility/accessibility.aconfig
+++ b/services/accessibility/accessibility.aconfig
@@ -154,3 +154,12 @@ flag {
description: "Sends accessibility events in TouchExplorer#onAccessibilityEvent based on internal state to keep it consistent. This reduces test flakiness."
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."
+ bug: "314251047"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}