Home
last modified time | relevance | path

Searched defs:initialSize (Results 1 – 8 of 8) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/collection/
DMutableVector.kt666 val initialSize = size in <lambda>() constant
677 val initialSize = size in <lambda>() constant
691 val initialSize = size in <lambda>() constant
758 val initialSize = size in <lambda>() constant
/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimatedContentSamples.kt157 SizeTransform { initialSize, targetSize -> in AnimatedContentTransitionSpecSample() method
227 SizeTransform { initialSize, targetSize -> in TransitionExtensionAnimatedContentSample() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/platform/
DAndroidWindowInfo.android.kt71 val initialSize = onInitializeContainerSize?.invoke() ?: IntSize.Zero constant
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/layoutanimation/
DShrineCartDemo.kt93 SizeTransform { initialSize, targetSize -> in <lambda>() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DFloatingActionButtonMenu.kt472 val initialSize = remember(containerSize) { containerSize(0f) } in ToggleFloatingActionButton() constant
DSwitch.kt222 private var initialSize: Float = Float.NaN variable in androidx.compose.material3.ThumbNode
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimatedContentTest.kt121 SizeTransform { initialSize, targetSize -> in <lambda>() method
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/list/
DLazyListTest.kt2029 val initialSize = IntSize(200, 200) in <lambda>() constant