Searched refs:allContentBounds (Results 1 – 1 of 1) sorted by relevance
98 private val allContentBounds: MutableMap<FloatingContent, Rect> = HashMap() in <lambda>() constant in com.android.systemui.util.FloatingContentCoordinator117 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()143 if (!allContentBounds.containsKey(content)) { in <lambda>()158 allContentBounds.remove(removedContent) in <lambda>()171 return allContentBounds.values in <lambda>()181 val conflictingNewBounds = allContentBounds[fromContent]!! in <lambda>()182 allContentBounds in <lambda>()195 otherContentBounds = allContentBounds.values in <lambda>()205 allContentBounds[content] = content.getFloatingBoundsOnScreen() in <lambda>()217 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() } in <lambda>()