OSDN Git Service

Have wallpaper target itself when dismissing keyguard with wallpaper
authorWale Ogunwale <ogunwale@google.com>
Tue, 28 Jun 2016 23:27:31 +0000 (16:27 -0700)
committerWale Ogunwale <ogunwale@google.com>
Wed, 29 Jun 2016 00:02:54 +0000 (17:02 -0700)
commit6cbba704618dfcbf3c4de7d01dffc4a07397897c
treeacdd7883a994017c13f3b872589ed630ba4f6af1
parent45f8aaca7c0fb8e643a35c7e5fbaf5b8d02480ba
Have wallpaper target itself when dismissing keyguard with wallpaper

We were previous setting the top app window as the wallpaper target
when the keygaurd is animating away with the wallpaper. This causes
a window that doesn't have the flag to show wallpaper behind it to
become the wallpaper target and it remains the target as long as
there are no window movements. Instead we can make the wallpaper
window target itself during this transition.

Bug: 29092234
Change-Id: If4e3972e7012c6605b1f9dfb9234ceda8db8738b
services/core/java/com/android/server/wm/WallpaperController.java