Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java1594 final ArrayList<Task> tasksToReparent = new ArrayList<>(); in reparentChildrenTasksHierarchyOp() local
1622 tasksToReparent.add(0, task); in reparentChildrenTasksHierarchyOp()
1624 tasksToReparent.add(task); in reparentChildrenTasksHierarchyOp()
1626 return hop.getReparentTopOnly() && tasksToReparent.size() == 1; in reparentChildrenTasksHierarchyOp()
1629 final int count = tasksToReparent.size(); in reparentChildrenTasksHierarchyOp()
1631 final Task task = tasksToReparent.get(i); in reparentChildrenTasksHierarchyOp()