Searched refs:overlapLR (Results 1 – 1 of 1) sorted by relevance
1950 int overlapLR = Math.min(overlapPxX, bounds.width()); in fitWithinBounds() local1951 if (bounds.right < (stackBounds.left + overlapLR)) { in fitWithinBounds()1952 horizontalDiff = overlapLR - (bounds.right - stackBounds.left); in fitWithinBounds()1953 } else if (bounds.left > (stackBounds.right - overlapLR)) { in fitWithinBounds()1954 horizontalDiff = -(overlapLR - (stackBounds.right - bounds.left)); in fitWithinBounds()