Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java202 ActivatableNotificationView lastHighPriorityChild = getLastHighPriorityChild(); in updateFirstAndLastViewsInSections() local
204 if (lastHighPriorityChild != null && firstLowPriorityChild != null) { in updateFirstAndLastViewsInSections()
206 highPrioritySection.setLastVisibleChild(lastHighPriorityChild); in updateFirstAndLastViewsInSections()
209 } else if (lastHighPriorityChild != null) { in updateFirstAndLastViewsInSections()
220 return lastHighPriorityChild != previousLastHighPriorityChild in updateFirstAndLastViewsInSections()