Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DSemiStableSort.kt25 val preallocatedMapToIndex by lazy { HashMap<Any, Int>() } regex
27 Comparator.comparingInt { item -> preallocatedMapToIndex[item] ?: -1 }
131 preallocatedMapToIndex.clear()
132 sortedItems.forEachIndexed { i, item -> preallocatedMapToIndex[item] = i }
134 preallocatedMapToIndex.clear()