Loading services/core/java/com/android/server/wm/Transition.java +2 −3 Original line number Diff line number Diff line Loading @@ -2544,9 +2544,8 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { if (wc.asWindowState() != null) continue; final ChangeInfo changeInfo = changes.get(wc); // Reject no-ops if (!changeInfo.hasChanged()) { // Reject no-ops, unless wallpaper if (!changeInfo.hasChanged() && wc.asWallpaperToken() == null) { ProtoLog.v(ProtoLogGroup.WM_DEBUG_WINDOW_TRANSITIONS, " Rejecting as no-op: %s", wc); continue; Loading services/core/java/com/android/server/wm/WallpaperController.java +2 −2 Original line number Diff line number Diff line Loading @@ -764,10 +764,10 @@ class WallpaperController { void collectTopWallpapers(Transition transition) { if (mFindResults.hasTopShowWhenLockedWallpaper()) { transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper); transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper.mToken); } if (mFindResults.hasTopHideWhenLockedWallpaper()) { transition.collect(mFindResults.mTopWallpaper.mTopHideWhenLockedWallpaper); transition.collect(mFindResults.mTopWallpaper.mTopHideWhenLockedWallpaper.mToken); } } Loading Loading
services/core/java/com/android/server/wm/Transition.java +2 −3 Original line number Diff line number Diff line Loading @@ -2544,9 +2544,8 @@ class Transition implements BLASTSyncEngine.TransactionReadyListener { if (wc.asWindowState() != null) continue; final ChangeInfo changeInfo = changes.get(wc); // Reject no-ops if (!changeInfo.hasChanged()) { // Reject no-ops, unless wallpaper if (!changeInfo.hasChanged() && wc.asWallpaperToken() == null) { ProtoLog.v(ProtoLogGroup.WM_DEBUG_WINDOW_TRANSITIONS, " Rejecting as no-op: %s", wc); continue; Loading
services/core/java/com/android/server/wm/WallpaperController.java +2 −2 Original line number Diff line number Diff line Loading @@ -764,10 +764,10 @@ class WallpaperController { void collectTopWallpapers(Transition transition) { if (mFindResults.hasTopShowWhenLockedWallpaper()) { transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper); transition.collect(mFindResults.mTopWallpaper.mTopShowWhenLockedWallpaper.mToken); } if (mFindResults.hasTopHideWhenLockedWallpaper()) { transition.collect(mFindResults.mTopWallpaper.mTopHideWhenLockedWallpaper); transition.collect(mFindResults.mTopWallpaper.mTopHideWhenLockedWallpaper.mToken); } } Loading