Searched refs:ffPaddedHeight (Results 1 – 1 of 1) sorted by relevance
197 int ffPaddedHeight = (int) (availableHeight * freeformHeightPct); in computeRects() local198 int ffHeight = Math.max(0, ffPaddedHeight - freeformGap); in computeRects()207 if (ffPaddedHeight > 0) { in computeRects()208 stackRectOut.top += ffPaddedHeight; in computeRects()