Home
last modified time | relevance | path

Searched defs:currentLine (Results 1 – 7 of 7) sorted by relevance

/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAccessibilityIterators.android.kt366 val currentLine = layoutResult.getLineForOffset(current) in following() constant
393 val currentLine = layoutResult.getLineForOffset(current) in preceding() constant
463 val currentLine = layoutResult.getLineForOffset(start) in following() constant
498 val currentLine = layoutResult.getLineForOffset(end) in preceding() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridSpanLayoutProvider.kt96 var currentLine = bucketIndex * bucketSize in getLineConfiguration() variable
194 var currentLine = lowerBoundBucket * bucketSize in getLineIndexOfItem() variable
DLazyGridLayoutInfo.kt103 val currentLine = lineOf(lineStartIndex) in visibleLinesAverageMainAxisSize() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt361 val currentLine = getLineForOffset(currentOffset) in getLineStartByOffsetForLayout() constant
368 val currentLine = getLineForOffset(currentOffset) in getLineEndByOffsetForLayout() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt282 val currentLine = getLineForOffset(currentOffset) in getLineStartByOffsetForLayout() constant
289 val currentLine = getLineForOffset(currentOffset) in getLineEndByOffsetForLayout() constant
DSelectionLayout.kt714 getLineForOffset(offset).let { currentLine -> in shouldRecomputeSelection() method
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/grid/
DLazyGridLayoutInfoTest.kt563 var currentLine = startIndex / cells in assertVisibleItems() variable