OSDN Git Service

Move the wallpaper beneath the keyguard.
authorCraig Mautner <cmautner@google.com>
Mon, 14 Oct 2013 19:58:42 +0000 (12:58 -0700)
committerCraig Mautner <cmautner@google.com>
Mon, 14 Oct 2013 20:52:28 +0000 (13:52 -0700)
commit5800443e2dbb9b7ea4ba479ae0998ce688d44eb7
treeb64449be57879d80d2099145640569da0e1b1e89
parent19e8273b1a58801778f07e4199d7accb0e5f0198
Move the wallpaper beneath the keyguard.

If the keyguard is the wallpaper target the wallpaper cannot sit at
the bottom of the stack and must be directly beneath the keyguard.
Otherwise keep it at the bottom of the window stack.

App animations when the keyguard is showing should not be disabled if
the keyguard is also animating.

Fixes bug 10858941.
Fixes bug 10932680.

Change-Id: I8399837f6510ea16003f68b165e67439f3571ef4
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java
services/java/com/android/server/wm/WindowManagerService.java