Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLaunchParamsUtil.java60 displayArea.getStableRect(inOutBounds); in centerBounds()
141 displayArea.getStableRect(stableBounds); in adjustBoundsToFitInDisplayArea()
H A DDisplayArea.java646 void getStableRect(Rect out) { in getStableRect() method in DisplayArea
653 mDisplayContent.getStableRect(out); in getStableRect()
H A DTaskLaunchParamsModifier.java607 displayArea.getStableRect(stableBounds); in getLayoutBounds()
767 displayArea.getStableRect(mTmpStableBounds); in getTaskBounds()
H A DTaskPositioner.java389 mDisplayContent.getStableRect(mTmpRect);
H A DDisplayContent.java3175 void getStableRect(Rect out) { in getStableRect() method in DisplayContent
H A DTask.java2125 display.getStableRect(stableBounds); in computeFreeformBounds()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskLaunchParamsModifierTests.java562 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea()
593 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
H A DActivityRecordTests.java613 task.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationInFreeformWindows()
655 rootTask.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationForResizableInSplitWindows()