Home
last modified time | relevance | path

Searched refs:setReparentLeafTaskIfRelaunch (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java729 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startWithTask()
778 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startIntents()
1423 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in applyExitSplitScreen()
1569 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in prepareEnterSplitScreen()
1946 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in onStageVisibilityChanged()
1951 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in onStageVisibilityChanged()
2581 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startAnimation()
2591 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startAnimation()
2879 callbackWct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, false); in startPendingEnterAnimation()
3077 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in onRecentsInSplitAnimationCanceled()
[all …]
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java887 public WindowContainerTransaction setReparentLeafTaskIfRelaunch( in setReparentLeafTaskIfRelaunch() method in WindowContainerTransaction
893 .setReparentLeafTaskIfRelaunch(reparentLeafTaskIfRelaunch) in setReparentLeafTaskIfRelaunch()
1860 Builder setReparentLeafTaskIfRelaunch(boolean reparentLeafTaskIfRelaunch) { in setReparentLeafTaskIfRelaunch() method in WindowContainerTransaction.HierarchyOp.Builder
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java1153 task.setReparentLeafTaskIfRelaunch(hop.isReparentLeafTaskIfRelaunch()); in applyHierarchyOp()
H A DTask.java6178 void setReparentLeafTaskIfRelaunch(boolean reparentLeafTaskIfRelaunch) {