Loading policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -2925,14 +2925,14 @@ public class PhoneWindowManager implements WindowManagerPolicy { mNoDreamEnterAnim = true; } if (((attrs.type >= FIRST_APPLICATION_WINDOW && attrs.type <= LAST_APPLICATION_WINDOW) || attrs.type == TYPE_DREAM) || (attrs.type == TYPE_DREAM && win.isVisibleLw())) && attrs.x == 0 && attrs.y == 0 && attrs.width == WindowManager.LayoutParams.MATCH_PARENT && attrs.height == WindowManager.LayoutParams.MATCH_PARENT) { if (DEBUG_LAYOUT) Log.v(TAG, "Fullscreen window: " + win); mTopFullscreenOpaqueWindowState = win; if (attrs.type == TYPE_DREAM) { mNoDreamEnterAnim = true; mForceStatusBarFromKeyguard = true; } if ((attrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0) { if (DEBUG_LAYOUT) Log.v(TAG, "Setting mHideLockScreen to true by win " + win); Loading Loading
policy/src/com/android/internal/policy/impl/PhoneWindowManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -2925,14 +2925,14 @@ public class PhoneWindowManager implements WindowManagerPolicy { mNoDreamEnterAnim = true; } if (((attrs.type >= FIRST_APPLICATION_WINDOW && attrs.type <= LAST_APPLICATION_WINDOW) || attrs.type == TYPE_DREAM) || (attrs.type == TYPE_DREAM && win.isVisibleLw())) && attrs.x == 0 && attrs.y == 0 && attrs.width == WindowManager.LayoutParams.MATCH_PARENT && attrs.height == WindowManager.LayoutParams.MATCH_PARENT) { if (DEBUG_LAYOUT) Log.v(TAG, "Fullscreen window: " + win); mTopFullscreenOpaqueWindowState = win; if (attrs.type == TYPE_DREAM) { mNoDreamEnterAnim = true; mForceStatusBarFromKeyguard = true; } if ((attrs.flags & FLAG_SHOW_WHEN_LOCKED) != 0) { if (DEBUG_LAYOUT) Log.v(TAG, "Setting mHideLockScreen to true by win " + win); Loading