Home
last modified time | relevance | path

Searched refs:getFloatingBoundsOnScreen (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DFloatingContentCoordinator.kt60 fun getFloatingBoundsOnScreen(): Rect regex
103 getFloatingBoundsOnScreen(),
130 allContentBounds[newContent] = newContent.getFloatingBoundsOnScreen()
218 allContentBounds[content] = content.getFloatingBoundsOnScreen()
230 allContentBounds.keys.forEach { allContentBounds[it] = it.getFloatingBoundsOnScreen() }
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
H A DFloatingContentCoordinatorTest.kt215 override fun getFloatingBoundsOnScreen(): Rect {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java211 final Rect floatingBounds = getFloatingBoundsOnScreen();
222 public Rect getFloatingBoundsOnScreen() {
558 final Rect floatingBounds = mStackFloatingContent.getFloatingBoundsOnScreen();
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMotionHelper.java195 public Rect getFloatingBoundsOnScreen() { in getFloatingBoundsOnScreen() method in PipMotionHelper