OSDN Git Service

Fix missing exit animation when app is closed during starting window
authorChong Zhang <chz@google.com>
Sat, 2 Apr 2016 00:57:07 +0000 (17:57 -0700)
committerChong Zhang <chz@google.com>
Sat, 2 Apr 2016 02:11:43 +0000 (19:11 -0700)
commit57f3d4632bf2482ace8316ec9d38098dbe25fbc9
tree1ca7fea9c96f6809501ef131d764ac73b877bc62
parent1c2db8992f5db3dfcb0c35e55850c2f469d6d253
Fix missing exit animation when app is closed during starting window

When the transistion starts and we setTokenVisibilityLocked, mark all
relevant window flags on a starting window that's running exit animation.
This makes sure the starting window is removed when animation finishes.

bug: 27747191
Change-Id: I917ca18583e31db9a3e49ea70aae932c242877b8
services/core/java/com/android/server/wm/WindowManagerService.java