Searched refs:verticalDiff (Results 1 – 1 of 1) sorted by relevance
1956 int verticalDiff = 0; in fitWithinBounds() local1959 verticalDiff = overlapTB - (bounds.bottom - stackBounds.top); in fitWithinBounds()1961 verticalDiff = -(overlapTB - (stackBounds.bottom - bounds.top)); in fitWithinBounds()1963 bounds.offset(horizontalDiff, verticalDiff); in fitWithinBounds()