Loading services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3771,6 +3771,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { // Shell calls back into Core with the entry bounds to be applied with startWCT. // Shell calls back into Core with the entry bounds to be applied with startWCT. final Transition enterPipTransition = new Transition(TRANSIT_PIP, final Transition enterPipTransition = new Transition(TRANSIT_PIP, 0 /* flags */, getTransitionController(), mWindowManager.mSyncEngine); 0 /* flags */, getTransitionController(), mWindowManager.mSyncEngine); r.setPictureInPictureParams(params); enterPipTransition.setPipActivity(r); enterPipTransition.setPipActivity(r); r.mAutoEnteringPip = isAutoEnter; r.mAutoEnteringPip = isAutoEnter; getTransitionController().startCollectOrQueue(enterPipTransition, (deferred) -> { getTransitionController().startCollectOrQueue(enterPipTransition, (deferred) -> { Loading Loading
services/core/java/com/android/server/wm/ActivityTaskManagerService.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3771,6 +3771,7 @@ public class ActivityTaskManagerService extends IActivityTaskManager.Stub { // Shell calls back into Core with the entry bounds to be applied with startWCT. // Shell calls back into Core with the entry bounds to be applied with startWCT. final Transition enterPipTransition = new Transition(TRANSIT_PIP, final Transition enterPipTransition = new Transition(TRANSIT_PIP, 0 /* flags */, getTransitionController(), mWindowManager.mSyncEngine); 0 /* flags */, getTransitionController(), mWindowManager.mSyncEngine); r.setPictureInPictureParams(params); enterPipTransition.setPipActivity(r); enterPipTransition.setPipActivity(r); r.mAutoEnteringPip = isAutoEnter; r.mAutoEnteringPip = isAutoEnter; getTransitionController().startCollectOrQueue(enterPipTransition, (deferred) -> { getTransitionController().startCollectOrQueue(enterPipTransition, (deferred) -> { Loading