Loading services/core/java/com/android/server/wm/WindowState.java +2 −0 Original line number Diff line number Diff line Loading @@ -2272,6 +2272,8 @@ class WindowState extends WindowContainer implements WindowManagerPolicy.WindowS mWinAnimator.mDrawState = READY_TO_SHOW; mAnimatingWithSavedSurface = true; requestUpdateWallpaperIfNeeded(); if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { Slog.v(TAG, "Restoring saved surface: " + this); } Loading Loading
services/core/java/com/android/server/wm/WindowState.java +2 −0 Original line number Diff line number Diff line Loading @@ -2272,6 +2272,8 @@ class WindowState extends WindowContainer implements WindowManagerPolicy.WindowS mWinAnimator.mDrawState = READY_TO_SHOW; mAnimatingWithSavedSurface = true; requestUpdateWallpaperIfNeeded(); if (DEBUG_APP_TRANSITIONS || DEBUG_ANIM) { Slog.v(TAG, "Restoring saved surface: " + this); } Loading