Searched refs:shelfHeight (Results 1 – 2 of 2) sorted by relevance
530 int shelfHeight = ambientState.getShelf().getIntrinsicHeight(); in updateChildZValue() local532 - shelfHeight + ambientState.getTopPadding() in updateChildZValue()539 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()
2412 int shelfHeight = 0; in getPeekHeight() local2414 shelfHeight = mShelf.getIntrinsicHeight(); in getPeekHeight()2416 return mIntrinsicPadding + firstChildMinHeight + shelfHeight; in getPeekHeight()