Loading core/java/android/window/flags/windowing_frontend.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -217,17 +217,6 @@ flag { } } flag { name: "scheduling_for_notification_shade" namespace: "windowing_frontend" description: "Demote top-app when notification shade is expanded" bug: "362467878" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { name: "release_snapshot_aggressively" namespace: "windowing_frontend" Loading packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowControllerImpl.java +2 −3 Original line number Diff line number Diff line Loading @@ -258,9 +258,8 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW mCurrentState.shadeOrQsExpanded = isExpanded; apply(mCurrentState); final IBinder token; if (com.android.window.flags.Flags.schedulingForNotificationShade() && (token = mWindowRootView.getWindowToken()) != null) { final IBinder token = mWindowRootView.getWindowToken(); if (token != null) { mBackgroundExecutor.execute(() -> { try { WindowManagerGlobal.getWindowManagerService() Loading Loading
core/java/android/window/flags/windowing_frontend.aconfig +0 −11 Original line number Diff line number Diff line Loading @@ -217,17 +217,6 @@ flag { } } flag { name: "scheduling_for_notification_shade" namespace: "windowing_frontend" description: "Demote top-app when notification shade is expanded" bug: "362467878" is_fixed_read_only: true metadata { purpose: PURPOSE_BUGFIX } } flag { name: "release_snapshot_aggressively" namespace: "windowing_frontend" Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowControllerImpl.java +2 −3 Original line number Diff line number Diff line Loading @@ -258,9 +258,8 @@ public class NotificationShadeWindowControllerImpl implements NotificationShadeW mCurrentState.shadeOrQsExpanded = isExpanded; apply(mCurrentState); final IBinder token; if (com.android.window.flags.Flags.schedulingForNotificationShade() && (token = mWindowRootView.getWindowToken()) != null) { final IBinder token = mWindowRootView.getWindowToken(); if (token != null) { mBackgroundExecutor.execute(() -> { try { WindowManagerGlobal.getWindowManagerService() Loading