Home
last modified time | relevance | path

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

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/changelist/
DOperations.kt145 val currentSize = intArgs.size in <lambda>() constant
158 val currentSize = objectArgs.size in <lambda>() constant
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt553 private val currentSize: IntSize constant in AnimatedContentTransitionScopeImpl
664 val currentSize = IntSize(placeable.width, placeable.height) in measure() constant
DEnterExitTransition.kt1178 val currentSize = constraints.constrain(animSize?.value ?: measuredSize) in measure() constant
DAnimateBoundsModifier.kt323 var currentSize: Size = Size.Unspecified variable in androidx.compose.animation.BoundsTransformDeferredAnimation
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DWavyProgressIndicator.kt1102 private var currentSize: Size? = null variable in androidx.compose.material3.CircularShapes
1242 private var currentSize: Size = Size.Unspecified variable in androidx.compose.material3.LinearProgressDrawingCache
1606 private var currentSize: Size = Size.Unspecified variable in androidx.compose.material3.CircularProgressDrawingCache
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/spatial/
DRectList.kt103 val currentSize = itemsSize in allocateItemsIndex() constant
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedContentTest.kt1165 var currentSize = IntSize(200, 200) in <lambda>() variable