Searched refs:verticalDiff (Results 1 – 1 of 1) sorted by relevance
4834 int verticalDiff = stackBounds.top - bounds.top; in fitWithinBounds() local4835 if ((verticalDiff < 0 && bounds.top >= maxBottom) in fitWithinBounds()4836 || (bounds.top + verticalDiff >= maxBottom)) { in fitWithinBounds()4837 verticalDiff = maxBottom - bounds.top; in fitWithinBounds()4839 bounds.top += verticalDiff; in fitWithinBounds()4840 bounds.bottom += verticalDiff; in fitWithinBounds()