Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchParamsUtil.java60 displayArea.getStableRect(inOutBounds); in centerBounds()
141 displayArea.getStableRect(stableBounds); in adjustBoundsToFitInDisplayArea()
DDisplayArea.java595 void getStableRect(Rect out) { in getStableRect() method in DisplayArea
602 mDisplayContent.getStableRect(out); in getStableRect()
DTaskLaunchParamsModifier.java590 displayArea.getStableRect(stableBounds); in getLayoutBounds()
750 displayArea.getStableRect(mTmpStableBounds); in getTaskBounds()
DTaskPositioner.java380 mDisplayContent.getStableRect(mTmpRect); in notifyMoveLocked()
DDisplayContent.java3075 void getStableRect(Rect out) { in getStableRect() method in DisplayContent
DTask.java2141 display.getStableRect(stableBounds); in computeFreeformBounds()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java496 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea()
527 secondaryDisplayArea.getStableRect(secondaryDAStableBounds); in testRecalculateFreeformInitialBoundsWithOverrideDisplayArea_unresizableApp()
DActivityRecordTests.java611 task.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationInFreeformWindows()
653 rootTask.mDisplayContent.getStableRect(stableRect); in ignoreRequestedOrientationForResizableInSplitWindows()