fun rememberOverscrollEffect() fun isComposeRootInScrollableContainer() readonly fun _isSystemInDarkTheme() inline fun excludeFromSystemGestureQ( stable exclusion: Function1? ): Modifier fun platformScrollConfig() restartable fun LazyLayoutPrefetcher( stable prefetchState: LazyLayoutPrefetchState unstable itemContentFactory: LazyLayoutItemContentFactory subcomposeLayoutState: SubcomposeLayoutState ) fun rememberDefaultBringIntoViewParent() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CursorHandle( stable handlePosition: Offset stable modifier: Modifier stable content: Function2? ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DefaultCursorHandle( stable modifier: Modifier ) restartable skippable scheme("[0, [0]]") fun ContextMenuArea( unused unstable manager: TextFieldSelectionManager stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun ContextMenuArea( unused unstable manager: SelectionManager stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SelectionHandle( stable position: Offset stable isStartHandle: Boolean stable direction: ResolvedTextDirection stable handlesCrossed: Boolean stable modifier: Modifier stable content: Function2? ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DefaultSelectionHandle( stable modifier: Modifier stable isStartHandle: Boolean stable direction: ResolvedTextDirection stable handlesCrossed: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun HandlePopup( stable position: Offset stable handleReferencePoint: HandleReferencePoint stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Canvas( stable modifier: Modifier stable onDraw: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Canvas( stable modifier: Modifier stable contentDescription: String stable onDraw: @[ExtensionFunctionType] Function1 ) restartable fun PressedInteractionSourceDisposableEffect( stable interactionSource: MutableInteractionSource stable pressedInteraction: MutableState unstable currentKeyPressInteractions: MutableMap ) readonly fun isSystemInDarkTheme() scheme("[androidx.compose.ui.UiComposable]") 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 ) scheme("[androidx.compose.ui.UiComposable]") 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 ) scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable]") 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 overscrollEffect( unused stable : ScrollableDefaults ): OverscrollEffect fun pointerScrollable( stable : Modifier stable interactionSource: MutableInteractionSource? stable orientation: Orientation stable reverseDirection: Boolean controller: ScrollableState stable flingBehavior: FlingBehavior? stable overscrollEffect: OverscrollEffect? 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 fun lazyListBeyondBoundsModifier( stable : Modifier stable state: LazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo stable reverseLayout: Boolean ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable]") 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 userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") 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 userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable]") fun LazyList( stable modifier: Modifier stable state: LazyListState stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable flingBehavior: FlingBehavior stable userScrollEnabled: Boolean stable horizontalAlignment: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null stable verticalAlignment: Vertical? = @static null stable horizontalArrangement: Horizontal? = @static null stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun ScrollPositionUpdater( stable itemProvider: LazyListItemProvider stable state: LazyListState ) fun rememberLazyListMeasurePolicy( stable itemProvider: LazyListItemProvider stable state: LazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo stable overscrollEffect: OverscrollEffect 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 ): @[ExtensionFunctionType] Function2 fun Item( stable index: Int stable : ) fun rememberLazyListItemProvider( stable state: LazyListState stable content: @[ExtensionFunctionType] Function1 ): LazyListItemProvider restartable skippable fun Item( stable index: Int stable : LazyListItemProviderImpl ) fun lazyListPinningModifier( stable : Modifier stable state: LazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo ): Modifier fun rememberLazyListState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyListState fun lazyListSemantics( stable : Modifier stable itemProvider: LazyListItemProvider stable state: LazyListState unstable coroutineScope: CoroutineScope stable isVertical: Boolean stable reverseScrolling: Boolean stable userScrollEnabled: Boolean ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyGrid( stable modifier: Modifier? = @static Companion stable state: LazyGridState stable slotSizesSums: @[ExtensionFunctionType] Function2> stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable isVertical: Boolean stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean stable verticalArrangement: Vertical stable horizontalArrangement: Horizontal stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun ScrollPositionUpdater( stable itemProvider: LazyGridItemProvider stable state: LazyGridState ) fun rememberLazyGridMeasurePolicy( stable itemProvider: LazyGridItemProvider stable state: LazyGridState stable overscrollEffect: OverscrollEffect stable slotSizesSums: @[ExtensionFunctionType] Function2> stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable horizontalArrangement: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null unstable placementAnimator: LazyGridItemPlacementAnimator ): @[ExtensionFunctionType] Function2 restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyVerticalGrid( stable columns: GridCells stable modifier: Modifier? = @static Companion stable state: LazyGridState? = @dynamic rememberLazyGridState(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 horizontalArrangement: Horizontal? = @static Arrangement.Start stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyHorizontalGrid( stable rows: GridCells stable modifier: Modifier? = @static Companion stable state: LazyGridState? = @dynamic rememberLazyGridState(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 verticalArrangement: Vertical? = @static Arrangement.Top stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) fun rememberColumnWidthSums( stable columns: GridCells stable horizontalArrangement: Horizontal stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2> fun rememberRowHeightSums( stable rows: GridCells stable verticalArrangement: Vertical stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2> fun Item( stable index: Int stable : ) fun rememberLazyGridItemProvider( stable state: LazyGridState stable content: @[ExtensionFunctionType] Function1 ): LazyGridItemProvider restartable skippable fun Item( stable index: Int stable : LazyGridItemProviderImpl ) fun rememberLazyGridState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyGridState fun lazyGridSemantics( stable : Modifier stable itemProvider: LazyGridItemProvider stable state: LazyGridState unstable coroutineScope: CoroutineScope stable isVertical: Boolean stable reverseScrolling: Boolean stable userScrollEnabled: Boolean ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun LazyLayout( stable itemProvider: LazyLayoutItemProvider stable modifier: Modifier? = @static Companion stable prefetchState: LazyLayoutPrefetchState? = @static null stable measurePolicy: @[ExtensionFunctionType] Function2 ) restartable skippable fun Item( stable index: Int stable : DefaultLazyLayoutItemsProvider ) restartable skippable fun Item( stable index: Int stable : DefaultDelegatingLazyLayoutItemProvider ) fun rememberLazyNearestItemsRangeState( stable firstVisibleItemIndex: Function0 stable slidingWindowSize: Function0 stable extraItemCount: Function0 ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]]") 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({ MutableInteractionSource ( ) } , $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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]]") 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({ MutableInteractionSource ( ) } , $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 scheme("[androidx.compose.ui.UiComposable]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun InlineChildren( stable text: AnnotatedString unstable inlineContents: List>> ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]]") 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 scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CoreTextFieldRootBox( stable modifier: Modifier unstable manager: TextFieldSelectionManager stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SelectionToolbarAndHandles( unstable manager: TextFieldSelectionManager stable show: Boolean ) restartable scheme("[androidx.compose.ui.UiComposable]") fun TextFieldCursorHandle( unstable manager: TextFieldSelectionManager ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SelectionContainer( stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun DisableSelection( stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SelectionContainer( stable modifier: Modifier? = @static Companion stable selection: Selection? stable onSelectionChange: Function1 stable children: Function2 ) fun rememberAnimatedMagnifierPosition( stable targetCalculation: Function0 ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SimpleLayout( stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun TextFieldSelectionHandle( stable isStartHandle: Boolean stable direction: ResolvedTextDirection unstable manager: TextFieldSelectionManager )