Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/
DLazyLayoutKeyIndexMap.kt55 private val keysStartIndex: Int constant
67 keysStartIndex = 0
71 keysStartIndex = first
85 keys[i - keysStartIndex] = key in map()
94 override fun getKey(index: Int) = keys.getOrElse(index - keysStartIndex) { null } in <lambda>()