Home
last modified time | relevance | path

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

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimationModifier.kt159 private fun targetConstraints(default: Constraints) = in targetConstraints() method in androidx.compose.animation.SizeAnimationModifierNode
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DSize.kt786 private val Density.targetConstraints: Constraints constant in androidx.compose.foundation.layout.SizeNode
829 targetConstraints.let { targetConstraints -> in measure() method