Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.java193 final NotificationSection highPrioritySection, in updateFirstAndLastViewsInSections() argument
199 highPrioritySection.getLastVisibleChild(); in updateFirstAndLastViewsInSections()
205 highPrioritySection.setFirstVisibleChild(firstChild); in updateFirstAndLastViewsInSections()
206 highPrioritySection.setLastVisibleChild(lastHighPriorityChild); in updateFirstAndLastViewsInSections()
210 highPrioritySection.setFirstVisibleChild(firstChild); in updateFirstAndLastViewsInSections()
211 highPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()
215 highPrioritySection.setFirstVisibleChild(null); in updateFirstAndLastViewsInSections()
216 highPrioritySection.setLastVisibleChild(null); in updateFirstAndLastViewsInSections()
223 highPrioritySection.setFirstVisibleChild(firstChild); in updateFirstAndLastViewsInSections()
224 highPrioritySection.setLastVisibleChild(lastChild); in updateFirstAndLastViewsInSections()