Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DSemiStableSort.kt24 val preallocatedAdditions by lazy { ArrayList<Any>() } regex
122 preallocatedAdditions.clear()
123 block(preallocatedAdditions as ArrayList<T>)
124 preallocatedAdditions.clear()