Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java292 final float shelfStart = ambientState.getStackEndHeight() in initAlgorithmState()
364 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
431 final boolean noSpaceForFooter = footerEnd > ambientState.getStackEndHeight(); in updateChild()
DAmbientState.java103 public float getStackEndHeight() { in getStackEndHeight() method in AmbientState