Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java1319 final NotifSection newSection = findSection(entry); in applySections() local
1322 NotifSection finalSection = newSection; in applySections()
1325 if (entry.wasAttachedInPreviousPass() && newSection != prevAttachState.getSection()) { in applySections()
1330 entry.getAttachState().getSuppressedChanges().setSection(newSection); in applySections()