Add a new window flag to display a window when keyguard is shown.

This commit is contained in:
Suchi Amalapurapu
2009-05-14 17:54:31 -07:00
parent 3a00d763df
commit d1a9337380
2 changed files with 9 additions and 3 deletions

View File

@@ -1300,7 +1300,6 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
mKeyWaiter.handleNewWindowLocked(mCurrentFocus);
}
}
if (localLOGV) Log.v(
TAG, "New client " + client.asBinder()
+ ": window=" + win);
@@ -7732,7 +7731,6 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
int i;
// FIRST LOOP: Perform a layout, if needed.
performLayoutLockedInner();
if (mFxSession == null) {
@@ -7752,7 +7750,6 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
}
// SECOND LOOP: Execute animations and update visibility of windows.
boolean orientationChangeComplete = true;
Session holdScreen = null;
float screenBrightness = -1;