Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListEntry.java93 ListAttachState getPreviousAttachState() { in getPreviousAttachState() method in ListEntry
118 return getPreviousAttachState().getParent() != null; in wasAttachedInPreviousPass()
DShadeListBuilder.java555 final GroupEntry prevParent = entry.getPreviousAttachState().getParent(); in maybeSuppressGroupChange()
750 final ListAttachState prev = entry.getPreviousAttachState(); in logAttachStateChanges()
921 final ListAttachState prevAttachState = entry.getPreviousAttachState(); in applySections()