Home
last modified time | relevance | path

Searched refs:getStableRect (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskLaunchParamsModifier.java554 displayArea.getStableRect(stableBounds); in getLayoutBounds()
797 displayArea.getStableRect(stableBounds); in getDefaultFreeformSize()
862 displayArea.getStableRect(inOutBounds); in centerBounds()
872 displayArea.getStableRect(stableBounds); in adjustBoundsToFitInDisplayArea()
H A DDisplayArea.java510 void getStableRect(Rect out) { in getStableRect() method in DisplayArea
517 mDisplayContent.getStableRect(out); in getStableRect()
H A DTaskPositioner.java404 mDisplayContent.getStableRect(mTmpRect); in notifyMoveLocked()
H A DDisplayContent.java2907 void getStableRect(Rect out) { in getStableRect() method in DisplayContent
H A DTask.java2130 display.getStableRect(stableBounds); in computeFreeformBounds()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java491 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea()
522 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
H A DActivityRecordTests.java529 task.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationInFreeformWindows()
571 rootTask.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationForResizableInSplitWindows()