Home
last modified time | relevance | path

Searched refs:ffPaddedHeight (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java197 int ffPaddedHeight = (int) (availableHeight * freeformHeightPct); in computeRects() local
198 int ffHeight = Math.max(0, ffPaddedHeight - freeformGap); in computeRects()
207 if (ffPaddedHeight > 0) { in computeRects()
208 stackRectOut.top += ffPaddedHeight; in computeRects()