Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/carousel/
DCarouselSwipeable.kt106 val overflow: FloatState constant
192 val overflow = newAbsolute - clamped in <lambda>() constant
193 val resistanceDelta = resistance?.computeResistance(overflow) ?: 0f in <lambda>()
195 overflowState.floatValue = overflow in <lambda>()
667 fun computeResistance(overflow: Float): Float { in computeResistance()
668 val factor = if (overflow < 0) factorAtMin else factorAtMax in computeResistance()
670 val progress = (overflow / basis).coerceIn(-1f, 1f) in computeResistance()
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/common/components/
DCardSample.kt120 overflow = TextOverflow.Ellipsis in CardSample()
127 overflow = TextOverflow.Ellipsis in CardSample()
DSearchBar.kt88 placeholder = { Text(text = placeholder, maxLines = 1, overflow = TextOverflow.Clip) }, in CommonSearchBar()
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/newmessage/
DNewMessage.kt735 overflow: TextOverflow = TextOverflow.Clip in CheapText()
743 overflow = overflow, in CheapText()