Searched refs:verticalDiff (Results 1 – 1 of 1) sorted by relevance
2172 int verticalDiff = 0; in fitWithinBounds() local2175 verticalDiff = overlapTB - (bounds.bottom - rootTaskBounds.top); in fitWithinBounds()2177 verticalDiff = -(overlapTB - (rootTaskBounds.bottom - bounds.top)); in fitWithinBounds()2179 bounds.offset(horizontalDiff, verticalDiff); in fitWithinBounds()