Searched defs:maxIndex (Results 1 – 3 of 3) sorted by relevance
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/layout/ | ||
| D | LazyLayoutBeyondBoundsInfo.kt | 87 var maxIndex = beyondBoundsItems.first().end variable |
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/node/ | ||
| D | HitTestResult.kt | 299 val maxIndex: Int = size constant in androidx.compose.ui.node.HitTestResult.HitTestResultIterator |
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ | ||
| D | SelectionLayout.kt | 189 val maxIndex = getInfoListIndexBySelectableId(lastInfo.selectableId) in forEachMiddleInfo() constant |