Home
last modified time | relevance | path

Searched refs:shelfHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java530 int shelfHeight = ambientState.getShelf().getIntrinsicHeight(); in updateChildZValue() local
532 - shelfHeight + ambientState.getTopPadding() in updateChildZValue()
539 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()
DNotificationStackScrollLayout.java2412 int shelfHeight = 0; in getPeekHeight() local
2414 shelfHeight = mShelf.getIntrinsicHeight(); in getPeekHeight()
2416 return mIntrinsicPadding + firstChildMinHeight + shelfHeight; in getPeekHeight()