Searched refs:stackHeight (Results 1 – 6 of 6) sorted by relevance
366 whenever(ambientState.stackHeight).thenReturn(100f)393 whenever(ambientState.stackHeight).thenReturn(100f)420 whenever(ambientState.stackHeight).thenReturn(100f)447 whenever(ambientState.stackHeight).thenReturn(100f)
985 ambientState.stackHeight = ambientState.stackEndHeight * fraction
86 stackHeight: StackHeight,90 val (notifHeight, notifHeightSaveSpace, shelfHeightWithSpaceBefore) = stackHeight
241 public void setStackHeight(float stackHeight) { in setStackHeight() argument242 mStackHeight = stackHeight; in setStackHeight()
1461 int stackHeight;1469 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();1474 stackHeight = stackEndPosition;1478 stackHeight = (int) height;1480 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition,1485 stackHeight = (int) (skipHeightUpdate ? mExpandedHeight : height);1497 stackHeight = (int) (height - translationY);1506 if (stackHeight != mCurrentStackHeight && !skipHeightUpdate) {1507 mCurrentStackHeight = stackHeight;
490 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local497 return stackHeight / stackEndHeight; in getExpansionFractionWithoutShelf()