Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java35 private final ListAttachState mAttachState = ListAttachState.create(); field in ListEntry
68 return mAttachState.getParent(); in getParent()
72 mAttachState.setParent(parent); in setParent()
80 return mAttachState.getSection(); in getSection()
84 return mAttachState.getSection() != null ? mAttachState.getSection().getIndex() : -1; in getSectionIndex()
88 return mAttachState; in getAttachState()
100 mPreviousAttachState.clone(mAttachState); in beginNewAttachState()
101 mAttachState.reset(); in beginNewAttachState()