Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAvalancheController.kt54 private val nextList: MutableList<HeadsUpEntry> = ArrayList() constant
115 if (entry in nextList) nextList.remove(entry) in update()
120 val nextIndex = nextList.indexOf(entry) in update()
121 val isOnlyNextEntry = nextIndex == 0 && nextList.size == 1 in update()
138 nextList.add(entry) in addToNext()
160 if (entry in nextList) nextList.remove(entry) in delete()
195 nextList.sort() in getDurationMs()
196 val entryList = showingList + nextList in getDurationMs()
300 if (nextList.isEmpty()) { in showNext()
307 nextList.sort() in showNext()
[all …]