Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java486 final float scrimPadding = ambientState.isOnKeyguard() in getExpansionFractionWithoutShelf() local
490 final float stackHeight = ambientState.getStackHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()
491 final float stackEndHeight = ambientState.getStackEndHeight() - shelfHeight - scrimPadding; in getExpansionFractionWithoutShelf()