Searched refs:inOutBounds (Results 1 – 3 of 3) sorted by relevance
515 private void repositionPrimarySplitScreenStackAfterRotation(Rect inOutBounds) { in repositionPrimarySplitScreenStackAfterRotation() argument516 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 …]
339 private void intersectDisplayBoundsExcludeInsets(Rect inOutBounds, Rect inInsetBounds, in intersectDisplayBoundsExcludeInsets() argument347 inOutBounds.inset(leftInset, topInset, rightInset, bottomInset); in intersectDisplayBoundsExcludeInsets()
6980 void intersectDisplayInsetBounds(Rect display, Rect insets, Rect inOutBounds) { in intersectDisplayInsetBounds() argument6983 inOutBounds.intersect(mTmpRect3); in intersectDisplayInsetBounds()