Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java145 public void setStackHeight(float stackHeight) { in setStackHeight()
H A DStackScrollAlgorithm.java377 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf() local