OSDN Git Service

TouchExplorer crashes if there is incative pointer while dragging.
authorSvetoslav Ganov <svetoslavganov@google.com>
Tue, 18 Oct 2011 18:11:33 +0000 (11:11 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Tue, 18 Oct 2011 18:28:52 +0000 (11:28 -0700)
commitd8581c7a61a9db042b531ce4baca3c036316e066
tree0c1767d3eb9c13a6015591123756ba414ab5f0d9
parent11116b80d88b72e14e4f6b7ad3ab312096f8eea5
TouchExplorer crashes if there is incative pointer while dragging.

The TouchExplorer was not taking into account the case with incative
pointers while dragging. If one puts a finger down and then perfroms
a dragging gestore the explorer tries to inject UP event for the end
of the gesture upon every of the two dragging pointers going up instead
only for one the first went up.

bug:5476098

Change-Id: I20d2dd7bde7e016b0678a35d14cd068d9ff37023
services/java/com/android/server/accessibility/TouchExplorer.java