OSDN Git Service

Fix exception when docking task.
authorWinson <winsonc@google.com>
Thu, 5 May 2016 23:16:50 +0000 (16:16 -0700)
committerWinson Chung <winsonc@google.com>
Fri, 6 May 2016 20:51:55 +0000 (20:51 +0000)
commit27c28f8da2925fd6fdaa91603c1740447b8fc195
tree2890aa16581ab6934fb4c52cbd92e92bd3418959
parent7e2d589ce053ded6d07cc3f93297d6c32128dd3d
Fix exception when docking task.

- If a task fails to dock, animate the stack back to original state so
  that the layout is not stuck in a "docked" state.

Bug: 28577229
Change-Id: If927b898a48cd5949764cb3b0c0798d22efd850a
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/events/ui/dragndrop/DragEndCancelledEvent.java [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java
packages/SystemUI/src/com/android/systemui/recents/misc/Utilities.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/recents/views/SystemBarScrimViews.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java