Searched refs:freeformHeightPct (Results 1 – 1 of 1) sorted by relevance
155 public final float freeformHeightPct; field in TaskStackLayoutAlgorithm.StackState163 private StackState(float freeformHeightPct, int freeformBackgroundAlpha) { in StackState() argument164 this.freeformHeightPct = freeformHeightPct; in StackState()197 int ffPaddedHeight = (int) (availableHeight * freeformHeightPct); in computeRects()