Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionAdjustment.kt192 if (!info.isExpanding(currentRawOffset, isStartHandle)) { in updateSelectionBoundary()
211 private fun SelectableInfo.isExpanding(currentRawOffset: Int, isStart: Boolean): Boolean { in SelectableInfo() method