Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java923 final ArrayList<Task> tasksToReparent = new ArrayList<>(); in reparentChildrenTasksHierarchyOp() local
944 tasksToReparent.add(0, task); in reparentChildrenTasksHierarchyOp()
946 tasksToReparent.add(task); in reparentChildrenTasksHierarchyOp()
948 return hop.getReparentTopOnly() && tasksToReparent.size() == 1; in reparentChildrenTasksHierarchyOp()
951 final int count = tasksToReparent.size(); in reparentChildrenTasksHierarchyOp()
953 final Task task = tasksToReparent.get(i); in reparentChildrenTasksHierarchyOp()