Home
last modified time | relevance | path

Searched defs:inOutBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java490 @NonNull Rect inOutBounds) { in getTaskBounds()
621 @NonNull Rect inOutBounds) { in centerBounds()
631 @NonNull Rect inOutBounds) { in adjustBoundsToFitInDisplay()
686 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflictInDisplay()
698 adjustBoundsToAvoidConflict(display.getBounds(), taskBoundsToCheck, inOutBounds); in adjustBoundsToAvoidConflictInDisplay() local
716 @NonNull Rect inOutBounds) { in adjustBoundsToAvoidConflict()
DTaskStack.java387 boolean calculatePinnedBoundsForConfigChange(Rect inOutBounds) { in calculatePinnedBoundsForConfigChange()
429 void calculateDockedBoundsForConfigChange(Configuration parentConfig, Rect inOutBounds) { in calculateDockedBoundsForConfigChange()
457 Rect inOutBounds) { in repositionSplitScreenStackAfterRotation()
DTaskRecord.java2011 Rect inOutBounds, Rect intersectBounds, Rect intersectInsets) { in intersectWithInsetsIfFits()
DWindowManagerService.java6687 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds()