Loading services/core/java/com/android/server/wm/ActivityRecord.java +2 −2 Original line number Diff line number Diff line Loading @@ -7569,8 +7569,8 @@ final class ActivityRecord extends WindowToken { final Task task = getTask(); if (task != null) { // Similar to floating windows, an app bubble should not apply legacy insets. // TODO(b/407669465): Update isAppBubble usage once migrated to the new approach. shouldApplyLegacyInsets &= !task.getTaskInfo().isAppBubble; // TODO(b/407669465): Update mLaunchNextToBubble usage when migrated. shouldApplyLegacyInsets &= !task.mLaunchNextToBubble; } } mResolveConfigHint.resolveTmpOverrides(mDisplayContent, newParentConfiguration, Loading services/core/java/com/android/server/wm/TaskFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -2528,8 +2528,8 @@ class TaskFragment extends WindowContainer<WindowContainer> { && com.android.wm.shell.Flags.enableBubbleAppCompatFixes()) { final Task task = getTask(); if (task != null) { // TODO(b/407669465): Update isAppBubble usage once migrated. shouldUseTaskBounds |= task.getTaskInfo().isAppBubble; // TODO(b/407669465): Update mLaunchNextToBubble usage when migrated. shouldUseTaskBounds |= task.mLaunchNextToBubble; } } if (shouldUseTaskBounds && !inPipTransition) { Loading Loading
services/core/java/com/android/server/wm/ActivityRecord.java +2 −2 Original line number Diff line number Diff line Loading @@ -7569,8 +7569,8 @@ final class ActivityRecord extends WindowToken { final Task task = getTask(); if (task != null) { // Similar to floating windows, an app bubble should not apply legacy insets. // TODO(b/407669465): Update isAppBubble usage once migrated to the new approach. shouldApplyLegacyInsets &= !task.getTaskInfo().isAppBubble; // TODO(b/407669465): Update mLaunchNextToBubble usage when migrated. shouldApplyLegacyInsets &= !task.mLaunchNextToBubble; } } mResolveConfigHint.resolveTmpOverrides(mDisplayContent, newParentConfiguration, Loading
services/core/java/com/android/server/wm/TaskFragment.java +2 −2 Original line number Diff line number Diff line Loading @@ -2528,8 +2528,8 @@ class TaskFragment extends WindowContainer<WindowContainer> { && com.android.wm.shell.Flags.enableBubbleAppCompatFixes()) { final Task task = getTask(); if (task != null) { // TODO(b/407669465): Update isAppBubble usage once migrated. shouldUseTaskBounds |= task.getTaskInfo().isAppBubble; // TODO(b/407669465): Update mLaunchNextToBubble usage when migrated. shouldUseTaskBounds |= task.mLaunchNextToBubble; } } if (shouldUseTaskBounds && !inPipTransition) { Loading