Home
last modified time | relevance | path

Searched refs:getRelativeBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DOverlayPresentationTest.java641 attributes.getRelativeBounds()); in testApplyActivityStackAttributesForExpandedContainer()
666 attributes.getRelativeBounds()); in testApplyActivityStackAttributesForOverlayContainerAssociatedWithActivity()
691 attributes.getRelativeBounds()); in testApplyActivityStackAttributesForOverlayContainerWithoutAssociatedActivity()
712 attributes.getRelativeBounds()); in testApplyActivityStackAttributesForExpandedOverlayContainer()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java635 final Rect relativeBounds = sanitizeBounds(attributes.getRelativeBounds(), minDimensions, in applyActivityStackAttributes()
DSplitController.java1764 final Rect sanitizedBounds = sanitizeBounds(activityStackAttributes.getRelativeBounds(), in createEmptyContainer()
/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java1282 public Rect getRelativeBounds() { in getRelativeBounds() method in WindowContainerTransaction.Change
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java956 final Rect relBounds = c.getRelativeBounds(); in applyTaskFragmentChanges()