Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java91 ListAttachState getPreviousAttachState() { in getPreviousAttachState() method in ListEntry
108 return getPreviousAttachState().getParent() != null; in wasAttachedInPreviousPass()
H A DShadeListBuilder.java670 final GroupEntry prevParent = entry.getPreviousAttachState().getParent(); in maybeSuppressGroupChange()
1104 final ListAttachState prev = entry.getPreviousAttachState(); in logAttachStateChanges()
1271 != entry.getPreviousAttachState().getSectionIndex()) { in getStableOrderRank()
1275 final int stableIndex = entry.getPreviousAttachState().getStableIndex(); in getStableOrderRank()
1320 final ListAttachState prevAttachState = entry.getPreviousAttachState(); in applySections()