OSDN Git Service

Fix another part of #3387855: Menu flashes on left side of screen
authorDianne Hackborn <hackbod@google.com>
Wed, 26 Jan 2011 22:53:23 +0000 (14:53 -0800)
committerDianne Hackborn <hackbod@google.com>
Thu, 27 Jan 2011 00:26:48 +0000 (16:26 -0800)
commit428ecb65b52438e390d48b98d649b1dbb29bb28d
tree2b356063220561175226975163dbaa140535cf58
parent66a9f48bbf9c2dfc25c1e520fcc05e3d5c2abe84
Fix another part of #3387855: Menu flashes on left side of screen

When task switching while dialog windows were up, the exit animation
wouldn't be seen.  The animation needs to force Z-order its windows
to the top.

Also fix a bug where the lock screen fade-out was immediately
Z-ordering the wallpaper to the bottom if the activity behind was
not on top of the wallpaper.

Change-Id: Icd45cd8ccfff9829822c1682931413246eb9601b
core/res/res/anim/wallpaper_open_exit.xml
services/java/com/android/server/WindowManagerService.java