Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java1551 final Set<TaskFragmentContainer> containersToUpdate = new ArraySet<>(); in cleanupForEnterPip() local
1561 containersToUpdate.add(splitTf); in cleanupForEnterPip()
1574 for (TaskFragmentContainer containerToUpdate : containersToUpdate) { in cleanupForEnterPip()