Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackScrollAlgorithm.java972 float notificationEnd = childViewState.getYTranslation() + child.getIntrinsicHeight() in updateChildZValue() local
974 if (shelfStart > notificationEnd) { in updateChildZValue()
979 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()