We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca86882 + aed4b6f commit 95841acCopy full SHA for 95841ac
services/java/com/android/server/accessibility/TouchExplorer.java
@@ -1300,6 +1300,11 @@ public void remove() {
1300
1301
@Override
1302
public void run() {
1303
+ // Announce the end of gesture recognition.
1304
+ sendAccessibilityEvent(AccessibilityEvent.TYPE_GESTURE_DETECTION_END);
1305
+ // Clearing puts is in touch exploration state with a finger already
1306
+ // down, so announce the transition to exploration state.
1307
+ sendAccessibilityEvent(AccessibilityEvent.TYPE_TOUCH_EXPLORATION_GESTURE_START);
1308
clear();
1309
}
1310
0 commit comments