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