Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitController.java1869 final Set<TaskFragmentContainer> containersToUpdate = new ArraySet<>(); in cleanupForEnterPip() local
1879 containersToUpdate.add(splitTf); in cleanupForEnterPip()
1892 for (TaskFragmentContainer containerToUpdate : containersToUpdate) { in cleanupForEnterPip()