Searched refs:overlapTB (Results 1 – 1 of 1) sorted by relevance
1957 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local1958 if (bounds.bottom < (stackBounds.top + overlapTB)) { in fitWithinBounds()1959 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()1960 } else if (bounds.top > (stackBounds.bottom - overlapTB)) { in fitWithinBounds()1961 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()