OSDN Git Service

Set correct bounds when docked stack is removed v2
authorAndrii Kulian <akulian@google.com>
Tue, 5 Apr 2016 23:47:29 +0000 (16:47 -0700)
committerAndrii Kulian <akulian@google.com>
Wed, 6 Apr 2016 17:58:50 +0000 (10:58 -0700)
commit69fb5e4e6e08df317a4539790b47da4b8eab6d16
tree5771ee802a6fab1f3f2827a657b172f7c5f654fa
parent2209860597ce73a45b3925d3bd71cf54e9fa6296
Set correct bounds when docked stack is removed v2

Improved implementation of ag/903691.

Set bounds to null when docked stack is removed and other stacks are
resized to occupy whole display area. It ensures that stacks will have
correct fullscreen status.

Bug: 27857485
Change-Id: I7492ab4cbe2de30e7ccfd5413523c307e11f241d
services/core/java/com/android/server/am/ActivityStackSupervisor.java