Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DListEntry.java36 private final ListAttachState mPreviousAttachState = ListAttachState.create();
37 private final ListAttachState mAttachState = ListAttachState.create();
89 ListAttachState getAttachState() { in getAttachState()
93 ListAttachState getPreviousAttachState() { in getPreviousAttachState()
H A DListAttachState.kt26 data class ListAttachState private constructor( dataClass
59 fun clone(other: ListAttachState) {
78 fun create(): ListAttachState {
79 return ListAttachState(
H A DShadeListBuilder.java805 final ListAttachState curr = entry.getAttachState(); in logAttachStateChanges()
806 final ListAttachState prev = entry.getPreviousAttachState(); in logAttachStateChanges()
977 final ListAttachState prevAttachState = entry.getPreviousAttachState(); in applySections()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DEntryUtil.kt34 fun getAttachState(entry: ListEntry): ListAttachState {