Searched refs:deltaHeightRemaining (Results 1 – 1 of 1) sorted by relevance
112 int deltaHeightRemaining = minTargetPx - (result.bottom - result.top); in createNewBounds() local113 if (deltaHeightRemaining > 0) { in createNewBounds()114 result.bottom += deltaHeightRemaining; in createNewBounds()