Searched refs:allContentBounds (Results 1 – 1 of 1) sorted by relevance
110 private val allContentBounds: MutableMap<FloatingContent, Rect> = HashMap() in <lambda>() constant in com.android.wm.shell.common.FloatingContentCoordinator129 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()155 if (!allContentBounds.containsKey(content)) { in <lambda>()170 allContentBounds.remove(removedContent) in <lambda>()183 return allContentBounds.values in <lambda>()193 val conflictingNewBounds = allContentBounds[fromContent]!! in <lambda>()194 allContentBounds in <lambda>()207 otherContentBounds = allContentBounds.values in <lambda>()217 allContentBounds[content] = content.getFloatingBoundsOnScreen() in <lambda>()229 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() } in <lambda>()