am d1a93373: Add a new window flag to display a window when keyguard is shown.
Merge commit 'd1a9337380cf9f40f1aa095457b11242d483295d' * commit 'd1a9337380cf9f40f1aa095457b11242d483295d': Add a new window flag to display a window when keyguard is shown.
This commit is contained in:
committed by
The Android Open Source Project
commit
ccee782cda
@@ -1307,7 +1307,6 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
|
||||
mKeyWaiter.handleNewWindowLocked(mCurrentFocus);
|
||||
}
|
||||
}
|
||||
|
||||
if (localLOGV) Log.v(
|
||||
TAG, "New client " + client.asBinder()
|
||||
+ ": window=" + win);
|
||||
@@ -7767,7 +7766,6 @@ public class WindowManagerService extends IWindowManager.Stub implements Watchdo
|
||||
int i;
|
||||
|
||||
// FIRST LOOP: Perform a layout, if needed.
|
||||
|
||||
performLayoutLockedInner();
|
||||
|
||||
if (mFxSession == null) {
|
||||
@@ -7787,7 +7785,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;
|
||||
|
||||
Reference in New Issue
Block a user