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 ) 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 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 rememberSnapFlingBehavior( stable lazyListState: LazyListState ): FlingBehavior fun rememberSnapFlingBehavior( snapLayoutInfoProvider: SnapLayoutInfoProvider ): SnapFlingBehavior fun collectIsDraggedAsState( stable : InteractionSource ): State fun collectIsFocusedAsState( stable : InteractionSource ): State fun collectIsHoveredAsState( stable : InteractionSource ): State fun collectIsPressedAsState( stable : InteractionSource ): State 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 beyondBoundsItemCount: Int = @static 0 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 stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable beyondBoundsItemCount: Int stable horizontalAlignment: Horizontal? = @static null stable verticalAlignment: Vertical? = @static null stable horizontalArrangement: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null ): @[ExtensionFunctionType] Function2 fun lazyListBeyondBoundsModifier( stable : Modifier stable state: LazyListState stable beyondBoundsItemCount: Int stable reverseLayout: Boolean stable orientation: Orientation ): Modifier fun rememberLazyListItemProvider( stable state: LazyListState stable content: @[ExtensionFunctionType] Function1 ): LazyListItemProvider restartable fun Item( stable index: Int unstable key: Any stable : LazyListItemProviderImpl ) fun rememberLazyListSemanticState( stable state: LazyListState stable isVertical: Boolean ): LazyLayoutSemanticState fun rememberLazyListState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyListState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyGrid( stable modifier: Modifier? = @static Companion stable state: LazyGridState stable slots: @[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 slots: @[ExtensionFunctionType] Function2 stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable horizontalArrangement: Horizontal? = @static null stable verticalArrangement: Vertical? = @static null ): @[ExtensionFunctionType] Function2 fun lazyGridBeyondBoundsModifier( stable : Modifier stable state: LazyGridState stable reverseLayout: Boolean stable orientation: Orientation ): Modifier 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 rememberLazyGridItemProvider( stable state: LazyGridState stable content: @[ExtensionFunctionType] Function1 ): LazyGridItemProvider restartable fun Item( stable index: Int unstable key: Any stable : LazyGridItemProviderImpl ) fun rememberLazyGridState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyGridState fun rememberLazyGridSemanticState( stable state: LazyGridState stable reverseScrolling: Boolean ): LazyLayoutSemanticState 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 SkippableItem( stable itemProvider: LazyLayoutItemProvider stable saveableStateHolder: StableValue stable index: Int stable key: StableValue ) restartable fun LazyLayoutPinnableItem( unstable key: Any? stable index: Int unstable pinnedItemList: LazyLayoutPinnedItemList stable content: Function2 ) fun lazyLayoutSemantics( stable : Modifier stable itemProvider: LazyLayoutItemProvider state: LazyLayoutSemanticState stable orientation: Orientation stable userScrollEnabled: Boolean stable reverseScrolling: Boolean ): Modifier restartable skippable scheme("[0, [0]]") fun LazySaveableStateHolderProvider( stable content: Function3 ) restartable fun SaveableStateProvider( unstable key: Any stable content: Function2 unstable : LazySaveableStateHolder ) restartable scheme("[androidx.compose.ui.UiComposable]") fun LazyStaggeredGrid( unstable state: LazyStaggeredGridState stable orientation: Orientation stable slots: @[ExtensionFunctionType] Function2 stable modifier: Modifier? = @static Companion stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean = @static true stable mainAxisSpacing: Dp = @static 0.dp stable crossAxisSpacing: Dp = @static 0.dp stable content: @[ExtensionFunctionType] Function1 ) restartable fun ScrollPositionUpdater( stable itemProvider: LazyLayoutItemProvider unstable state: LazyStaggeredGridState ) fun lazyStaggeredGridBeyondBoundsModifier( stable : Modifier unstable state: LazyStaggeredGridState stable reverseLayout: Boolean stable orientation: Orientation ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyVerticalStaggeredGrid( stable columns: StaggeredGridCells stable modifier: Modifier? = @static Companion unstable state: LazyStaggeredGridState? = @dynamic rememberLazyStaggeredGridState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable verticalItemSpacing: Dp = @static 0.dp stable horizontalArrangement: Horizontal? = @static Arrangement.spacedBy(0.dp) stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) fun rememberColumnSlots( stable columns: StaggeredGridCells stable horizontalArrangement: Horizontal stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2 restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyHorizontalStaggeredGrid( stable rows: StaggeredGridCells stable modifier: Modifier? = @static Companion unstable state: LazyStaggeredGridState? = @dynamic rememberLazyStaggeredGridState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable verticalArrangement: Vertical? = @static Arrangement.spacedBy(0.dp) stable horizontalItemSpacing: Dp = @static 0.dp stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b0110) stable userScrollEnabled: Boolean = @static true stable content: @[ExtensionFunctionType] Function1 ) fun rememberRowSlots( stable rows: StaggeredGridCells stable verticalArrangement: Vertical stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2 fun rememberStaggeredGridItemProvider( unstable state: LazyStaggeredGridState stable content: @[ExtensionFunctionType] Function1 ): LazyStaggeredGridItemProvider restartable fun Item( stable index: Int unstable key: Any stable : LazyStaggeredGridItemProviderImpl ) fun rememberStaggeredGridMeasurePolicy( unstable state: LazyStaggeredGridState stable itemProvider: LazyStaggeredGridItemProvider stable contentPadding: PaddingValues stable reverseLayout: Boolean stable orientation: Orientation stable mainAxisSpacing: Dp stable crossAxisSpacing: Dp stable slots: @[ExtensionFunctionType] Function2 ): @[ExtensionFunctionType] Function2 fun rememberLazyStaggeredGridSemanticState( unstable state: LazyStaggeredGridState stable reverseScrolling: Boolean ): LazyLayoutSemanticState fun rememberLazyStaggeredGridState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): LazyStaggeredGridState restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Pager( stable modifier: Modifier stable state: PagerState stable contentPadding: PaddingValues stable reverseLayout: Boolean stable orientation: Orientation stable flingBehavior: SnapFlingBehavior stable userScrollEnabled: Boolean stable beyondBoundsPageCount: Int = @static 0 stable pageSpacing: Dp = @static 0.dp stable pageSize: PageSize unstable pageNestedScrollConnection: NestedScrollConnection stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? stable horizontalAlignment: Horizontal stable verticalAlignment: Vertical stable pageContent: @[ExtensionFunctionType] Function4 ) restartable fun Item( stable index: Int unstable key: Any stable : PagerLazyLayoutItemProvider ) scheme("[0, [0]]") fun rememberPagerItemProvider( stable state: PagerState stable pageContent: @[ExtensionFunctionType] Function4 stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? stable pageCount: Function0 ): PagerLazyLayoutItemProvider restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun HorizontalPager( stable state: PagerState stable modifier: Modifier? = @static Companion stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable pageSize: PageSize? = @static Fill stable beyondBoundsPageCount: Int = @static 0 stable pageSpacing: Dp = @static 0.dp stable verticalAlignment: Vertical? = @static Companion.CenterVertically stable flingBehavior: SnapFlingBehavior? = @dynamic PagerDefaults.flingBehavior(state, null, null, null, null, (0.0f), 0.0f, $composer, 0b110000000000000000000000 or 0b1110 and $dirty, 0b01111110) stable userScrollEnabled: Boolean = @static true stable reverseLayout: Boolean = @static false stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? = @static null unstable pageNestedScrollConnection: NestedScrollConnection? = @dynamic remember(state, { PagerDefaults . pageNestedScrollConnection ( state , Orientation . Horizontal ) } , $composer, 0b1110 and $dirty) stable pageContent: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun HorizontalPager( stable pageCount: Int stable modifier: Modifier? = @static Companion stable state: PagerState? = @dynamic rememberPagerState(0, 0.0f, remember(pageCount, { { pageCount } } , $composer, 0b1110 and $dirty), $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable pageSize: PageSize? = @static Fill stable beyondBoundsPageCount: Int = @static 0 stable pageSpacing: Dp = @static 0.dp stable verticalAlignment: Vertical? = @static Companion.CenterVertically stable flingBehavior: SnapFlingBehavior? = @dynamic PagerDefaults.flingBehavior(state, null, null, null, null, (0.0f), 0.0f, $composer, 0b110000000000000000000000 or 0b1110 and $dirty shr 0b0110, 0b01111110) stable userScrollEnabled: Boolean = @static true stable reverseLayout: Boolean = @static false stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? = @static null unstable pageNestedScrollConnection: NestedScrollConnection? = @dynamic remember(state, { PagerDefaults . pageNestedScrollConnection ( state , Orientation . Horizontal ) } , $composer, 0b1110 and $dirty shr 0b0110) stable pageContent: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun VerticalPager( stable state: PagerState stable modifier: Modifier? = @static Companion stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable pageSize: PageSize? = @static Fill stable beyondBoundsPageCount: Int = @static 0 stable pageSpacing: Dp = @static 0.dp stable horizontalAlignment: Horizontal? = @static Companion.CenterHorizontally stable flingBehavior: SnapFlingBehavior? = @dynamic PagerDefaults.flingBehavior(state, null, null, null, null, (0.0f), 0.0f, $composer, 0b110000000000000000000000 or 0b1110 and $dirty, 0b01111110) stable userScrollEnabled: Boolean = @static true stable reverseLayout: Boolean = @static false stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? = @static null unstable pageNestedScrollConnection: NestedScrollConnection? = @dynamic remember(state, { PagerDefaults . pageNestedScrollConnection ( state , Orientation . Vertical ) } , $composer, 0b1110 and $dirty) stable pageContent: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun VerticalPager( stable pageCount: Int stable modifier: Modifier? = @static Companion stable state: PagerState? = @dynamic rememberPagerState(0, 0.0f, remember(pageCount, { { pageCount } } , $composer, 0b1110 and $dirty), $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable pageSize: PageSize? = @static Fill stable beyondBoundsPageCount: Int = @static 0 stable pageSpacing: Dp = @static 0.dp stable horizontalAlignment: Horizontal? = @static Companion.CenterHorizontally stable flingBehavior: SnapFlingBehavior? = @dynamic PagerDefaults.flingBehavior(state, null, null, null, null, (0.0f), 0.0f, $composer, 0b110000000000000000000000 or 0b1110 and $dirty shr 0b0110, 0b01111110) stable userScrollEnabled: Boolean = @static true stable reverseLayout: Boolean = @static false stable key: Function1<@[ParameterName(name = 'index')] Int, Any>? = @static null unstable pageNestedScrollConnection: NestedScrollConnection? = @dynamic remember(state, { PagerDefaults . pageNestedScrollConnection ( state , Orientation . Vertical ) } , $composer, 0b1110 and $dirty shr 0b0110) stable pageContent: @[ExtensionFunctionType] Function4 ) fun flingBehavior( stable state: PagerState stable pagerSnapDistance: PagerSnapDistance? = @dynamic Companion.atMost(1) unstable lowVelocityAnimationSpec: AnimationSpec? = @dynamic val tmp0_easing = LinearEasing val tmp1_durationMillis = LowVelocityAnimationDefaultDuration tween( durationMillis = tmp1_durationMillis @ androidx.compose.foundation.pager.PagerDefaults.flingBehavior , easing = tmp0_easing @ androidx.compose.foundation.pager.PagerDefaults.flingBehavior ) unstable highVelocityAnimationSpec: DecayAnimationSpec? = @dynamic rememberSplineBasedDecay($composer, 0) unstable snapAnimationSpec: AnimationSpec? = @static spring( stiffness = Spring . StiffnessMediumLow ) stable snapVelocityThreshold: Dp = @static MinFlingVelocityDp stable snapPositionalThreshold: Float = @static 0.5f unused stable : PagerDefaults ): SnapFlingBehavior fun pagerSemantics( stable : Modifier stable state: PagerState stable isVertical: Boolean ): Modifier fun pagerBeyondBoundsModifier( stable : Modifier stable state: PagerState stable beyondBoundsPageCount: Int stable reverseLayout: Boolean stable orientation: Orientation ): Modifier fun rememberPagerMeasurePolicy( stable itemProvider: PagerLazyLayoutItemProvider stable state: PagerState stable contentPadding: PaddingValues stable reverseLayout: Boolean stable orientation: Orientation stable beyondBoundsPageCount: Int stable pageSpacing: Dp stable pageSize: PageSize stable horizontalAlignment: Horizontal? stable verticalAlignment: Vertical? stable pageCount: Function0 ): @[ExtensionFunctionType] Function2 fun rememberPagerSemanticState( stable state: PagerState stable itemProvider: LazyLayoutItemProvider stable reverseScrolling: Boolean stable isVertical: Boolean ): LazyLayoutSemanticState fun rememberPagerState( stable initialPage: Int = @static 0 stable initialPageOffsetFraction: Float = @static 0.0f stable pageCount: Function0 ): PagerState fun rememberPagerState( stable initialPage: Int = @static 0 stable initialPageOffsetFraction: Float = @static 0.0f ): PagerState 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]") fun BasicText( stable text: String stable modifier: Modifier? = @static Companion stable style: TextStyle? = @static Companion.Default stable onTextLayout: Function1? = @static null stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 unstable color: ColorProducer? = @static null ) 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 null stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 unstable inlineContent: Map? = @static mapOf() unstable color: ColorProducer? = @static null ) 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 null 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 null stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @static mapOf() ) 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 null stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 ) 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 null stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 unstable inlineContent: Map? = @static 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 = @dynamic if (singleLine) { 1 } else { Companion . MAX_VALUE } stable minLines: Int = @static 1 stable visualTransformation: VisualTransformation? = @static Companion.None stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable cursorBrush: Brush? = @static 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 = @dynamic if (singleLine) { 1 } else { Companion . MAX_VALUE } stable minLines: Int = @static 1 stable visualTransformation: VisualTransformation? = @static Companion.None stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable cursorBrush: Brush? = @static 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, [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? = @static SolidColor(Companion.Black) stable decorationBox: Function3<@[ParameterName(name = 'innerTextField')] Function2, Composer, Int, Unit>? = @static ComposableSingletons$BasicTextFieldKt.lambda-3 ) 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? = @static SolidColor(Companion.Black) stable decorationBox: Function3<@[ParameterName(name = 'innerTextField')] Function2, Composer, Int, Unit>? = @static ComposableSingletons$BasicTextFieldKt.lambda-4 ) 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 skippable scheme("[androidx.compose.ui.UiComposable]") fun ClickableText( stable text: AnnotatedString stable onHover: Function1 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 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? = @static SolidColor(Companion.Unspecified) stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static DefaultMinLines 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 fun SelectionToolbarAndHandles( unstable manager: TextFieldSelectionManager stable show: Boolean ) restartable 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 fun TextFieldSelectionHandle( stable isStartHandle: Boolean stable direction: ResolvedTextDirection unstable manager: TextFieldSelectionManager ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Representation( stable state: ContextMenuState unstable items: List stable : DefaultContextMenuRepresentation ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun MenuItemContent( stable itemHoverColor: Color stable onClick: Function0 stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ContextMenuArea( stable items: Function0> stable state: ContextMenuState? = @static remember({ ContextMenuState ( ) } , $composer, 0) stable enabled: Boolean = @static true stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun ContextMenuDataProvider( stable items: Function0> stable content: Function2 ) restartable scheme("[0, [0]]") fun ContextMenuDataProvider( unstable data: ContextMenuData stable content: Function2 ) readonly fun _isSystemInDarkTheme() fun rememberOverscrollEffect() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun VerticalScrollbar( adapter: ScrollbarAdapter stable modifier: Modifier? = @static Companion stable reverseLayout: Boolean = @static false stable style: ScrollbarStyle? = @dynamic LocalScrollbarStyle.($composer, 0b0110) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalScrollbar( adapter: ScrollbarAdapter stable modifier: Modifier? = @static Companion stable reverseLayout: Boolean = @static false stable style: ScrollbarStyle? = @dynamic LocalScrollbarStyle.($composer, 0b0110) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrollbar( adapter: ScrollbarAdapter stable modifier: Modifier? = @static Companion stable reverseLayout: Boolean stable style: ScrollbarStyle stable interactionSource: MutableInteractionSource stable isVertical: Boolean ) fun rememberScrollbarAdapter( stable scrollState: ScrollState ): ScrollbarAdapter fun rememberScrollbarAdapter( stable scrollState: LazyListState ): ScrollbarAdapter restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BoxWithTooltip( stable tooltip: Function2 stable modifier: Modifier? = @static Companion unused stable contentAlignment: Alignment? = @static Companion.TopStart unused stable propagateMinConstraints: Boolean = @static false stable delay: Int = @static 500 tooltipPlacement: TooltipPlacement? = @dynamic CursorPoint( offset = DpOffset ( 0 . dp , 16 . dp ) ) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TooltipArea( stable tooltip: Function2 stable modifier: Modifier? = @static Companion stable delayMillis: Int = @static 500 tooltipPlacement: TooltipPlacement? = @dynamic CursorPoint( offset = DpOffset ( 0 . dp , 16 . dp ) ) stable content: Function2 ) fun positionProvider( stable : CursorPoint ): PopupPositionProvider fun positionProvider( stable : ComponentRect ): PopupPositionProvider restartable skippable fun LazyLayoutPrefetcher( unused stable prefetchState: LazyLayoutPrefetchState unused unstable itemContentFactory: LazyLayoutItemContentFactory unused subcomposeLayoutState: SubcomposeLayoutState ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ContextMenuArea( unstable manager: TextFieldSelectionManager stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ContextMenuArea( unstable manager: SelectionManager stable content: Function2 ) restartable skippable fun OpenMenuAdjuster( stable state: ContextMenuState stable adjustAction: Function1 ) fun contextMenuItems( unstable : TextFieldSelectionManager ): Function0> fun contextMenuItems( unstable : SelectionManager ): Function0> restartable skippable fun CursorHandle( unused stable handlePosition: Offset unused stable modifier: Modifier unused stable content: Function2? ) restartable skippable fun SelectionHandle( unused stable position: Offset unused stable isStartHandle: Boolean unused stable direction: ResolvedTextDirection unused stable handlesCrossed: Boolean unused stable modifier: Modifier unused stable content: Function2? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun WindowDraggableArea( stable : WindowScope stable modifier: Modifier? = @static Companion stable content: Function2? = @static ComposableSingletons$WindowDraggableArea_desktopKt.lambda-1 )