Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java658 final IBinder adjacentFragmentToken = hop.getAdjacentRoot(); in applyHierarchyOp()
977 WindowContainer.fromBinder(hop.getAdjacentRoot()).asTaskFragment(); in setAdjacentRootsHierarchyOp()
1150 WindowContainer.fromBinder(hop.getAdjacentRoot()), in enforceOperationsAllowedForTaskFragmentOrganizer()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java1124 public IBinder getAdjacentRoot() { in getAdjacentRoot() method in WindowContainerTransaction.HierarchyOp