Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAvalancheController.kt202 var thisEntryIndex = -1 in getDurationMs() variable
205 thisEntryIndex = i in getDurationMs()
208 if (thisEntryIndex == -1) { in getDurationMs()
212 val nextEntryIndex = thisEntryIndex + 1 in getDurationMs()