Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilder.java1321 final ListAttachState prevAttachState = entry.getPreviousAttachState(); in applySections() local
1326 if (entry.wasAttachedInPreviousPass() && newSection != prevAttachState.getSection()) { in applySections()
1334 finalSection = prevAttachState.getSection(); in applySections()