OSDN Git Service

Drop additional input events to TaskPositioner when drag has ended.
authorWale Ogunwale <ogunwale@google.com>
Thu, 24 Sep 2015 04:04:21 +0000 (21:04 -0700)
committerWale Ogunwale <ogunwale@google.com>
Thu, 24 Sep 2015 04:04:21 +0000 (21:04 -0700)
commit6a804b815dc20f902ebac6598b3556912c94ed52
tree0d124bef8870d3bde1e1983eb9a335dd5f953fae
parent53b069507af3af04ab45718fc4e27193e0fdffeb
Drop additional input events to TaskPositioner when drag has ended.

Fixes issue where we do additional drag ended processing like moving
a task to a docked stack even though we have already done that from
the previous drag end.

Change-Id: Iab10f183a9eb0ec63d8303d1e991a9de65a86c34
services/core/java/com/android/server/wm/TaskPositioner.java