Searched refs:getFloatingBoundsOnScreen (Results 1 – 4 of 4) sorted by relevance
47 fun getFloatingBoundsOnScreen(): Rect in <lambda>() method90 getFloatingBoundsOnScreen(), in <lambda>()117 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen() in <lambda>()205 allContentBounds[content] = content.getFloatingBoundsOnScreen() in <lambda>()217 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() } in <lambda>()
214 override fun getFloatingBoundsOnScreen(): Rect { in getFloatingBoundsOnScreen() method in com.android.systemui.util.FloatingContentCoordinatorTest.FloatingRect
222 final Rect floatingBounds = getFloatingBoundsOnScreen();232 public Rect getFloatingBoundsOnScreen() {584 final Rect floatingBounds = mStackFloatingContent.getFloatingBoundsOnScreen();
188 public Rect getFloatingBoundsOnScreen() { in getFloatingBoundsOnScreen() method in PipMotionHelper