inline scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ConstraintLayout( stable modifier: Modifier? = @static Companion stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable content: @[ExtensionFunctionType] Function3 ) inline scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ConstraintLayout( stable constraintSet: ConstraintSet stable modifier: Modifier? = @static Companion stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable animateChanges: Boolean = @static false unstable animationSpec: AnimationSpec? = @static tween() stable finishedAnimationListener: Function0? = @static null stable content: Function2 ) fun ConstraintSet( stable content: String stable overrideVariables: String? = @static null ): ConstraintSet restartable scheme("[androidx.compose.ui.UiComposable]") fun drawDebugBounds( stable : BoxScope stable forcedScaleFactor: Float unstable : Measurer ) restartable scheme("[androidx.compose.ui.UiComposable]") fun createDesignElements( unstable : Measurer ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MotionCarousel( stable motionScene: MotionScene stable initialSlotIndex: Int stable numSlots: Int stable backwardTransition: String? = @static "backward" stable forwardTransition: String? = @static "forward" stable slotPrefix: String? = @static "slot" stable showSlots: Boolean = @static false stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ItemHolder( stable i: Int stable slotPrefix: String stable showSlot: Boolean stable function: Function2 ) fun rememberStateOfItemsProvider( stable content: @[ExtensionFunctionType] Function1 ): State inline scheme("[androidx.compose.ui.UiComposable, [_]]") fun MotionLayout( stable start: ConstraintSet stable end: ConstraintSet stable progress: Float stable modifier: Modifier? = @static Companion stable transition: Transition? = @static null stable debugFlags: DebugFlags = @static Companion.None stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable content: @[ExtensionFunctionType] Function3 ) inline scheme("[androidx.compose.ui.UiComposable, [_]]") fun MotionLayout( stable motionScene: MotionScene stable progress: Float stable modifier: Modifier? = @static Companion stable transitionName: String? = @static "default" stable debugFlags: DebugFlags = @static Companion.None stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable content: @[ExtensionFunctionType] Function3 ) inline scheme("[androidx.compose.ui.UiComposable, [_]]") fun MotionLayout( stable motionScene: MotionScene stable constraintSetName: String? unstable animationSpec: AnimationSpec stable modifier: Modifier? = @static Companion stable finishedAnimationListener: Function0? = @static null stable debugFlags: DebugFlags = @static Companion.None stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MotionLayoutCore( stable motionScene: MotionScene stable constraintSetName: String? unstable animationSpec: AnimationSpec stable modifier: Modifier? = @static Companion stable finishedAnimationListener: Function0? = @static null stable debugFlags: DebugFlags = @static Companion.None stable optimizationLevel: Int = @dynamic Optimizer.OPTIMIZATION_STANDARD stable contentTracker: State compositionSource: Ref stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MotionLayoutCore( stable motionScene: MotionScene stable progress: Float stable transitionName: String stable optimizationLevel: Int stable debugFlags: DebugFlags stable modifier: Modifier stable contentTracker: State compositionSource: Ref stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MotionLayoutCore( stable start: ConstraintSet stable end: ConstraintSet stable transition: Transition? stable progress: Float informationReceiver: LayoutInformationReceiver? stable optimizationLevel: Int stable showBounds: Boolean stable showPaths: Boolean stable showKeyPositions: Boolean stable modifier: Modifier stable contentTracker: State compositionSource: Ref stable content: @[ExtensionFunctionType] Function3 ) fun motionProperties( stable id: String unstable : MotionLayoutScope ): State restartable skippable fun UpdateWithForcedIfNoUserChange( motionProgress: MotionProgress informationReceiver: LayoutInformationReceiver? ) fun createAndUpdateMotionProgress( stable progress: Float ): MotionProgress fun MotionScene( stable content: String ): MotionScene fun rememberCarouselSwipeableState( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): CarouselSwipeableState fun rememberCarouselSwipeableStateFor( value: T stable onValueChange: Function1 unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec ): CarouselSwipeableState