Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java155 public final float freeformHeightPct; field in TaskStackLayoutAlgorithm.StackState
163 private StackState(float freeformHeightPct, int freeformBackgroundAlpha) { in StackState() argument
164 this.freeformHeightPct = freeformHeightPct; in StackState()
197 int ffPaddedHeight = (int) (availableHeight * freeformHeightPct); in computeRects()