Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAvalancheController.kt212 val nextEntryIndex = thisEntryIndex + 1 in getDurationMs() constant
215 if (nextEntryIndex >= entryList.size) { in getDurationMs()
219 val nextEntry = entryList[nextEntryIndex] in getDurationMs()