Searched refs:stackHeight (Results 1 – 3 of 3) sorted by relevance
145 public void setStackHeight(float stackHeight) { in setStackHeight() argument146 mStackHeight = stackHeight; in setStackHeight()
377 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local384 return stackHeight / stackEndHeight; in getExpansionFractionWithoutShelf()
1323 int stackHeight;1333 stackHeight = mTopPadding + mShelf.getIntrinsicHeight();1338 stackHeight = stackEndPosition;1342 stackHeight = (int) height;1344 stackHeight = (int) NotificationUtils.interpolate(stackStartPosition,1349 stackHeight = (int) height;1361 stackHeight = (int) (height - translationY);1367 if (stackHeight != mCurrentStackHeight) {1368 mCurrentStackHeight = stackHeight;