OSDN Git Service

Pass target stack id when launching from recents.
authorFilip Gruszczynski <gruszczy@google.com>
Tue, 13 Oct 2015 17:28:22 +0000 (10:28 -0700)
committerFilip Gruszczynski <gruszczy@google.com>
Tue, 13 Oct 2015 18:09:06 +0000 (11:09 -0700)
commitf48b585725c63d15f674dbfcba9e805f49a3ba84
tree5ae2187acd9cb21767844bd68b1ef40db4cb6ad2
parentd416d88696f48e6514a1b3649e63123176222aa2
Pass target stack id when launching from recents.

This fixes recents to freeform activities animation problem when the
activities where previously in a non-freeform stack. Their stack id
still reports fullscreen, even though they will enter freeform. Because
of this we need to pass the target stack id with the call that creates
animation spec.

Bug: 24814340
Change-Id: Iea589d458c29c3644f351b29f51e8f8cfb5f90e3
packages/SystemUI/src/com/android/systemui/recents/RecentsResizeTaskDialog.java
packages/SystemUI/src/com/android/systemui/recents/views/RecentsView.java
packages/SystemUI/src/com/android/systemui/recents/views/TaskStackView.java