Searched refs:getFloatingBoundsOnScreen (Results 1 – 4 of 4) sorted by relevance
60 fun getFloatingBoundsOnScreen(): Rect in <lambda>() method103 getFloatingBoundsOnScreen(), in <lambda>()130 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()218 allContentBounds[content] = content.getFloatingBoundsOnScreen() in <lambda>()230 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() } in <lambda>()
215 override fun getFloatingBoundsOnScreen(): Rect { in getFloatingBoundsOnScreen() method in com.android.systemui.util.FloatingContentCoordinatorTest.FloatingRect
217 final Rect floatingBounds = getFloatingBoundsOnScreen();227 public Rect getFloatingBoundsOnScreen() {581 final Rect floatingBounds = mStackFloatingContent.getFloatingBoundsOnScreen();
220 public Rect getFloatingBoundsOnScreen() { in getFloatingBoundsOnScreen() method in PipMotionHelper