Loading services/core/java/com/android/server/wm/Transition.java +5 −0 Original line number Diff line number Diff line Loading @@ -2202,6 +2202,11 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { && !wallpaperIsOwnTarget(wallpaper)) { wallpaper.setVisibleRequested(false); } if (showWallpaper && wallpaper.isVisibleRequested()) { for (int j = wallpaper.mChildren.size() - 1; j >= 0; --j) { wallpaper.mChildren.get(j).mWinAnimator.prepareSurfaceLocked(t); } } } } } Loading Loading
services/core/java/com/android/server/wm/Transition.java +5 −0 Original line number Diff line number Diff line Loading @@ -2202,6 +2202,11 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { && !wallpaperIsOwnTarget(wallpaper)) { wallpaper.setVisibleRequested(false); } if (showWallpaper && wallpaper.isVisibleRequested()) { for (int j = wallpaper.mChildren.size() - 1; j >= 0; --j) { wallpaper.mChildren.get(j).mWinAnimator.prepareSurfaceLocked(t); } } } } } Loading