Loading services/java/com/android/server/wm/WindowManagerService.java +1 −4 Original line number Original line Diff line number Diff line Loading @@ -4306,10 +4306,6 @@ public class WindowManagerService extends IWindowManager.Stub // If we are preparing an app transition, then delay changing // If we are preparing an app transition, then delay changing // the visibility of this token until we execute that transition. // the visibility of this token until we execute that transition. if (okToDisplay() && mAppTransition.isTransitionSet()) { if (okToDisplay() && mAppTransition.isTransitionSet()) { // Already in requested state, don't do anything more. if (wtoken.hiddenRequested != visible) { return; } wtoken.hiddenRequested = !visible; wtoken.hiddenRequested = !visible; if (!wtoken.startingDisplayed) { if (!wtoken.startingDisplayed) { Loading Loading @@ -8526,6 +8522,7 @@ public class WindowManagerService extends IWindowManager.Stub // We are transitioning from an activity with // We are transitioning from an activity with // a wallpaper to one without. // a wallpaper to one without. transit = AppTransition.TRANSIT_WALLPAPER_CLOSE; transit = AppTransition.TRANSIT_WALLPAPER_CLOSE; mAnimateWallpaperWithTarget = true; if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "New transit away from wallpaper: " + transit); "New transit away from wallpaper: " + transit); } else if (mWallpaperTarget != null && mWallpaperTarget.isVisibleLw()) { } else if (mWallpaperTarget != null && mWallpaperTarget.isVisibleLw()) { Loading Loading
services/java/com/android/server/wm/WindowManagerService.java +1 −4 Original line number Original line Diff line number Diff line Loading @@ -4306,10 +4306,6 @@ public class WindowManagerService extends IWindowManager.Stub // If we are preparing an app transition, then delay changing // If we are preparing an app transition, then delay changing // the visibility of this token until we execute that transition. // the visibility of this token until we execute that transition. if (okToDisplay() && mAppTransition.isTransitionSet()) { if (okToDisplay() && mAppTransition.isTransitionSet()) { // Already in requested state, don't do anything more. if (wtoken.hiddenRequested != visible) { return; } wtoken.hiddenRequested = !visible; wtoken.hiddenRequested = !visible; if (!wtoken.startingDisplayed) { if (!wtoken.startingDisplayed) { Loading Loading @@ -8526,6 +8522,7 @@ public class WindowManagerService extends IWindowManager.Stub // We are transitioning from an activity with // We are transitioning from an activity with // a wallpaper to one without. // a wallpaper to one without. transit = AppTransition.TRANSIT_WALLPAPER_CLOSE; transit = AppTransition.TRANSIT_WALLPAPER_CLOSE; mAnimateWallpaperWithTarget = true; if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, if (DEBUG_APP_TRANSITIONS) Slog.v(TAG, "New transit away from wallpaper: " + transit); "New transit away from wallpaper: " + transit); } else if (mWallpaperTarget != null && mWallpaperTarget.isVisibleLw()) { } else if (mWallpaperTarget != null && mWallpaperTarget.isVisibleLw()) { Loading