Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java194 final NotificationSection lowPrioritySection, in updateFirstAndLastViewsInSections() argument
201 lowPrioritySection.getFirstVisibleChild(); in updateFirstAndLastViewsInSections()
207 lowPrioritySection.setFirstVisibleChild(firstLowPriorityChild); in updateFirstAndLastViewsInSections()
208 lowPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()
212 lowPrioritySection.setFirstVisibleChild(null); in updateFirstAndLastViewsInSections()
213 lowPrioritySection.setLastVisibleChild(null); in updateFirstAndLastViewsInSections()
217 lowPrioritySection.setFirstVisibleChild(firstChild); in updateFirstAndLastViewsInSections()
218 lowPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()