fun isComposeRootInScrollableContainer() readonly fun _isSystemInDarkTheme() fun rememberOverScrollController() restartable fun LazyLayoutPrefetcher( stable prefetchPolicy: LazyLayoutPrefetchPolicy stable state: LazyLayoutState unstable itemContentFactory: LazyLayoutItemContentFactory subcomposeLayoutState: SubcomposeLayoutState ) restartable skippable fun CursorHandle( stable handlePosition: Offset stable modifier: Modifier stable content: Function2? ) restartable skippable fun DefaultCursorHandle( stable modifier: Modifier ) restartable skippable fun SelectionHandle( stable position: Offset stable isStartHandle: Boolean stable direction: ResolvedTextDirection stable handlesCrossed: Boolean stable modifier: Modifier stable content: Function2? ) restartable skippable fun DefaultSelectionHandle( stable modifier: Modifier stable isStartHandle: Boolean stable direction: ResolvedTextDirection stable handlesCrossed: Boolean ) restartable skippable fun HandlePopup( stable position: Offset stable handleReferencePoint: HandleReferencePoint stable content: Function2 ) restartable skippable fun Canvas( stable modifier: Modifier stable onDraw: @[ExtensionFunctionType] Function1 ) restartable skippable fun Canvas( stable modifier: Modifier stable contentDescription: String stable onDraw: @[ExtensionFunctionType] Function1 ) restartable skippable fun PressedInteractionSourceDisposableEffect( stable interactionSource: MutableInteractionSource stable pressedInteraction: MutableState ) readonly fun isSystemInDarkTheme() restartable fun Image( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable alignment: Alignment? = @static Companion.Center stable contentScale: ContentScale? = @static Companion.Fit stable alpha: Float = @static DefaultAlpha stable colorFilter: ColorFilter? = @static null ) restartable fun Image( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable alignment: Alignment? = @static Companion.Center stable contentScale: ContentScale? = @static Companion.Fit stable alpha: Float = @static DefaultAlpha stable colorFilter: ColorFilter? = @static null stable filterQuality: FilterQuality = @dynamic Companion.DefaultFilterQuality ) restartable skippable fun Image( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable alignment: Alignment? = @static Companion.Center stable contentScale: ContentScale? = @static Companion.Fit stable alpha: Float = @static DefaultAlpha stable colorFilter: ColorFilter? = @static null ) restartable fun Image( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable alignment: Alignment? = @static Companion.Center stable contentScale: ContentScale? = @static Companion.Fit stable alpha: Float = @static DefaultAlpha stable colorFilter: ColorFilter? = @static null ) fun rememberUpdatedInstance( unused stable interactionSource: InteractionSource unused stable : NoIndication ): IndicationInstance fun rememberUpdatedInstance( stable interactionSource: InteractionSource unused stable : DefaultDebugIndication ): IndicationInstance fun rememberScrollState( stable initial: Int = @static 0 ): ScrollState fun rememberDraggableState( stable onDelta: Function1 ): DraggableState fun flingBehavior( unused stable : ScrollableDefaults ): FlingBehavior fun touchScrollable( stable : Modifier stable interactionSource: MutableInteractionSource? stable orientation: Orientation stable reverseDirection: Boolean controller: ScrollableState stable flingBehavior: FlingBehavior? overScrollController: OverScrollController? stable enabled: Boolean ): Modifier fun rememberScrollableState( stable consumeScrollDelta: Function1 ): ScrollableState fun rememberTransformableState( stable onTransformation: Function3<@[ParameterName(name = 'zoomChange')] Float, @[ParameterName(name = 'panChange')] Offset, @[ParameterName(name = 'rotationChange')] Float, Unit> ): TransformableState fun collectIsDraggedAsState( stable : InteractionSource ): State fun collectIsFocusedAsState( stable : InteractionSource ): State fun collectIsHoveredAsState( stable : InteractionSource ): State fun collectIsPressedAsState( stable : InteractionSource ): State restartable skippable fun LazyRow( stable modifier: Modifier? = @static Companion stable state: LazyListState? = @dynamic rememberLazyListState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable horizontalArrangement: Horizontal? = @dynamic if (!reverseLayout) { Arrangement . Start } else { Arrangement . End } stable verticalAlignment: Vertical? = @static Companion.Top stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun LazyColumn( stable modifier: Modifier? = @static Companion stable state: LazyListState? = @dynamic rememberLazyListState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable verticalArrangement: Vertical? = @dynamic if (!reverseLayout) { Arrangement . Top } else { Arrangement . Bottom } stable horizontalAlignment: Horizontal? = @static Companion.Start stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun LazyVerticalGrid( stable cells: GridCells stable modifier: Modifier? = @static Companion stable state: LazyListState? = @dynamic rememberLazyListState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable verticalArrangement: Vertical? = @static Arrangement.Top stable horizontalArrangement: Horizontal? = @static Arrangement.Start stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun FixedLazyGrid( stable nColumns: Int stable modifier: Modifier? = @static Companion stable state: LazyListState stable contentPadding: PaddingValues stable verticalArrangement: Vertical stable horizontalArrangement: Horizontal stable content: @[ExtensionFunctionType] Function1 ) restartable fun ItemRow( stable nColumns: Int stable horizontalArrangement: Horizontal unstable rowContent: List, Int>> ) fun rememberLazyListState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyListState restartable skippable fun LazyLayout( stable itemsProvider: Function0 stable modifier: Modifier? = @static Companion stable state: LazyLayoutState? = @dynamic rememberLazyLayoutState($composer, 0) stable prefetchPolicy: LazyLayoutPrefetchPolicy? = @static null stable measurePolicy: LazyMeasurePolicy ) fun rememberItemContentFactory( stable state: LazyLayoutState ): LazyLayoutItemContentFactory fun rememberLazyLayoutPrefetchPolicy() fun rememberLazyLayoutState() restartable skippable fun LazyList( stable modifier: Modifier stable state: LazyListState stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable flingBehavior: FlingBehavior stable horizontalAlignment: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null stable verticalAlignment: Vertical? = @static null stable horizontalArrangement: Horizontal? = @static null stable content: @[ExtensionFunctionType] Function1 ) fun rememberLazyListMeasurePolicy( stable stateOfItemsProvider: State itemScope: Ref stable state: LazyListState overScrollController: OverScrollController stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable horizontalAlignment: Horizontal? = @static null stable verticalAlignment: Vertical? = @static null stable horizontalArrangement: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null unstable placementAnimator: LazyListItemPlacementAnimator ): LazyMeasurePolicy fun rememberStateOfItemsProvider( stable state: LazyListState stable content: @[ExtensionFunctionType] Function1 itemScope: Ref ): State restartable skippable fun BasicText( stable text: String stable modifier: Modifier? = @static Companion stable style: TextStyle? = @static Companion.Default stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable fun BasicText( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable style: TextStyle? = @static Companion.Default stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @dynamic mapOf() ) restartable skippable fun BasicTextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @static Companion.Default stable keyboardOptions: KeyboardOptions? = @static Companion.Default stable keyboardActions: KeyboardActions? = @static Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable visualTransformation: VisualTransformation? = @static Companion.None stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable cursorBrush: Brush? = @dynamic SolidColor(Companion.Black) stable decorationBox: Function3<@[ParameterName(name = 'innerTextField')] Function2, Composer, Int, Unit>? = @static ComposableSingletons$BasicTextFieldKt.lambda-1 ) restartable skippable fun BasicTextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @static Companion.Default stable keyboardOptions: KeyboardOptions? = @static Companion.Default stable keyboardActions: KeyboardActions? = @static Companion.Default stable singleLine: Boolean = @static false stable maxLines: Int = @static Companion.MAX_VALUE stable visualTransformation: VisualTransformation? = @static Companion.None stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable cursorBrush: Brush? = @dynamic SolidColor(Companion.Black) stable decorationBox: Function3<@[ParameterName(name = 'innerTextField')] Function2, Composer, Int, Unit>? = @static ComposableSingletons$BasicTextFieldKt.lambda-2 ) restartable skippable fun ClickableText( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable style: TextStyle? = @static Companion.Default stable softWrap: Boolean = @static true stable overflow: TextOverflow = @static Companion.Clip stable maxLines: Int = @static Companion.MAX_VALUE stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable onClick: Function1 ) restartable fun InlineChildren( stable text: AnnotatedString unstable inlineContents: List>> ) restartable skippable fun CoreTextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable textStyle: TextStyle? = @static Companion.Default stable visualTransformation: VisualTransformation? = @static Companion.None stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable interactionSource: MutableInteractionSource? = @static null stable cursorBrush: Brush? = @dynamic SolidColor(Companion.Unspecified) stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable imeOptions: ImeOptions? = @dynamic Companion.Default stable keyboardActions: KeyboardActions? = @static Companion.Default stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable decorationBox: Function3<@[ParameterName(name = 'innerTextField')] Function2, Composer, Int, Unit>? = @static ComposableSingletons$CoreTextFieldKt.lambda-1 ) restartable fun SelectionToolbarAndHandles( unstable manager: TextFieldSelectionManager stable show: Boolean ) restartable fun TextFieldCursorHandle( unstable manager: TextFieldSelectionManager ) fun rememberAnimatedDerivedStateOf( unstable typeConverter: TwoWayConverter visibilityThreshold: T? = @static null unstable animationSpec: AnimationSpec? = @dynamic SpringSpec( visibilityThreshold = visibilityThreshold ) stable targetCalculation: Function0 ): State restartable skippable fun SelectionContainer( stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable fun DisableSelection( stable content: Function2 ) restartable skippable fun SelectionContainer( stable modifier: Modifier? = @static Companion stable selection: Selection? stable onSelectionChange: Function1 stable children: Function2 ) restartable skippable fun SimpleLayout( stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable fun TextFieldSelectionHandle( stable isStartHandle: Boolean stable direction: ResolvedTextDirection unstable manager: TextFieldSelectionManager )