Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1322 NotifSection finalSection = newSection; in applySections() local
1333 finalSection = prevAttachState.getSection(); in applySections()
1337 setEntrySection(entry, finalSection); in applySections()
1338 return finalSection; in applySections()
1341 private void setEntrySection(ListEntry entry, NotifSection finalSection) { in setEntrySection() argument
1342 entry.getAttachState().setSection(finalSection); in setEntrySection()
1345 representativeEntry.getAttachState().setSection(finalSection); in setEntrySection()
1346 if (finalSection != null) { in setEntrySection()
1347 representativeEntry.setBucket(finalSection.getBucket()); in setEntrySection()