Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListEntry.java37 private final ListAttachState mAttachState = ListAttachState.create(); field in ListEntry
70 return mAttachState.getParent(); in getParent()
74 mAttachState.setParent(parent); in setParent()
82 return mAttachState.getSection(); in getSection()
86 return mAttachState.getSection() != null ? mAttachState.getSection().getIndex() : -1; in getSectionIndex()
90 return mAttachState; in getAttachState()
110 mPreviousAttachState.clone(mAttachState); in beginNewAttachState()
111 mAttachState.reset(); in beginNewAttachState()