Searched refs:overlapTB (Results 1 – 1 of 1) sorted by relevance
2173 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local2174 if (bounds.bottom < (rootTaskBounds.top + overlapTB)) { in fitWithinBounds()2175 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()2176 } else if (bounds.top > (rootTaskBounds.bottom - overlapTB)) { in fitWithinBounds()2177 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()