am c9522c95: am 727cec02: merge from open-source master

This commit is contained in:
The Android Open Source Project
2010-04-08 11:43:03 -07:00
committed by Android Git Automerger

View File

@@ -8678,7 +8678,8 @@ public class WindowManagerService extends IWindowManager.Stub
for (int i=0; i<N; i++) {
WindowState win = allAppWindows.get(i);
if (win == startingWindow || win.mAppFreezing
|| win.mViewVisibility != View.VISIBLE) {
|| win.mViewVisibility != View.VISIBLE
|| win.mAttrs.type == TYPE_APPLICATION_STARTING) {
continue;
}
if (DEBUG_VISIBILITY) {