Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackScrollAlgorithm.java1112 float notificationEnd = childViewState.getYTranslation() + child.getIntrinsicHeight() in updateChildZValue() local
1114 if (shelfStart > notificationEnd) { in updateChildZValue()
1119 float factor = (notificationEnd - shelfStart) / shelfHeight; in updateChildZValue()