Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2406 NotificationSection lastSection = getLastVisibleSection();
2410 } else if (lastSection == null) {
2425 if (section == lastSection) {
2898 NotificationSection lastSection = getLastVisibleSection(); in updateFirstAndLastBackgroundViews() local
2902 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateFirstAndLastBackgroundViews()
4066 NotificationSection lastSection = getLastVisibleSection(); in updateScrollPositionOnExpandInBottom() local
4068 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateScrollPositionOnExpandInBottom()