Searched refs:overlapTB (Results 1 – 1 of 1) sorted by relevance
2125 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local2126 if (bounds.bottom < (stackBounds.top + overlapTB)) { in fitWithinBounds()2127 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()2128 } else if (bounds.top > (stackBounds.bottom - overlapTB)) { in fitWithinBounds()2129 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()