Loading core/java/android/window/flags/windowing_frontend.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -38,16 +38,6 @@ flag { } } flag { name: "blast_sync_notification_shade_on_display_switch" namespace: "windowing_frontend" description: "Make the buffer content of notification shade synchronize with display switch" bug: "337154331" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "respect_animation_clip" namespace: "windowing_frontend" Loading services/core/java/com/android/server/wm/DeferredDisplayUpdater.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class DeferredDisplayUpdater { final Rect startBounds = new Rect(0, 0, mDisplayContent.mInitialDisplayWidth, mDisplayContent.mInitialDisplayHeight); final int fromRotation = mDisplayContent.getRotation(); if (Flags.blastSyncNotificationShadeOnDisplaySwitch() && physicalDisplayUpdated) { if (physicalDisplayUpdated) { final WindowState notificationShade = mDisplayContent.getDisplayPolicy().getNotificationShade(); if (notificationShade != null && notificationShade.isVisible() Loading Loading
core/java/android/window/flags/windowing_frontend.aconfig +0 −10 Original line number Diff line number Diff line Loading @@ -38,16 +38,6 @@ flag { } } flag { name: "blast_sync_notification_shade_on_display_switch" namespace: "windowing_frontend" description: "Make the buffer content of notification shade synchronize with display switch" bug: "337154331" metadata { purpose: PURPOSE_BUGFIX } } flag { name: "respect_animation_clip" namespace: "windowing_frontend" Loading
services/core/java/com/android/server/wm/DeferredDisplayUpdater.java +1 −1 Original line number Diff line number Diff line Loading @@ -193,7 +193,7 @@ class DeferredDisplayUpdater { final Rect startBounds = new Rect(0, 0, mDisplayContent.mInitialDisplayWidth, mDisplayContent.mInitialDisplayHeight); final int fromRotation = mDisplayContent.getRotation(); if (Flags.blastSyncNotificationShadeOnDisplaySwitch() && physicalDisplayUpdated) { if (physicalDisplayUpdated) { final WindowState notificationShade = mDisplayContent.getDisplayPolicy().getNotificationShade(); if (notificationShade != null && notificationShade.isVisible() Loading