Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java833 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startWithTask()
902 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startIntents()
1600 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in applyExitSplitScreen()
1775 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in prepareEnterSplitScreen()
2186 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in onStageVisibilityChanged()
2191 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in onStageVisibilityChanged()
2888 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startAnimation()
2898 wct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, in startAnimation()
3225 callbackWct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, false); in startPendingEnterAnimation()
3440 callbackWct.setReparentLeafTaskIfRelaunch(mRootTaskInfo.token, false); in startPendingDismissAnimation()
[all …]
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java918 public WindowContainerTransaction setReparentLeafTaskIfRelaunch( in setReparentLeafTaskIfRelaunch() method in WindowContainerTransaction
924 .setReparentLeafTaskIfRelaunch(reparentLeafTaskIfRelaunch) in setReparentLeafTaskIfRelaunch()
1983 Builder setReparentLeafTaskIfRelaunch(boolean reparentLeafTaskIfRelaunch) { in setReparentLeafTaskIfRelaunch() method in WindowContainerTransaction.HierarchyOp.Builder
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java1346 task.setReparentLeafTaskIfRelaunch(hop.isReparentLeafTaskIfRelaunch()); in applyHierarchyOp()
DTask.java6344 void setReparentLeafTaskIfRelaunch(boolean reparentLeafTaskIfRelaunch) {