Searched refs:stackEndHeight (Results 1 – 4 of 4) sorted by relevance
333 ambientState.stackEndHeight = 0f // no space for the footer in the stack346 ambientState.stackEndHeight = 1000f // plenty space for the footer in the stack360 ambientState.stackEndHeight = 1000f // plenty space for the footer in the stack372 ambientState.stackEndHeight = 1000f // plenty space for the footer in the stack984 ambientState.stackEndHeight = 100f985 ambientState.stackHeight = ambientState.stackEndHeight * fraction
177 public void setStackEndHeight(float stackEndHeight) { in setStackEndHeight() argument178 mStackEndHeight = stackEndHeight; in setStackEndHeight()
491 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local492 if (stackEndHeight == 0f) { in getExpansionFractionWithoutShelf()497 return stackHeight / stackEndHeight; in getExpansionFractionWithoutShelf()
1403 final float stackEndHeight;1407 stackEndHeight = mIntrinsicContentHeight;1409 stackEndHeight = Math.max(0f, height - bottomMargin - topPadding);1411 mAmbientState.setStackEndHeight(stackEndHeight);1412 return stackEndHeight;