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.java478 private void repositionDockedStackAfterRotation(Rect inOutBounds) { in repositionDockedStackAfterRotation() argument
479 int dockSide = getDockSide(inOutBounds); in repositionDockedStackAfterRotation()
487 int movement = inOutBounds.left; in repositionDockedStackAfterRotation()
488 inOutBounds.left -= movement; in repositionDockedStackAfterRotation()
489 inOutBounds.right -= movement; in repositionDockedStackAfterRotation()
492 movement = mTmpRect.right - inOutBounds.right; in repositionDockedStackAfterRotation()
493 inOutBounds.left += movement; in repositionDockedStackAfterRotation()
494 inOutBounds.right += movement; in repositionDockedStackAfterRotation()
497 movement = inOutBounds.top; in repositionDockedStackAfterRotation()
498 inOutBounds.top -= movement; in repositionDockedStackAfterRotation()
[all …]
DStackWindowController.java339 private void intersectDisplayBoundsExcludeInsets(Rect inOutBounds, Rect inInsetBounds, in intersectDisplayBoundsExcludeInsets() argument
347 inOutBounds.inset(leftInset, topInset, rightInset, bottomInset); in intersectDisplayBoundsExcludeInsets()
DWindowManagerService.java7229 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds() argument
7232 inOutBounds.intersect(mTmpRect3); in intersectDisplayInsetBounds()