OSDN Git Service

Fix #2269582 Sometimes camera preview screen is truncated
authorDianne Hackborn <hackbod@google.com>
Fri, 11 Dec 2009 22:51:35 +0000 (14:51 -0800)
committerDianne Hackborn <hackbod@google.com>
Sat, 12 Dec 2009 02:35:07 +0000 (18:35 -0800)
commit9b52a2184e99565bcd7f77effb321c95a2a4837e
tree6c520900178226022e8b9fd75ffafed05f5193d7
parent474731d5efb30c1e9184f998610054747eb8e764
Fix #2269582 Sometimes camera preview screen is truncated

There were a few places in the window manager where we wouldn't cause
a layout after making a window visible.  This would leave it using
whatever size and position it last have since we don't layout windows
when they are not visible.

Also includes a little part I missed in the security issue that
allowed wallpapers to see input on the lock screen.

Change-Id: Icd7e037ad9a67ac936bc7039d87ed68f49502d73
services/java/com/android/server/WindowManagerService.java