OSDN Git Service

Adding desired undocking animation.
authorWinson <winsonc@google.com>
Fri, 15 Apr 2016 18:19:07 +0000 (11:19 -0700)
committerWinson <winsonc@google.com>
Tue, 19 Apr 2016 01:19:06 +0000 (18:19 -0700)
commitd2a030613154e2007d9816e090c39e9726e7adba
tree74cb963afdc6da15ddc2d4a6bc21d8c4116455bf
parent3f8f7f4c896a7b22346edf35058ed92c6d1f1361
Adding desired undocking animation.

- Separating task binding from task data updating
- Removing unused parameters

Bug: 27154882
Change-Id: Ia970597d57857a74b5d008e91a93703d8fb70c1e
14 files changed:
packages/SystemUI/res/layout/recents_stack_action_button.xml
packages/SystemUI/src/com/android/systemui/recents/RecentsActivity.java
packages/SystemUI/src/com/android/systemui/recents/RecentsImpl.java
packages/SystemUI/src/com/android/systemui/recents/events/activity/MultiWindowStateChangedEvent.java
packages/SystemUI/src/com/android/systemui/recents/model/RecentsTaskLoader.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/TaskStackAnimationHelper.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackLayoutAlgorithm.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackViewTouchHandler.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewHeader.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskViewThumbnail.java