Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2372 NotificationSection lastSection = getLastVisibleSection();
2376 } else if (lastSection == null) {
2392 if (section == lastSection) {
2865 NotificationSection lastSection = getLastVisibleSection(); in updateFirstAndLastBackgroundViews() local
2869 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateFirstAndLastBackgroundViews()
4026 NotificationSection lastSection = getLastVisibleSection(); in updateScrollPositionOnExpandInBottom() local
4028 lastSection == null ? null : lastSection.getLastVisibleChild(); in updateScrollPositionOnExpandInBottom()