Home
last modified time | relevance | path

Searched defs:shelfStart (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java411 final float shelfStart = ambientState.getStackEndHeight() in initAlgorithmState() local
611 final float shelfStart = stackBottom local
635 void updateViewWithShelf(ExpandableView view, ExpandableViewState viewState, float shelfStart) { in updateViewWithShelf()
636 viewState.setYTranslation(Math.min(viewState.getYTranslation(), shelfStart)); in updateViewWithShelf() local
969 float shelfStart = ambientState.getInnerHeight() in updateChildZValue() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithmTest.kt405 val shelfStart = 1f regex
420 val shelfStart = 0f regex
436 val shelfStart = 0f regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationShelf.java381 float shelfStart = getTranslationY(); in updateAppearance() local