Searched refs:overlapTB (Results 1 – 1 of 1) sorted by relevance
2253 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local2254 if (bounds.bottom < (rootTaskBounds.top + overlapTB)) { in fitWithinBounds()2255 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()2256 } else if (bounds.top > (rootTaskBounds.bottom - overlapTB)) { in fitWithinBounds()2257 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()