Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2493 NotificationSection lastSection = getLastVisibleSection();
2497 } else if (lastSection == null) {
2512 if (section == lastSection) {
3017 NotificationSection lastSection = getLastVisibleSection(); in updateFirstAndLastBackgroundViews() local
3021 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateFirstAndLastBackgroundViews()
4204 NotificationSection lastSection = getLastVisibleSection(); in updateScrollPositionOnExpandInBottom() local
4206 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateScrollPositionOnExpandInBottom()