Searched refs:overlapTB (Results 1 – 1 of 1) sorted by relevance
2168 int overlapTB = Math.min(overlapPxY, bounds.width()); in fitWithinBounds() local2169 if (bounds.bottom < (rootTaskBounds.top + overlapTB)) { in fitWithinBounds()2170 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()2171 } else if (bounds.top > (rootTaskBounds.bottom - overlapTB)) { in fitWithinBounds()2172 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()