Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecorViewModel.java +5 −1 Original line number Diff line number Diff line Loading @@ -2152,8 +2152,12 @@ public class DesktopModeWindowDecorViewModel implements WindowDecorViewModel, if (indicatorType != TO_FULLSCREEN_INDICATOR || BubbleAnythingFlagHelper.enableBubbleToFullscreen()) { if (mMoveToDesktopAnimator == null) { Context displayContext = mDisplayController.getDisplayContext( ev.getDisplayId()); Context animatorContext = displayContext != null ? displayContext : mContext; mMoveToDesktopAnimator = new MoveToDesktopAnimator( mContext, mDragToDesktopAnimationStartBounds, animatorContext, mDragToDesktopAnimationStartBounds, relevantDecor.getTaskInfo(), relevantDecor.getTaskSurface()); mDesktopTasksController.startDragToDesktop(relevantDecor.getTaskInfo(), mMoveToDesktopAnimator, relevantDecor.getTaskSurface(), Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DesktopModeWindowDecorViewModel.java +5 −1 Original line number Diff line number Diff line Loading @@ -2152,8 +2152,12 @@ public class DesktopModeWindowDecorViewModel implements WindowDecorViewModel, if (indicatorType != TO_FULLSCREEN_INDICATOR || BubbleAnythingFlagHelper.enableBubbleToFullscreen()) { if (mMoveToDesktopAnimator == null) { Context displayContext = mDisplayController.getDisplayContext( ev.getDisplayId()); Context animatorContext = displayContext != null ? displayContext : mContext; mMoveToDesktopAnimator = new MoveToDesktopAnimator( mContext, mDragToDesktopAnimationStartBounds, animatorContext, mDragToDesktopAnimationStartBounds, relevantDecor.getTaskInfo(), relevantDecor.getTaskSurface()); mDesktopTasksController.startDragToDesktop(relevantDecor.getTaskInfo(), mMoveToDesktopAnimator, relevantDecor.getTaskSurface(), Loading