Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java1323 NotifSection finalSection = newSection; in applySections() local
1334 finalSection = prevAttachState.getSection(); in applySections()
1338 setEntrySection(entry, finalSection); in applySections()
1339 return finalSection; in applySections()
1342 private void setEntrySection(ListEntry entry, NotifSection finalSection) { in setEntrySection() argument
1343 entry.getAttachState().setSection(finalSection); in setEntrySection()
1346 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()
1347 if (finalSection != null) { in setEntrySection()
1348 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()