Home
last modified time | relevance | path

Searched defs:currentWord (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt336 val currentWord = getWordBoundary(charOffset(currentOffset)) in getNextWordOffsetForLayout() constant
350 val currentWord = getWordBoundary(charOffset(currentOffset)) in getPrevWordOffsetForLayout() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt257 val currentWord = getWordBoundary(charOffset(currentOffset)) in getNextWordOffsetForLayout() constant
271 val currentWord = getWordBoundary(charOffset(currentOffset)) in getPrevWordOffset() constant