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