restartable scheme("[androidx.compose.ui.UiComposable]") fun SubComposition( unstable : CurvedTextChild ) restartable fun UpdateFontIfNeeded( stable fontFamily: FontFamily? stable fontWeight: FontWeight? stable fontStyle: FontStyle? stable fontSynthesis: FontSynthesis? unstable : CurvedTextDelegate ) fun enabled( unused stable : ): Boolean restartable scheme("[androidx.compose.ui.UiComposable]") fun SubComposition( unstable : CurvedComposableChild ) restartable fun SubComposition( unstable : ContainerChild ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CurvedLayout( stable modifier: Modifier? = @static Companion stable anchor: Float = @static 270.0f stable anchorType: AnchorType = @static Companion.Center stable radialAlignment: Radial? = @static null stable angularDirection: Angular = @static Companion.Normal stable contentBuilder: @[ExtensionFunctionType] Function1 ) fun initialCurvedLayoutDirection( stable angular: Angular ): CurvedLayoutDirection restartable skippable fun SubComposition( unused unstable : CurvedChild ) restartable fun SubComposition( unstable : BaseCurvedChildWrapper ) fun rememberExpandableState( stable initiallyExpanded: Boolean = @static false unstable expandAnimationSpec: AnimationSpec? = @dynamic ExpandableItemsDefaults.expandAnimationSpec unstable collapseAnimationSpec: AnimationSpec? = @dynamic ExpandableItemsDefaults.collapseAnimationSpec ): ExpandableState restartable skippable scheme("[0, [0]]") fun HierarchicalFocusCoordinator( stable requiresFocus: Function0 stable content: Function2 ) restartable skippable fun OnFocusChange( stable onFocusChanged: @[ExtensionFunctionType] Function2 ) restartable skippable fun RequestFocusWhenActive( stable focusRequester: FocusRequester ) fun rememberActiveFocusRequester() restartable skippable scheme("[0, [0]]") fun FocusComposableImpl( stable focusEnabled: Function0 stable onFocusChanged: @[ExtensionFunctionType] Function2 stable content: Function2 ) fun rememberRevealState( stable initialValue: RevealValue = @static Companion.Covered unstable animationSpec: AnimationSpec? = @static SwipeToRevealDefaults.animationSpec stable confirmValueChange: Function1? = @static { it: RevealValue -> true } stable positionalThreshold: @[ExtensionFunctionType] Function2? = @dynamic SwipeToRevealDefaults.defaultThreshold() unstable anchors: Map? = @dynamic createAnchors() ): RevealState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SwipeToReveal( stable action: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable onFullSwipe: Function0? = @static { } unstable state: RevealState? = @dynamic rememberRevealState((0), null, null, null, null, $composer, 0, 0b00011111) stable additionalAction: @[ExtensionFunctionType] Function3? = @static null stable undoAction: @[ExtensionFunctionType] Function3? = @static null stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ActionSlot( stable : RowScope revealScope: RevealScope stable modifier: Modifier? = @static Companion stable weight: Float = @static 1.0f stable content: @[ExtensionFunctionType] Function3 ) fun rememberSwipeableV2State( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableV2Defaults.AnimationSpec stable confirmValueChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): SwipeableV2State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ScalingLazyColumn( stable modifier: Modifier? = @static Companion stable state: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues( horizontal = 10 . dp ) stable reverseLayout: Boolean = @static false stable verticalArrangement: Vertical? = @dynamic Arrangement.spacedBy(4.dp, if (!reverseLayout) { Companion . Top } else { Companion . Bottom } ) stable horizontalAlignment: Horizontal? = @static Companion.CenterHorizontally stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, ScrollableDefaults.$stable) stable userScrollEnabled: Boolean = @static true stable scalingParams: ScalingParams? = @dynamic ScalingLazyColumnDefaults.scalingParams() stable anchorType: ScalingLazyListAnchorType = @static Companion.ItemCenter stable autoCentering: AutoCenteringParams? = @static AutoCenteringParams() stable content: @[ExtensionFunctionType] Function1 ) fun snapFlingBehavior( stable state: ScalingLazyListState stable snapOffset: Dp = @static 0.dp unstable decay: DecayAnimationSpec? = @dynamic exponentialDecay() unused stable : ScalingLazyColumnDefaults ): FlingBehavior restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ScalingLazyColumnItemWrapper( stable index: Int stable state: ScalingLazyListState stable itemScope: ScalingLazyListItemScope stable content: @[ExtensionFunctionType] Function3 ) fun rememberScalingLazyListState( stable initialCenterItemIndex: Int = @static 1 stable initialCenterItemScrollOffset: Int = @static 0 ): ScalingLazyListState