OSDN Git Service

Fixes recents from expanding full size when an app is docked
authorMatthew Ng <ngmatthew@google.com>
Mon, 5 Dec 2016 19:39:23 +0000 (11:39 -0800)
committerMatthew Ng <ngmatthew@google.com>
Mon, 5 Dec 2016 20:47:40 +0000 (12:47 -0800)
commit299a01fc3cb92115aa1d1f5290198472661fc8e1
tree087d92753cb90bd100692bb7f070ed303541b19b
parent55dac08a81bf22d6e0418de574079e29a6d6e0b6
Fixes recents from expanding full size when an app is docked

This is a bug as a result from change ag/1635318 where the
recents/overview area expands to full size when tapped after docking an
app by dragging it to the top. As a result it would expand to full size
and show behind the docked stack.

Fixes: 33335322
Test: ./run-test android.server.cts and ran manual use case from bug
Change-Id: Icf3443631fc3f1c3407d5fd23db077e47ba81110
services/core/java/com/android/server/am/ActivityStackSupervisor.java