Home
last modified time | relevance | path

Searched refs:inOutBounds (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java515 private void repositionPrimarySplitScreenStackAfterRotation(Rect inOutBounds) { in repositionPrimarySplitScreenStackAfterRotation() argument
516 int dockSide = getDockSide(inOutBounds); in repositionPrimarySplitScreenStackAfterRotation()
524 int movement = inOutBounds.left; in repositionPrimarySplitScreenStackAfterRotation()
525 inOutBounds.left -= movement; in repositionPrimarySplitScreenStackAfterRotation()
526 inOutBounds.right -= movement; in repositionPrimarySplitScreenStackAfterRotation()
529 movement = mTmpRect.right - inOutBounds.right; in repositionPrimarySplitScreenStackAfterRotation()
530 inOutBounds.left += movement; in repositionPrimarySplitScreenStackAfterRotation()
531 inOutBounds.right += movement; in repositionPrimarySplitScreenStackAfterRotation()
534 movement = inOutBounds.top; in repositionPrimarySplitScreenStackAfterRotation()
535 inOutBounds.top -= movement; in repositionPrimarySplitScreenStackAfterRotation()
[all …]
DStackWindowController.java339 private void intersectDisplayBoundsExcludeInsets(Rect inOutBounds, Rect inInsetBounds, in intersectDisplayBoundsExcludeInsets() argument
347 inOutBounds.inset(leftInset, topInset, rightInset, bottomInset); in intersectDisplayBoundsExcludeInsets()
DWindowManagerService.java6980 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds() argument
6983 inOutBounds.intersect(mTmpRect3); in intersectDisplayInsetBounds()