Searched refs:stackEndHeight (Results 1 – 4 of 4) sorted by relevance
488 ambientState.stackEndHeight = 0f // no space for the footer in the stack in <lambda>()501 ambientState.stackEndHeight = maxPanelHeight // plenty space for the footer in the stack in <lambda>()515 ambientState.stackEndHeight = maxPanelHeight // plenty space for the footer in the stack in <lambda>()527 ambientState.stackEndHeight = maxPanelHeight // plenty space for the footer in the stack in <lambda>()1203 ambientState.stackEndHeight = 100f in <lambda>()1204 ambientState.stackHeight = ambientState.stackEndHeight * fraction in <lambda>()
179 public void setStackEndHeight(float stackEndHeight) { in setStackEndHeight() argument180 mStackEndHeight = stackEndHeight; in setStackEndHeight()
571 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local572 if (stackEndHeight == 0f) { in getExpansionFractionWithoutShelf()577 return stackHeight / stackEndHeight; in getExpansionFractionWithoutShelf()
1461 final float stackEndHeight;1465 stackEndHeight = mIntrinsicContentHeight;1467 stackEndHeight = Math.max(0f, height - bottomMargin - topPadding);1469 mAmbientState.setStackEndHeight(stackEndHeight);1470 return stackEndHeight;