fun platformScrollConfig() fun pointerScrollable( stable : Modifier stable orientation: Orientation stable reverseDirection: Boolean unstable controller: ScrollableState stable enabled: Boolean ): Modifier fun lazyListBeyondBoundsModifier( stable : Modifier stable state: TvLazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo stable reverseLayout: Boolean stable orientation: Orientation ): Modifier fun lazyListPinningModifier( stable : Modifier stable state: TvLazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyGrid( stable modifier: Modifier? = @static Companion stable state: TvLazyGridState stable slotSizesSums: @[ExtensionFunctionType] Function2> stable contentPadding: PaddingValues? = @static PaddingValues(0.dp) stable reverseLayout: Boolean = @static false stable isVertical: Boolean stable userScrollEnabled: Boolean stable verticalArrangement: Vertical stable horizontalArrangement: Horizontal stable pivotOffsets: PivotOffsets stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun ScrollPositionUpdater( stable itemProvider: LazyGridItemProvider stable state: TvLazyGridState ) fun rememberLazyGridMeasurePolicy( stable itemProvider: LazyGridItemProvider stable state: TvLazyGridState 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 TvLazyVerticalGrid( stable columns: TvGridCells stable modifier: Modifier? = @static Companion stable state: TvLazyGridState? = @dynamic rememberTvLazyGridState(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 userScrollEnabled: Boolean = @static true stable pivotOffsets: PivotOffsets? = @dynamic PivotOffsets() stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TvLazyHorizontalGrid( stable rows: TvGridCells stable modifier: Modifier? = @static Companion stable state: TvLazyGridState? = @dynamic rememberTvLazyGridState(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 userScrollEnabled: Boolean = @static true stable pivotOffsets: PivotOffsets? = @dynamic PivotOffsets() stable content: @[ExtensionFunctionType] Function1 ) fun rememberColumnWidthSums( stable columns: TvGridCells stable horizontalArrangement: Horizontal stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2> fun rememberRowHeightSums( stable rows: TvGridCells stable verticalArrangement: Vertical stable contentPadding: PaddingValues ): @[ExtensionFunctionType] Function2> fun Item( stable index: Int stable : ) fun rememberLazyGridItemProvider( stable state: TvLazyGridState stable content: @[ExtensionFunctionType] Function1 ): LazyGridItemProvider restartable skippable fun Item( stable index: Int stable : LazyGridItemProviderImpl ) fun rememberLazyGridSemanticState( stable state: TvLazyGridState stable itemProvider: LazyLayoutItemProvider stable reverseScrolling: Boolean ): LazyLayoutSemanticState fun lazyGridSemantics( stable : Modifier stable itemProvider: LazyGridItemProvider stable state: TvLazyGridState unstable coroutineScope: CoroutineScope stable isVertical: Boolean stable reverseScrolling: Boolean stable userScrollEnabled: Boolean ): Modifier fun rememberTvLazyGridState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): TvLazyGridState fun lazyLayoutSemantics( stable : Modifier stable itemProvider: LazyLayoutItemProvider state: LazyLayoutSemanticState stable orientation: Orientation stable userScrollEnabled: Boolean ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TvLazyRow( stable modifier: Modifier? = @static Companion stable state: TvLazyListState? = @dynamic rememberTvLazyListState(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 userScrollEnabled: Boolean = @static true stable pivotOffsets: PivotOffsets? = @dynamic PivotOffsets() stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TvLazyColumn( stable modifier: Modifier? = @static Companion stable state: TvLazyListState? = @dynamic rememberTvLazyListState(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 userScrollEnabled: Boolean = @static true stable pivotOffsets: PivotOffsets? = @dynamic PivotOffsets() stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LazyList( stable modifier: Modifier stable state: TvLazyListState stable contentPadding: PaddingValues stable reverseLayout: Boolean stable isVertical: Boolean stable userScrollEnabled: Boolean stable beyondBoundsItemCount: Int = @static 0 stable pivotOffsets: PivotOffsets 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: TvLazyListState ) fun rememberLazyListMeasurePolicy( stable itemProvider: LazyListItemProvider stable state: TvLazyListState beyondBoundsInfo: LazyListBeyondBoundsInfo 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 unstable placementAnimator: LazyListItemPlacementAnimator ): @[ExtensionFunctionType] Function2 fun Item( stable index: Int stable : ) fun rememberLazyListItemProvider( stable state: TvLazyListState stable content: @[ExtensionFunctionType] Function1 ): LazyListItemProvider restartable skippable fun Item( stable index: Int stable : LazyListItemProviderImpl ) fun rememberTvLazyListState( stable initialFirstVisibleItemIndex: Int = @static 0 stable initialFirstVisibleItemScrollOffset: Int = @static 0 ): TvLazyListState fun rememberLazyListSemanticState( stable state: TvLazyListState stable itemProvider: LazyLayoutItemProvider stable reverseScrolling: Boolean stable isVertical: Boolean ): LazyLayoutSemanticState