restartable fun UpdateFontIfNeeded( stable fontFamily: FontFamily? stable fontWeight: FontWeight? stable fontStyle: FontStyle? stable fontSynthesis: FontSynthesis? unstable : CurvedTextDelegate ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SubComposition( unstable : CurvedTextChild ) 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 ) 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 ) 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