Searched refs:getFloatingBoundsOnScreen (Results 1 – 4 of 4) sorted by relevance
60 fun getFloatingBoundsOnScreen(): Rect regex103 getFloatingBoundsOnScreen(),130 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen()218 allContentBounds[content] = content.getFloatingBoundsOnScreen()230 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() }
215 override fun getFloatingBoundsOnScreen(): Rect {
211 final Rect floatingBounds = getFloatingBoundsOnScreen();222 public Rect getFloatingBoundsOnScreen() {558 final Rect floatingBounds = mStackFloatingContent.getFloatingBoundsOnScreen();
195 public Rect getFloatingBoundsOnScreen() { in getFloatingBoundsOnScreen() method in PipMotionHelper