Home
last modified time | relevance | path

Searched defs:stackEndHeight (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java110 public void setStackEndHeight(float stackEndHeight) { in setStackEndHeight()
H A DStackScrollAlgorithm.java378 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local