Home
last modified time | relevance | path

Searched refs:getStackEndHeight (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java491 final float shelfStart = ambientState.getStackEndHeight() in initAlgorithmState()
571 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
661 final boolean noSpaceForFooter = footerEnd > ambientState.getStackEndHeight();
675 final boolean noSpaceForFooter = footerEnd > ambientState.getStackEndHeight();
DAmbientState.java171 public float getStackEndHeight() { in getStackEndHeight() method in AmbientState
DNotificationStackScrollLayout.java1452 final float endHeight = mAmbientState.getStackEndHeight();