restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AlertDialog( stable onDismissRequest: Function0 stable confirmButton: Function2 stable modifier: Modifier? = @static Companion stable dismissButton: Function2? = @static null stable icon: Function2? = @static null stable title: Function2? = @static null stable text: Function2? = @static null stable shape: Shape? = @dynamic AlertDialogDefaults.shape stable containerColor: Color = @dynamic AlertDialogDefaults.containerColor stable iconContentColor: Color = @dynamic AlertDialogDefaults.iconContentColor stable titleContentColor: Color = @dynamic AlertDialogDefaults.titleContentColor stable textContentColor: Color = @dynamic AlertDialogDefaults.textContentColor stable tonalElevation: Dp = @static AlertDialogDefaults.TonalElevation stable properties: DialogProperties? = @static DialogProperties() ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun AlertDialog( stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable properties: DialogProperties? = @static DialogProperties() stable content: Function2 ) fun ( unused stable : AlertDialogDefaults ): Shape fun ( unused stable : AlertDialogDefaults ): Color fun ( unused stable : AlertDialogDefaults ): Color fun ( unused stable : AlertDialogDefaults ): Color fun ( unused stable : AlertDialogDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable offset: DpOffset = @static DpOffset(0.dp, 0.dp) stable properties: PopupProperties? = @static PopupProperties( focusable = true ) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DropdownMenuItem( stable text: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable enabled: Boolean = @static true stable colors: MenuItemColors? = @dynamic MenuDefaults.itemColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable contentPadding: PaddingValues? = @static MenuDefaults.DropdownMenuItemContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) readonly fun defaultLocale() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DatePickerDialog( stable onDismissRequest: Function0 stable confirmButton: Function2 stable modifier: Modifier? = @static Companion stable dismissButton: Function2? = @static null stable shape: Shape? = @dynamic DatePickerDefaults.shape stable tonalElevation: Dp = @static DatePickerDefaults.TonalElevation stable colors: DatePickerColors? = @dynamic DatePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b110000000000000000000000, 0b00011111111111111111) stable properties: DialogProperties? = @static DialogProperties( usePlatformDefaultWidth = false ) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenuBox( stable expanded: Boolean stable onExpandedChange: Function1 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 : ExposedDropdownMenuBoxScope ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TrailingIcon( stable expanded: Boolean unused stable : ExposedDropdownMenuDefaults ) fun textFieldColors( stable textColor: Color = @dynamic FilledAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) stable containerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable cursorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldCaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorFocusCaretColor.toColor($composer, 0b0110) stable selectionColors: TextSelectionColors? = @dynamic LocalTextSelectionColors.current stable focusedIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusActiveIndicatorColor.toColor($composer, 0b0110) stable unfocusedIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldActiveIndicatorColor.toColor($composer, 0b0110) stable disabledIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledActiveIndicatorColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledActiveIndicatorOpacity ) stable errorIndicatorColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorActiveIndicatorColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldLeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldFocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldTrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . TextFieldDisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic FilledAutocompleteTokens.TextFieldErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldFocusLabelTextColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldLabelTextColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledLabelTextColor.toColor($composer, 0b0110) stable errorLabelColor: Color = @dynamic FilledAutocompleteTokens.FieldErrorLabelTextColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic OutlinedAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) stable containerColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldCaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorFocusCaretColor.toColor($composer, 0b0110) stable selectionColors: TextSelectionColors? = @dynamic LocalTextSelectionColors.current stable focusedBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusOutlineColor.toColor($composer, 0b0110) stable unfocusedBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledOutlineOpacity ) stable errorBorderColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorOutlineColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldLeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldFocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldTrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . TextFieldDisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic OutlinedAutocompleteTokens.TextFieldErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldFocusLabelTextColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldLabelTextColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledLabelTextOpacity ) stable errorLabelColor: Color = @dynamic OutlinedAutocompleteTokens.FieldErrorLabelTextColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun expandable( stable : Modifier stable expanded: Boolean stable onExpandedChange: Function0 stable menuDescription: String? = @dynamic getString(Companion.ExposedDropdownMenu, $composer, 0b0110) stable expandedDescription: String? = @dynamic getString(Companion.MenuExpanded, $composer, 0b0110) stable collapsedDescription: String? = @dynamic getString(Companion.MenuCollapsed, $composer, 0b0110) ): Modifier restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SearchBar( stable query: String stable onQueryChange: Function1 stable onSearch: Function1 stable active: Boolean stable onActiveChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic SearchBarDefaults.inputFieldShape stable colors: SearchBarColors? = @dynamic SearchBarDefaults.colors((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable tonalElevation: Dp = @static SearchBarDefaults.Elevation stable windowInsets: WindowInsets? = @dynamic SearchBarDefaults.windowInsets stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DockedSearchBar( stable query: String stable onQueryChange: Function1 stable onSearch: Function1 stable active: Boolean stable onActiveChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic SearchBarDefaults.dockedShape stable colors: SearchBarColors? = @dynamic SearchBarDefaults.colors((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable tonalElevation: Dp = @static SearchBarDefaults.Elevation stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SearchBarInputField( stable query: String stable onQueryChange: Function1 stable onSearch: Function1 stable active: Boolean stable onActiveChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable colors: TextFieldColors? = @dynamic SearchBarDefaults.inputFieldColors((0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b000110000000, 0b111111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun ( unused stable : SearchBarDefaults ): Shape fun ( unused stable : SearchBarDefaults ): Shape fun ( unused stable : SearchBarDefaults ): Shape fun ( unused stable : SearchBarDefaults ): WindowInsets fun colors( stable containerColor: Color = @dynamic SearchBarTokens.ContainerColor.toColor($composer, 0b0110) stable dividerColor: Color = @dynamic SearchViewTokens.DividerColor.toColor($composer, 0b0110) stable inputFieldColors: TextFieldColors? = @dynamic inputFieldColors((0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b001110000000 and $changed shr 0b0011, 0b111111111111) stable : SearchBarDefaults ): SearchBarColors fun inputFieldColors( stable textColor: Color = @dynamic SearchBarTokens.InputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable cursorColor: Color = @dynamic FilledTextFieldTokens.CaretColor.toColor($composer, 0b0110) stable selectionColors: TextSelectionColors? = @dynamic LocalTextSelectionColors.current stable focusedLeadingIconColor: Color = @dynamic SearchBarTokens.LeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic SearchBarTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledLeadingIconOpacity ) stable focusedTrailingIconColor: Color = @dynamic SearchBarTokens.TrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic SearchBarTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledTrailingIconOpacity ) stable placeholderColor: Color = @dynamic SearchBarTokens.SupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) unused stable : SearchBarDefaults ): TextFieldColors readonly fun getString( stable string: Strings ): String readonly fun getString( stable string: Strings unstable formatArgs: Array ): String fun ( unstable : Companion ): WindowInsets restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExposedDropdownMenuPopup( stable onDismissRequest: Function0? = @static null stable popupPositionProvider: PopupPositionProvider stable content: Function2 ) inline scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SimpleStack( stable modifier: Modifier stable content: Function2 ) restartable fun Content( unstable : PopupLayout ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AlertDialogContent( stable buttons: Function2 stable modifier: Modifier? = @static Companion stable icon: Function2? stable title: Function2? stable text: Function2? stable shape: Shape stable containerColor: Color stable tonalElevation: Dp stable buttonContentColor: Color stable iconContentColor: Color stable titleContentColor: Color stable textContentColor: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun AlertDialogFlowRow( stable mainAxisSpacing: Dp stable crossAxisSpacing: Dp stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-1 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-2 stable windowInsets: WindowInsets? = @dynamic TopAppBarDefaults.windowInsets stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.topAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SmallTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-3 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-4 stable windowInsets: WindowInsets? = @dynamic TopAppBarDefaults.windowInsets stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.topAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CenterAlignedTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-5 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-6 stable windowInsets: WindowInsets? = @dynamic TopAppBarDefaults.windowInsets stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.centerAlignedTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun MediumTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-7 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-8 stable windowInsets: WindowInsets? = @dynamic TopAppBarDefaults.windowInsets stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.mediumTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun LargeTopAppBar( stable title: Function2 stable modifier: Modifier? = @static Companion stable navigationIcon: Function2? = @static ComposableSingletons$AppBarKt.lambda-9 stable actions: @[ExtensionFunctionType] Function3? = @static ComposableSingletons$AppBarKt.lambda-10 stable windowInsets: WindowInsets? = @dynamic TopAppBarDefaults.windowInsets stable colors: TopAppBarColors? = @dynamic TopAppBarDefaults.largeTopAppBarColors((0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000, 0b00011111) stable scrollBehavior: TopAppBarScrollBehavior? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable actions: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable floatingActionButton: Function2? = @static null stable containerColor: Color = @dynamic BottomAppBarDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable tonalElevation: Dp = @static BottomAppBarDefaults.ContainerElevation stable contentPadding: PaddingValues? = @static BottomAppBarDefaults.ContentPadding stable windowInsets: WindowInsets? = @dynamic BottomAppBarDefaults.windowInsets ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic BottomAppBarDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable tonalElevation: Dp = @static BottomAppBarDefaults.ContainerElevation stable contentPadding: PaddingValues? = @static BottomAppBarDefaults.ContentPadding stable windowInsets: WindowInsets? = @dynamic BottomAppBarDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) fun topAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarSmallTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarSmallTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarSmallTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun smallTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarSmallTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarSmallTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarSmallTokens.TrailingIconColor.toColor($composer, 0b0110) stable : TopAppBarDefaults ): TopAppBarColors fun ( unused stable : TopAppBarDefaults ): WindowInsets fun centerAlignedTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallCenteredTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarSmallCenteredTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun mediumTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarMediumTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarMediumTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarMediumTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarMediumTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun largeTopAppBarColors( stable containerColor: Color = @dynamic TopAppBarLargeTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.colorScheme.applyTonalElevation(containerColor, TopAppBarSmallTokens.OnScrollContainerElevation) stable navigationIconContentColor: Color = @dynamic TopAppBarLargeTokens.LeadingIconColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic TopAppBarLargeTokens.HeadlineColor.toColor($composer, 0b0110) stable actionIconContentColor: Color = @dynamic TopAppBarLargeTokens.TrailingIconColor.toColor($composer, 0b0110) unused stable : TopAppBarDefaults ): TopAppBarColors fun pinnedScrollBehavior( stable state: TopAppBarState? = @dynamic rememberTopAppBarState(0.0f, 0.0f, 0.0f, $composer, 0, 0b0111) stable canScroll: Function0? = @static { true } unused stable : TopAppBarDefaults ): TopAppBarScrollBehavior fun enterAlwaysScrollBehavior( stable state: TopAppBarState? = @dynamic rememberTopAppBarState(0.0f, 0.0f, 0.0f, $composer, 0, 0b0111) stable canScroll: Function0? = @static { true } unstable snapAnimationSpec: AnimationSpec? = @static spring( stiffness = Spring . StiffnessMediumLow ) unstable flingAnimationSpec: DecayAnimationSpec? = @dynamic rememberSplineBasedDecay($composer, 0) unused stable : TopAppBarDefaults ): TopAppBarScrollBehavior fun exitUntilCollapsedScrollBehavior( stable state: TopAppBarState? = @dynamic rememberTopAppBarState(0.0f, 0.0f, 0.0f, $composer, 0, 0b0111) stable canScroll: Function0? = @static { true } unstable snapAnimationSpec: AnimationSpec? = @static spring( stiffness = Spring . StiffnessMediumLow ) unstable flingAnimationSpec: DecayAnimationSpec? = @dynamic rememberSplineBasedDecay($composer, 0) unused stable : TopAppBarDefaults ): TopAppBarScrollBehavior fun rememberTopAppBarState( stable initialHeightOffsetLimit: Float = @dynamic -Companion.MAX_VALUE stable initialHeightOffset: Float = @static 0.0f stable initialContentOffset: Float = @static 0.0f ): TopAppBarState fun containerColor( stable colorTransitionFraction: Float stable : TopAppBarColors ): Color fun ( unused stable : BottomAppBarDefaults ): Color fun ( unused stable : BottomAppBarDefaults ): WindowInsets fun ( unused stable : BottomAppBarDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SingleRowTopAppBar( stable modifier: Modifier? = @static Companion stable title: Function2 stable titleTextStyle: TextStyle stable centeredTitle: Boolean stable navigationIcon: Function2 stable actions: @[ExtensionFunctionType] Function3 stable windowInsets: WindowInsets stable colors: TopAppBarColors stable scrollBehavior: TopAppBarScrollBehavior? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TwoRowsTopAppBar( stable modifier: Modifier? = @static Companion stable title: Function2 stable titleTextStyle: TextStyle stable titleBottomPadding: Dp stable smallTitle: Function2 stable smallTitleTextStyle: TextStyle stable navigationIcon: Function2 stable actions: @[ExtensionFunctionType] Function3 stable windowInsets: WindowInsets stable colors: TopAppBarColors stable maxHeight: Dp stable pinnedHeight: Dp stable scrollBehavior: TopAppBarScrollBehavior? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TopAppBarLayout( stable modifier: Modifier stable heightPx: Float stable navigationIconContentColor: Color stable titleContentColor: Color stable actionIconContentColor: Color stable title: Function2 stable titleTextStyle: TextStyle stable titleAlpha: Float stable titleVerticalArrangement: Vertical stable titleHorizontalArrangement: Horizontal stable titleBottomPadding: Int stable hideTitleSemantics: Boolean stable navigationIcon: Function2 stable actions: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BadgedBox( stable badge: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Badge( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic BadgeDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable content: @[ExtensionFunctionType] Function3? = @static null ) fun ( unused stable : BadgeDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Button( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic ButtonDefaults.shape stable colors: ButtonColors? = @dynamic ButtonDefaults.buttonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.buttonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable border: BorderStroke? = @static null stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic ButtonDefaults.elevatedShape stable colors: ButtonColors? = @dynamic ButtonDefaults.elevatedButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.elevatedButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable border: BorderStroke? = @static null stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic ButtonDefaults.filledTonalShape stable colors: ButtonColors? = @dynamic ButtonDefaults.filledTonalButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @dynamic ButtonDefaults.filledTonalButtonElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b00110000000000000000, 0b00011111) stable border: BorderStroke? = @static null stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic ButtonDefaults.outlinedShape stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @static null stable border: BorderStroke? = @dynamic ButtonDefaults.outlinedButtonBorder stable contentPadding: PaddingValues? = @static ButtonDefaults.ContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TextButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic ButtonDefaults.textShape stable colors: ButtonColors? = @dynamic ButtonDefaults.textButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @static null stable border: BorderStroke? = @static null stable contentPadding: PaddingValues? = @static ButtonDefaults.TextButtonContentPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) fun ( unused stable : ButtonDefaults ): Shape fun ( unused stable : ButtonDefaults ): Shape fun ( unused stable : ButtonDefaults ): Shape fun ( unused stable : ButtonDefaults ): Shape fun ( unused stable : ButtonDefaults ): Shape fun buttonColors( stable containerColor: Color = @dynamic FilledButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilledButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun elevatedButtonColors( stable containerColor: Color = @dynamic ElevatedButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic ElevatedButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic ElevatedButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = ElevatedButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic ElevatedButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = ElevatedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun filledTonalButtonColors( stable containerColor: Color = @dynamic FilledTonalButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledTonalButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledTonalButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilledTonalButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic OutlinedButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic OutlinedButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun textButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic TextButtonTokens.LabelTextColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic TextButtonTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = TextButtonTokens . DisabledLabelTextOpacity ) unused stable : ButtonDefaults ): ButtonColors fun buttonElevation( stable defaultElevation: Dp = @static FilledButtonTokens.ContainerElevation stable pressedElevation: Dp = @static FilledButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledButtonTokens.HoverContainerElevation stable disabledElevation: Dp = @static FilledButtonTokens.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun elevatedButtonElevation( stable defaultElevation: Dp = @static ElevatedButtonTokens.ContainerElevation stable pressedElevation: Dp = @static ElevatedButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static ElevatedButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static ElevatedButtonTokens.HoverContainerElevation stable disabledElevation: Dp = @static ElevatedButtonTokens.DisabledContainerElevation unused stable : ButtonDefaults ): ButtonElevation fun filledTonalButtonElevation( stable defaultElevation: Dp = @static FilledTonalButtonTokens.ContainerElevation stable pressedElevation: Dp = @static FilledTonalButtonTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledTonalButtonTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledTonalButtonTokens.HoverContainerElevation stable disabledElevation: Dp = @static 0.dp unused stable : ButtonDefaults ): ButtonElevation fun ( unused stable : ButtonDefaults ): BorderStroke fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ButtonElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ButtonElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ButtonElevation ): State fun containerColor( stable enabled: Boolean stable : ButtonColors ): State fun contentColor( stable enabled: Boolean stable : ButtonColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic CardDefaults.shape stable colors: CardColors? = @dynamic CardDefaults.cardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.cardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: BorderStroke? = @static null stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic CardDefaults.shape stable colors: CardColors? = @dynamic CardDefaults.cardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.cardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedCard( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic CardDefaults.elevatedShape stable colors: CardColors? = @dynamic CardDefaults.elevatedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.elevatedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ElevatedCard( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic CardDefaults.elevatedShape stable colors: CardColors? = @dynamic CardDefaults.elevatedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.elevatedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedCard( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic CardDefaults.outlinedShape stable colors: CardColors? = @dynamic CardDefaults.outlinedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.outlinedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: BorderStroke? = @dynamic CardDefaults.outlinedCardBorder(false, $composer, 0b00110000, 0b0001) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedCard( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic CardDefaults.outlinedShape stable colors: CardColors? = @dynamic CardDefaults.outlinedCardColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: CardElevation? = @dynamic CardDefaults.outlinedCardElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: BorderStroke? = @dynamic CardDefaults.outlinedCardBorder(enabled, $composer, 0b00110000 or 0b1110 and $dirty shr 0b0110, 0) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) fun ( unused stable : CardDefaults ): Shape fun ( unused stable : CardDefaults ): Shape fun ( unused stable : CardDefaults ): Shape fun cardElevation( stable defaultElevation: Dp = @static FilledCardTokens.ContainerElevation stable pressedElevation: Dp = @static FilledCardTokens.PressedContainerElevation stable focusedElevation: Dp = @static FilledCardTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FilledCardTokens.HoverContainerElevation stable draggedElevation: Dp = @static FilledCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static FilledCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun elevatedCardElevation( stable defaultElevation: Dp = @static ElevatedCardTokens.ContainerElevation stable pressedElevation: Dp = @static ElevatedCardTokens.PressedContainerElevation stable focusedElevation: Dp = @static ElevatedCardTokens.FocusContainerElevation stable hoveredElevation: Dp = @static ElevatedCardTokens.HoverContainerElevation stable draggedElevation: Dp = @static ElevatedCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static ElevatedCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun outlinedCardElevation( stable defaultElevation: Dp = @static OutlinedCardTokens.ContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static OutlinedCardTokens.DraggedContainerElevation stable disabledElevation: Dp = @static OutlinedCardTokens.DisabledContainerElevation unused stable : CardDefaults ): CardElevation fun cardColors( stable containerColor: Color = @dynamic FilledCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledCardTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledCardTokens . DisabledContainerOpacity ).compositeOver(MaterialTheme.colorScheme.surfaceColorAtElevation(FilledCardTokens.DisabledContainerElevation)) stable disabledContentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed).copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun elevatedCardColors( stable containerColor: Color = @dynamic ElevatedCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic ElevatedCardTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = ElevatedCardTokens . DisabledContainerOpacity ).compositeOver(MaterialTheme.colorScheme.surfaceColorAtElevation(ElevatedCardTokens.DisabledContainerElevation)) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun outlinedCardColors( stable containerColor: Color = @dynamic OutlinedCardTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic containerColor stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = DisabledAlpha ) unused stable : CardDefaults ): CardColors fun outlinedCardBorder( stable enabled: Boolean = @static true unused stable : CardDefaults ): BorderStroke fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource? stable : CardElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource? stable : CardElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : CardElevation ): State fun containerColor( stable enabled: Boolean stable : CardColors ): State fun contentColor( stable enabled: Boolean stable : CardColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Checkbox( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TriStateCheckbox( stable state: ToggleableState stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun colors( stable checkedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedContainerColor) stable uncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.UnselectedOutlineColor) stable checkmarkColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedIconColor) stable disabledCheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.SelectedDisabledContainerColor).copy( alpha = CheckboxTokens . SelectedDisabledContainerOpacity ) stable disabledUncheckedColor: Color = @dynamic MaterialTheme.colorScheme.fromToken(CheckboxTokens.UnselectedDisabledOutlineColor).copy( alpha = CheckboxTokens . UnselectedDisabledContainerOpacity ) stable disabledIndeterminateColor: Color = @dynamic disabledCheckedColor unused stable : CheckboxDefaults ): CheckboxColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CheckboxImpl( stable enabled: Boolean stable value: ToggleableState stable modifier: Modifier stable colors: CheckboxColors ) fun checkmarkColor( stable state: ToggleableState stable : CheckboxColors ): State fun boxColor( stable enabled: Boolean stable state: ToggleableState stable : CheckboxColors ): State fun borderColor( stable enabled: Boolean stable state: ToggleableState stable : CheckboxColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AssistChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic AssistChipDefaults.shape stable colors: ChipColors? = @dynamic AssistChipDefaults.assistChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable elevation: ChipElevation? = @dynamic AssistChipDefaults.assistChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: ChipBorder? = @dynamic AssistChipDefaults.assistChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedAssistChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic AssistChipDefaults.shape stable colors: ChipColors? = @dynamic AssistChipDefaults.elevatedAssistChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable elevation: ChipElevation? = @dynamic AssistChipDefaults.elevatedAssistChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: ChipBorder? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun FilterChip( stable selected: Boolean stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic FilterChipDefaults.shape stable colors: SelectableChipColors? = @dynamic FilterChipDefaults.filterChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b000110000000, 0b111111111111) stable elevation: SelectableChipElevation? = @dynamic FilterChipDefaults.filterChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: SelectableChipBorder? = @dynamic FilterChipDefaults.filterChipBorder((0L), (0L), (0L), (0L), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedFilterChip( stable selected: Boolean stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic FilterChipDefaults.shape stable colors: SelectableChipColors? = @dynamic FilterChipDefaults.elevatedFilterChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b000110000000, 0b111111111111) stable elevation: SelectableChipElevation? = @dynamic FilterChipDefaults.elevatedFilterChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: SelectableChipBorder? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun InputChip( stable selected: Boolean stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable leadingIcon: Function2? = @static null stable avatar: Function2? = @static null stable trailingIcon: Function2? = @static null stable shape: Shape? = @dynamic InputChipDefaults.shape stable colors: SelectableChipColors? = @dynamic InputChipDefaults.inputChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b110000000000, 0b0001111111111111) stable elevation: SelectableChipElevation? = @dynamic InputChipDefaults.inputChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: SelectableChipBorder? = @dynamic InputChipDefaults.inputChipBorder((0L), (0L), (0L), (0L), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SuggestionChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable icon: Function2? = @static null stable shape: Shape? = @dynamic SuggestionChipDefaults.shape stable colors: ChipColors? = @dynamic SuggestionChipDefaults.suggestionChipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable elevation: ChipElevation? = @dynamic SuggestionChipDefaults.suggestionChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: ChipBorder? = @dynamic SuggestionChipDefaults.suggestionChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ElevatedSuggestionChip( stable onClick: Function0 stable label: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable icon: Function2? = @static null stable shape: Shape? = @dynamic SuggestionChipDefaults.shape stable colors: ChipColors? = @dynamic SuggestionChipDefaults.elevatedSuggestionChipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable elevation: ChipElevation? = @dynamic SuggestionChipDefaults.elevatedSuggestionChipElevation((0.0f), (0.0f), (0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b000110000000000000000000, 0b00111111) stable border: ChipBorder? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun assistChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic AssistChipTokens.LabelTextColor.toColor($composer, 0b0110) stable leadingIconContentColor: Color = @dynamic AssistChipTokens.IconColor.toColor($composer, 0b0110) stable trailingIconContentColor: Color = @dynamic leadingIconContentColor stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic AssistChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic AssistChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledIconOpacity ) stable disabledTrailingIconContentColor: Color = @dynamic disabledLeadingIconContentColor unused stable : AssistChipDefaults ): ChipColors fun assistChipElevation( stable defaultElevation: Dp = @static AssistChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static AssistChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : AssistChipDefaults ): ChipElevation fun assistChipBorder( stable borderColor: Color = @dynamic AssistChipTokens.FlatOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic AssistChipTokens.FlatDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . FlatDisabledOutlineOpacity ) stable borderWidth: Dp = @static AssistChipTokens.FlatOutlineWidth unused stable : AssistChipDefaults ): ChipBorder fun elevatedAssistChipColors( stable containerColor: Color = @dynamic AssistChipTokens.ElevatedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic AssistChipTokens.LabelTextColor.toColor($composer, 0b0110) stable leadingIconContentColor: Color = @dynamic AssistChipTokens.IconColor.toColor($composer, 0b0110) stable trailingIconContentColor: Color = @dynamic leadingIconContentColor stable disabledContainerColor: Color = @dynamic AssistChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic AssistChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconContentColor: Color = @dynamic AssistChipTokens.DisabledIconColor.toColor($composer, 0b0110).copy( alpha = AssistChipTokens . DisabledIconOpacity ) stable disabledTrailingIconContentColor: Color = @dynamic disabledLeadingIconContentColor unused stable : AssistChipDefaults ): ChipColors fun elevatedAssistChipElevation( stable defaultElevation: Dp = @static AssistChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static AssistChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static AssistChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static AssistChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static AssistChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static AssistChipTokens.ElevatedDisabledContainerElevation unused stable : AssistChipDefaults ): ChipElevation fun ( unused stable : AssistChipDefaults ): Shape fun filterChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic FilterChipTokens.UnselectedLabelTextColor.toColor($composer, 0b0110) stable iconColor: Color = @dynamic FilterChipTokens.LeadingIconUnselectedColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic FilterChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic FilterChipTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic disabledLeadingIconColor stable selectedContainerColor: Color = @dynamic FilterChipTokens.FlatSelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedContainerColor: Color = @dynamic FilterChipTokens.FlatDisabledSelectedContainerColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . FlatDisabledSelectedContainerOpacity ) stable selectedLabelColor: Color = @dynamic FilterChipTokens.SelectedLabelTextColor.toColor($composer, 0b0110) stable selectedLeadingIconColor: Color = @dynamic FilterChipTokens.SelectedLeadingIconColor.toColor($composer, 0b0110) stable selectedTrailingIconColor: Color = @dynamic selectedLeadingIconColor unused stable : FilterChipDefaults ): SelectableChipColors fun filterChipElevation( stable defaultElevation: Dp = @static FilterChipTokens.FlatContainerElevation stable pressedElevation: Dp = @static FilterChipTokens.FlatSelectedPressedContainerElevation stable focusedElevation: Dp = @static FilterChipTokens.FlatSelectedFocusContainerElevation stable hoveredElevation: Dp = @static FilterChipTokens.FlatSelectedHoverContainerElevation stable draggedElevation: Dp = @static FilterChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : FilterChipDefaults ): SelectableChipElevation fun filterChipBorder( stable borderColor: Color = @dynamic FilterChipTokens.FlatUnselectedOutlineColor.toColor($composer, 0b0110) stable selectedBorderColor: Color = @static Companion.Transparent stable disabledBorderColor: Color = @dynamic FilterChipTokens.FlatDisabledUnselectedOutlineColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . FlatDisabledUnselectedOutlineOpacity ) stable disabledSelectedBorderColor: Color = @static Companion.Transparent stable borderWidth: Dp = @static FilterChipTokens.FlatUnselectedOutlineWidth stable selectedBorderWidth: Dp = @static FilterChipTokens.FlatSelectedOutlineWidth unused stable : FilterChipDefaults ): SelectableChipBorder fun elevatedFilterChipColors( stable containerColor: Color = @dynamic FilterChipTokens.ElevatedUnselectedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic FilterChipTokens.UnselectedLabelTextColor.toColor($composer, 0b0110) stable iconColor: Color = @dynamic FilterChipTokens.LeadingIconUnselectedColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilterChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic FilterChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic FilterChipTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilterChipTokens . DisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic disabledLeadingIconColor stable selectedContainerColor: Color = @dynamic FilterChipTokens.ElevatedSelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedContainerColor: Color = @dynamic disabledContainerColor stable selectedLabelColor: Color = @dynamic FilterChipTokens.SelectedLabelTextColor.toColor($composer, 0b0110) stable selectedLeadingIconColor: Color = @dynamic FilterChipTokens.SelectedLeadingIconColor.toColor($composer, 0b0110) stable selectedTrailingIconColor: Color = @dynamic selectedLeadingIconColor unused stable : FilterChipDefaults ): SelectableChipColors fun elevatedFilterChipElevation( stable defaultElevation: Dp = @static FilterChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static FilterChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static FilterChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static FilterChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static FilterChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static FilterChipTokens.ElevatedDisabledContainerElevation unused stable : FilterChipDefaults ): SelectableChipElevation fun ( unused stable : FilterChipDefaults ): Shape fun inputChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic InputChipTokens.UnselectedLabelTextColor.toColor($composer, 0b0110) stable leadingIconColor: Color = @dynamic InputChipTokens.UnselectedLeadingIconColor.toColor($composer, 0b0110) stable trailingIconColor: Color = @dynamic InputChipTokens.UnselectedTrailingIconColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic InputChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic InputChipTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic InputChipTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledTrailingIconOpacity ) stable selectedContainerColor: Color = @dynamic InputChipTokens.SelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedContainerColor: Color = @dynamic InputChipTokens.DisabledSelectedContainerColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledSelectedContainerOpacity ) stable selectedLabelColor: Color = @dynamic InputChipTokens.SelectedLabelTextColor.toColor($composer, 0b0110) stable selectedLeadingIconColor: Color = @dynamic InputChipTokens.SelectedLeadingIconColor.toColor($composer, 0b0110) stable selectedTrailingIconColor: Color = @dynamic InputChipTokens.SelectedTrailingIconColor.toColor($composer, 0b0110) unused stable : InputChipDefaults ): SelectableChipColors fun inputChipElevation( stable defaultElevation: Dp = @static InputChipTokens.ContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static InputChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : InputChipDefaults ): SelectableChipElevation fun inputChipBorder( stable borderColor: Color = @dynamic InputChipTokens.UnselectedOutlineColor.toColor($composer, 0b0110) stable selectedBorderColor: Color = @static Companion.Transparent stable disabledBorderColor: Color = @dynamic InputChipTokens.DisabledUnselectedOutlineColor.toColor($composer, 0b0110).copy( alpha = InputChipTokens . DisabledUnselectedOutlineOpacity ) stable disabledSelectedBorderColor: Color = @static Companion.Transparent stable borderWidth: Dp = @static InputChipTokens.UnselectedOutlineWidth stable selectedBorderWidth: Dp = @static InputChipTokens.SelectedOutlineWidth unused stable : InputChipDefaults ): SelectableChipBorder fun ( unused stable : InputChipDefaults ): Shape fun suggestionChipColors( stable containerColor: Color = @static Companion.Transparent stable labelColor: Color = @dynamic SuggestionChipTokens.LabelTextColor.toColor($composer, 0b0110) stable iconContentColor: Color = @dynamic SuggestionChipTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @static Companion.Transparent stable disabledLabelColor: Color = @dynamic SuggestionChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . DisabledLabelTextOpacity ) stable disabledIconContentColor: Color = @dynamic SuggestionChipTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . DisabledLeadingIconOpacity ) unused stable : SuggestionChipDefaults ): ChipColors fun suggestionChipElevation( stable defaultElevation: Dp = @static SuggestionChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic defaultElevation stable focusedElevation: Dp = @dynamic defaultElevation stable hoveredElevation: Dp = @dynamic defaultElevation stable draggedElevation: Dp = @static SuggestionChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic defaultElevation unused stable : SuggestionChipDefaults ): ChipElevation fun suggestionChipBorder( stable borderColor: Color = @dynamic SuggestionChipTokens.FlatOutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic SuggestionChipTokens.FlatDisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . FlatDisabledOutlineOpacity ) stable borderWidth: Dp = @static SuggestionChipTokens.FlatOutlineWidth unused stable : SuggestionChipDefaults ): ChipBorder fun elevatedSuggestionChipColors( stable containerColor: Color = @dynamic SuggestionChipTokens.ElevatedContainerColor.toColor($composer, 0b0110) stable labelColor: Color = @dynamic SuggestionChipTokens.LabelTextColor.toColor($composer, 0b0110) stable iconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurfaceVariant stable disabledContainerColor: Color = @dynamic SuggestionChipTokens.ElevatedDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . ElevatedDisabledContainerOpacity ) stable disabledLabelColor: Color = @dynamic SuggestionChipTokens.DisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = SuggestionChipTokens . DisabledLabelTextOpacity ) stable disabledIconContentColor: Color = @dynamic MaterialTheme.colorScheme.onSurface.copy( alpha = 0.38f ) unused stable : SuggestionChipDefaults ): ChipColors fun elevatedSuggestionChipElevation( stable defaultElevation: Dp = @static SuggestionChipTokens.ElevatedContainerElevation stable pressedElevation: Dp = @static SuggestionChipTokens.ElevatedPressedContainerElevation stable focusedElevation: Dp = @static SuggestionChipTokens.ElevatedFocusContainerElevation stable hoveredElevation: Dp = @static SuggestionChipTokens.ElevatedHoverContainerElevation stable draggedElevation: Dp = @static SuggestionChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @static SuggestionChipTokens.ElevatedDisabledContainerElevation unused stable : SuggestionChipDefaults ): ChipElevation fun ( unused stable : SuggestionChipDefaults ): Shape restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable modifier: Modifier stable onClick: Function0 stable enabled: Boolean stable label: Function2 stable labelTextStyle: TextStyle stable labelColor: Color stable leadingIcon: Function2? stable trailingIcon: Function2? stable shape: Shape stable colors: ChipColors stable elevation: ChipElevation? stable border: BorderStroke? stable minHeight: Dp stable paddingValues: PaddingValues stable interactionSource: MutableInteractionSource ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SelectableChip( stable selected: Boolean stable modifier: Modifier stable onClick: Function0 stable enabled: Boolean stable label: Function2 stable labelTextStyle: TextStyle stable leadingIcon: Function2? stable avatar: Function2? stable trailingIcon: Function2? stable shape: Shape stable colors: SelectableChipColors stable elevation: SelectableChipElevation? stable border: BorderStroke? stable minHeight: Dp stable paddingValues: PaddingValues stable interactionSource: MutableInteractionSource ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ChipContent( stable label: Function2 stable labelTextStyle: TextStyle stable labelColor: Color stable leadingIcon: Function2? stable avatar: Function2? stable trailingIcon: Function2? stable leadingIconColor: Color stable trailingIconColor: Color stable minHeight: Dp stable paddingValues: PaddingValues ) fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ChipElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ChipElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : ChipElevation ): State fun tonalElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : SelectableChipElevation ): State fun shadowElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : SelectableChipElevation ): State fun animateElevation( stable enabled: Boolean stable interactionSource: InteractionSource stable : SelectableChipElevation ): State fun containerColor( stable enabled: Boolean stable : ChipColors ): State fun labelColor( stable enabled: Boolean stable : ChipColors ): State fun leadingIconContentColor( stable enabled: Boolean stable : ChipColors ): State fun trailingIconContentColor( stable enabled: Boolean stable : ChipColors ): State fun containerColor( stable enabled: Boolean stable selected: Boolean stable : SelectableChipColors ): State fun labelColor( stable enabled: Boolean stable selected: Boolean stable : SelectableChipColors ): State fun leadingIconContentColor( stable enabled: Boolean stable selected: Boolean stable : SelectableChipColors ): State fun trailingIconContentColor( stable enabled: Boolean stable selected: Boolean stable : SelectableChipColors ): State fun borderStroke( stable enabled: Boolean stable selected: Boolean stable : SelectableChipBorder ): State fun borderStroke( stable enabled: Boolean stable : ChipBorder ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color readonly fun toColor( stable : ColorSchemeKeyTokens ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateInputContent( stable stateData: StateData stable dateFormatter: DatePickerFormatter stable dateValidator: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateInputTextField( stable modifier: Modifier stable stateData: StateData stable dateFormatter: DatePickerFormatter stable dateValidator: Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DatePicker( stable state: DatePickerState stable modifier: Modifier? = @static Companion stable dateFormatter: DatePickerFormatter? = @static remember({ DatePickerFormatter ( ) } , $composer, 0) stable dateValidator: Function1? = @static { it: Long -> true } stable title: Function2? = @static composableLambda($composer, 448469326, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C145@6990L22:DatePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 448469326 , $changed , -1 , "androidx.compose.material3.DatePicker. (DatePicker.kt:145)" ) } DatePickerDefaults . DatePickerTitle ( state , $composer , 0b00110000 or 0b1110 and $dirty ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable headline: Function2? = @static composableLambda($composer, 1578326756, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C147@7084L74:DatePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1578326756 , $changed , -1 , "androidx.compose.material3.DatePicker. (DatePicker.kt:146)" ) } DatePickerDefaults . DatePickerHeadline ( state , dateFormatter , $composer , 0b000110000000 or 0b1110 and $dirty or 0b01110000 and $dirty shr 0b0011 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable showModeToggle: Boolean = @static true stable colors: DatePickerColors? = @dynamic DatePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b110000000000000000000000, 0b00011111111111111111) ) fun rememberDatePickerState( stable initialSelectedDateMillis: Long? = @static null stable initialDisplayedMonthMillis: Long? = @dynamic initialSelectedDateMillis unstable yearRange: IntRange? = @dynamic DatePickerDefaults.YearRange stable initialDisplayMode: DisplayMode = @static Companion.Picker ): DatePickerState fun colors( stable containerColor: Color = @dynamic DatePickerModalTokens.ContainerColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic DatePickerModalTokens.HeaderSupportingTextColor.toColor($composer, 0b0110) stable headlineContentColor: Color = @dynamic DatePickerModalTokens.HeaderHeadlineColor.toColor($composer, 0b0110) stable weekdayContentColor: Color = @dynamic DatePickerModalTokens.WeekdaysLabelTextColor.toColor($composer, 0b0110) stable subheadContentColor: Color = @dynamic DatePickerModalTokens.RangeSelectionMonthSubheadColor.toColor($composer, 0b0110) stable yearContentColor: Color = @dynamic DatePickerModalTokens.SelectionYearUnselectedLabelTextColor.toColor($composer, 0b0110) stable currentYearContentColor: Color = @dynamic DatePickerModalTokens.DateTodayLabelTextColor.toColor($composer, 0b0110) stable selectedYearContentColor: Color = @dynamic DatePickerModalTokens.SelectionYearSelectedLabelTextColor.toColor($composer, 0b0110) stable selectedYearContainerColor: Color = @dynamic DatePickerModalTokens.SelectionYearSelectedContainerColor.toColor($composer, 0b0110) stable dayContentColor: Color = @dynamic DatePickerModalTokens.DateUnselectedLabelTextColor.toColor($composer, 0b0110) stable disabledDayContentColor: Color = @dynamic dayContentColor.copy( alpha = 0.38f ) stable selectedDayContentColor: Color = @dynamic DatePickerModalTokens.DateSelectedLabelTextColor.toColor($composer, 0b0110) stable disabledSelectedDayContentColor: Color = @dynamic selectedDayContentColor.copy( alpha = 0.38f ) stable selectedDayContainerColor: Color = @dynamic DatePickerModalTokens.DateSelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedDayContainerColor: Color = @dynamic selectedDayContainerColor.copy( alpha = 0.38f ) stable todayContentColor: Color = @dynamic DatePickerModalTokens.DateTodayLabelTextColor.toColor($composer, 0b0110) stable todayDateBorderColor: Color = @dynamic DatePickerModalTokens.DateTodayContainerOutlineColor.toColor($composer, 0b0110) unused stable : DatePickerDefaults ): DatePickerColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerTitle( stable state: DatePickerState unused stable : DatePickerDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerHeadline( stable state: DatePickerState stable dateFormatter: DatePickerFormatter unused stable : DatePickerDefaults ) fun rememberSnapFlingBehavior( stable lazyListState: LazyListState unstable decayAnimationSpec: DecayAnimationSpec? = @dynamic exponentialDecay() unused stable : DatePickerDefaults ): FlingBehavior fun ( unused stable : DatePickerDefaults ): Shape fun dayContentColor( stable today: Boolean stable selected: Boolean stable enabled: Boolean stable : DatePickerColors ): State fun dayContainerColor( stable selected: Boolean stable enabled: Boolean stable animate: Boolean stable : DatePickerColors ): State fun yearContentColor( stable currentYear: Boolean stable selected: Boolean stable : DatePickerColors ): State fun yearContainerColor( stable selected: Boolean stable : DatePickerColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DateEntryContainer( stable modifier: Modifier stable title: Function2? stable headline: Function2 stable modeToggleButton: Function2? stable colors: DatePickerColors stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateEntryModeToggleButton( stable stateData: StateData ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateEntryHeadline( stable stateData: StateData stable dateFormatter: DatePickerFormatter ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SwitchableDateEntryContent( stable state: DatePickerState stable dateFormatter: DatePickerFormatter stable dateValidator: Function1 stable colors: DatePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerContent( stable stateData: StateData stable dateFormatter: DatePickerFormatter stable dateValidator: Function1 stable colors: DatePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DatePickerHeader( stable modifier: Modifier stable title: Function2? stable titleContentColor: Color stable headlineContentColor: Color stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalMonthsList( stable onDateSelected: Function1<@[ParameterName(name = 'dateInMillis')] Long, Unit> stable stateData: StateData stable lazyListState: LazyListState stable dateFormatter: DatePickerFormatter stable dateValidator: Function1 stable colors: DatePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun WeekDays( stable colors: DatePickerColors calendarModel: CalendarModel ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Month( stable month: CalendarMonth stable onDateSelected: Function1<@[ParameterName(name = 'dateInMillis')] Long, Unit> stable today: CalendarDate stable selectedDate: CalendarDate? stable dateValidator: Function1 stable dateFormatter: DatePickerFormatter stable colors: DatePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Day( stable modifier: Modifier stable selected: Boolean stable onClick: Function0 stable animateChecked: Boolean stable enabled: Boolean stable today: Boolean stable colors: DatePickerColors stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun YearPicker( stable modifier: Modifier stable onYearSelected: Function1<@[ParameterName(name = 'year')] Int, Unit> stable colors: DatePickerColors stable stateData: StateData ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Year( stable modifier: Modifier stable selected: Boolean stable currentYear: Boolean stable onClick: Function0 stable colors: DatePickerColors stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MonthsNavigation( stable nextAvailable: Boolean stable previousAvailable: Boolean stable yearPickerVisible: Boolean stable yearPickerText: String stable onNextClicked: Function0 stable onPreviousClicked: Function0 stable onYearPickerButtonClicked: Function0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun YearPickerMenuButton( stable onClick: Function0 stable expanded: Boolean stable modifier: Modifier? = @static Companion stable content: Function2 ) fun rememberDateRangePickerState( stable initialSelectedStartDateMillis: Long? = @static null stable initialSelectedEndDateMillis: Long? = @static null stable initialDisplayedMonthMillis: Long? = @dynamic initialSelectedStartDateMillis unstable yearRange: IntRange? = @dynamic DatePickerDefaults.YearRange stable initialDisplayMode: DisplayMode = @static Companion.Picker ): DateRangePickerState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Divider( stable modifier: Modifier? = @static Companion stable thickness: Dp = @static DividerDefaults.Thickness stable color: Color = @dynamic DividerDefaults.color ) fun ( unused stable : DividerDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic FloatingActionButtonDefaults.shape stable containerColor: Color = @dynamic FloatingActionButtonDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SmallFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic FloatingActionButtonDefaults.smallShape stable containerColor: Color = @dynamic FloatingActionButtonDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun LargeFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic FloatingActionButtonDefaults.largeShape stable containerColor: Color = @dynamic FloatingActionButtonDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ExtendedFloatingActionButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic FloatingActionButtonDefaults.extendedFabShape stable containerColor: Color = @dynamic FloatingActionButtonDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1001) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ExtendedFloatingActionButton( stable text: Function2 stable icon: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable expanded: Boolean = @static true stable shape: Shape? = @dynamic FloatingActionButtonDefaults.extendedFabShape stable containerColor: Color = @dynamic FloatingActionButtonDefaults.containerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable elevation: FloatingActionButtonElevation? = @dynamic FloatingActionButtonDefaults.elevation((0.0f), (0.0f), (0.0f), (0.0f), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun ( unused stable : FloatingActionButtonDefaults ): Shape fun ( unused stable : FloatingActionButtonDefaults ): Shape fun ( unused stable : FloatingActionButtonDefaults ): Shape fun ( unused stable : FloatingActionButtonDefaults ): Shape fun ( unused stable : FloatingActionButtonDefaults ): Color fun elevation( stable defaultElevation: Dp = @static FabPrimaryTokens.ContainerElevation stable pressedElevation: Dp = @static FabPrimaryTokens.PressedContainerElevation stable focusedElevation: Dp = @static FabPrimaryTokens.FocusContainerElevation stable hoveredElevation: Dp = @static FabPrimaryTokens.HoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun loweredElevation( stable defaultElevation: Dp = @static FabPrimaryTokens.LoweredContainerElevation stable pressedElevation: Dp = @static FabPrimaryTokens.LoweredPressedContainerElevation stable focusedElevation: Dp = @static FabPrimaryTokens.LoweredFocusContainerElevation stable hoveredElevation: Dp = @static FabPrimaryTokens.LoweredHoverContainerElevation unused stable : FloatingActionButtonDefaults ): FloatingActionButtonElevation fun shadowElevation( stable interactionSource: InteractionSource stable : FloatingActionButtonElevation ): State fun tonalElevation( stable interactionSource: InteractionSource stable : FloatingActionButtonElevation ): State fun animateElevation( stable interactionSource: InteractionSource stable : FloatingActionButtonElevation ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun IconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: IconButtonColors? = @dynamic IconButtonDefaults.iconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun IconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.iconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.filledShape stable colors: IconButtonColors? = @dynamic IconButtonDefaults.filledIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.filledShape stable colors: IconButtonColors? = @dynamic IconButtonDefaults.filledTonalIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.filledShape stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.filledIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FilledTonalIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.filledShape stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.filledTonalIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedIconButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.outlinedShape stable colors: IconButtonColors? = @dynamic IconButtonDefaults.outlinedIconButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable border: BorderStroke? = @dynamic IconButtonDefaults.outlinedIconButtonBorder(enabled, $composer, 0b00110000 or 0b1110 and $dirty shr 0b0110) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun OutlinedIconToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @dynamic IconButtonDefaults.outlinedShape stable colors: IconToggleButtonColors? = @dynamic IconButtonDefaults.outlinedIconToggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b000110000000000000000000, 0b00111111) stable border: BorderStroke? = @dynamic IconButtonDefaults.outlinedIconToggleButtonBorder(enabled, checked, $composer, 0b000110000000 or 0b1110 and $dirty shr 0b1001 or 0b01110000 and $dirty shl 0b0011) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) fun ( unused stable : IconButtonDefaults ): Shape fun ( unused stable : IconButtonDefaults ): Shape fun iconButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = IconButtonTokens . DisabledIconOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun iconToggleButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = IconButtonTokens . DisabledIconOpacity ) stable checkedContainerColor: Color = @static Companion.Transparent stable checkedContentColor: Color = @dynamic IconButtonTokens.SelectedIconColor.toColor($composer, 0b0110) unused stable : IconButtonDefaults ): IconToggleButtonColors fun filledIconButtonColors( stable containerColor: Color = @dynamic FilledIconButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun filledIconToggleButtonColors( stable containerColor: Color = @dynamic FilledIconButtonTokens.UnselectedContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic FilledIconButtonTokens.ToggleUnselectedColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic FilledIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic contentColorFor(checkedContainerColor, $composer, 0b1110 and $changed shr 0b1100) unused stable : IconButtonDefaults ): IconToggleButtonColors fun filledTonalIconButtonColors( stable containerColor: Color = @dynamic FilledTonalIconButtonTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun filledTonalIconToggleButtonColors( stable containerColor: Color = @dynamic FilledTonalIconButtonTokens.UnselectedContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $changed) stable disabledContainerColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledContainerColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledContainerOpacity ) stable disabledContentColor: Color = @dynamic FilledTonalIconButtonTokens.DisabledColor.toColor($composer, 0b0110).copy( alpha = FilledTonalIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic FilledTonalIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic FilledTonalIconButtonTokens.ToggleSelectedColor.toColor($composer, 0b0110) unused stable : IconButtonDefaults ): IconToggleButtonColors fun outlinedIconButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = OutlinedIconButtonTokens . DisabledOpacity ) unused stable : IconButtonDefaults ): IconButtonColors fun outlinedIconToggleButtonColors( stable containerColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic LocalContentColor.current stable disabledContainerColor: Color = @static Companion.Transparent stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = OutlinedIconButtonTokens . DisabledOpacity ) stable checkedContainerColor: Color = @dynamic OutlinedIconButtonTokens.SelectedContainerColor.toColor($composer, 0b0110) stable checkedContentColor: Color = @dynamic contentColorFor(checkedContainerColor, $composer, 0b1110 and $changed shr 0b1100) unused stable : IconButtonDefaults ): IconToggleButtonColors fun outlinedIconToggleButtonBorder( stable enabled: Boolean stable checked: Boolean stable : IconButtonDefaults ): BorderStroke? fun outlinedIconButtonBorder( stable enabled: Boolean unused stable : IconButtonDefaults ): BorderStroke fun containerColor( stable enabled: Boolean stable : IconButtonColors ): State fun contentColor( stable enabled: Boolean stable : IconButtonColors ): State fun containerColor( stable enabled: Boolean stable checked: Boolean stable : IconToggleButtonColors ): State fun contentColor( stable enabled: Boolean stable checked: Boolean stable : IconToggleButtonColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ListItem( stable headlineText: Function2 stable modifier: Modifier? = @static Companion stable overlineText: Function2? = @static null stable supportingText: Function2? = @static null stable leadingContent: Function2? = @static null stable trailingContent: Function2? = @static null stable colors: ListItemColors? = @dynamic ListItemDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b00110000000000000000000000000000, 0b000111111111) stable tonalElevation: Dp = @static ListItemDefaults.Elevation stable shadowElevation: Dp = @static ListItemDefaults.Elevation ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ListItem( stable modifier: Modifier? = @static Companion stable shape: Shape? = @dynamic ListItemDefaults.shape stable containerColor: Color = @dynamic ListItemDefaults.containerColor stable contentColor: Color = @dynamic ListItemDefaults.contentColor stable tonalElevation: Dp = @static ListItemDefaults.Elevation stable shadowElevation: Dp = @static ListItemDefaults.Elevation stable minHeight: Dp stable paddingValues: PaddingValues stable content: @[ExtensionFunctionType] Function3 ) scheme("[_, [androidx.compose.ui.UiComposable]: [_]]") fun leadingContent( stable leadingContent: Function2 stable contentColor: Color stable topAlign: Boolean ): @[ExtensionFunctionType] Function3 scheme("[_, [androidx.compose.ui.UiComposable]: [_]]") fun trailingContent( stable trailingContent: Function2 stable contentColor: Color stable topAlign: Boolean ): @[ExtensionFunctionType] Function3 fun ( unused stable : ListItemDefaults ): Shape fun ( unused stable : ListItemDefaults ): Color fun ( unused stable : ListItemDefaults ): Color fun colors( stable containerColor: Color = @dynamic ListTokens.ListItemContainerColor.toColor($composer, 0b0110) stable headlineColor: Color = @dynamic ListTokens.ListItemLabelTextColor.toColor($composer, 0b0110) stable leadingIconColor: Color = @dynamic ListTokens.ListItemLeadingIconColor.toColor($composer, 0b0110) stable overlineColor: Color = @dynamic ListTokens.ListItemOverlineColor.toColor($composer, 0b0110) stable supportingColor: Color = @dynamic ListTokens.ListItemSupportingTextColor.toColor($composer, 0b0110) stable trailingIconColor: Color = @dynamic ListTokens.ListItemTrailingIconColor.toColor($composer, 0b0110) stable disabledHeadlineColor: Color = @dynamic ListTokens.ListItemDisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = ListTokens . ListItemDisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic ListTokens.ListItemDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = ListTokens . ListItemDisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic ListTokens.ListItemDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = ListTokens . ListItemDisabledTrailingIconOpacity ) unused stable : ListItemDefaults ): ListItemColors fun containerColor( stable : ListItemColors ): State fun headlineColor( stable enabled: Boolean stable : ListItemColors ): State fun leadingIconColor( stable enabled: Boolean stable : ListItemColors ): State fun overlineColor( stable : ListItemColors ): State fun supportingColor( stable : ListItemColors ): State fun trailingIconColor( stable enabled: Boolean stable : ListItemColors ): State restartable skippable scheme("[0, [0]]") fun ProvideTextStyleFromToken( stable color: Color stable textToken: TypographyKeyTokens stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun MaterialTheme( stable colorScheme: ColorScheme? = @dynamic MaterialTheme.colorScheme stable shapes: Shapes? = @dynamic MaterialTheme.shapes stable typography: Typography? = @dynamic MaterialTheme.typography stable content: Function2 ) readonly fun ( unused stable : MaterialTheme ): ColorScheme readonly fun ( unused stable : MaterialTheme ): Typography readonly fun ( unused stable : MaterialTheme ): Shapes fun defaultColor( unused stable : MaterialRippleTheme ): Color fun rippleAlpha( unused stable : MaterialRippleTheme ): RippleAlpha fun rememberTextSelectionColors( stable colorScheme: ColorScheme ): TextSelectionColors restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DropdownMenuContent( expandedStates: MutableTransitionState stable transformOriginState: MutableState stable modifier: Modifier? = @static Companion stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DropdownMenuItemContent( stable text: Function2 stable onClick: Function0 stable modifier: Modifier stable leadingIcon: Function2? stable trailingIcon: Function2? stable enabled: Boolean stable colors: MenuItemColors stable contentPadding: PaddingValues stable interactionSource: MutableInteractionSource ) fun itemColors( stable textColor: Color = @dynamic MenuTokens.ListItemLabelTextColor.toColor($composer, 0b0110) stable leadingIconColor: Color = @dynamic MenuTokens.ListItemLeadingIconColor.toColor($composer, 0b0110) stable trailingIconColor: Color = @dynamic MenuTokens.ListItemTrailingIconColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic MenuTokens.ListItemDisabledLabelTextColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledLabelTextOpacity ) stable disabledLeadingIconColor: Color = @dynamic MenuTokens.ListItemDisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledLeadingIconOpacity ) stable disabledTrailingIconColor: Color = @dynamic MenuTokens.ListItemDisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = MenuTokens . ListItemDisabledTrailingIconOpacity ) unused stable : MenuDefaults ): MenuItemColors fun textColor( stable enabled: Boolean stable : MenuItemColors ): State fun leadingIconColor( stable enabled: Boolean stable : MenuItemColors ): State fun trailingIconColor( stable enabled: Boolean stable : MenuItemColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalBottomSheet( stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable sheetState: SheetState? = @dynamic rememberSheetState(false, null, $composer, 0, 0b0011) stable shape: Shape? = @dynamic if (sheetState.targetValue == SheetValue.Hidden) { $composer . startReplaceableGroup ( -203433069 ) sourceInformation ( $composer , "100@4925L14" ) val tmp0_group = BottomSheetDefaults . MinimizedShape $composer . endReplaceableGroup ( ) tmp0_group } else { $composer . startReplaceableGroup ( -203433021 ) sourceInformation ( $composer , "101@4973L13" ) val tmp1_group = BottomSheetDefaults . ExpandedShape $composer . endReplaceableGroup ( ) tmp1_group } stable containerColor: Color = @dynamic BottomSheetDefaults.ContainerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable tonalElevation: Dp = @static BottomSheetDefaults.Elevation stable scrimColor: Color = @dynamic BottomSheetDefaults.ScrimColor stable dragHandle: Function2? = @static ComposableSingletons$ModalBottomSheetKt.lambda-1 stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable color: Color stable onDismissRequest: Function0 stable visible: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun NavigationBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic NavigationBarDefaults.containerColor stable contentColor: Color = @dynamic MaterialTheme.colorScheme.contentColorFor(containerColor) stable tonalElevation: Dp = @static NavigationBarDefaults.Elevation stable windowInsets: WindowInsets? = @dynamic NavigationBarDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationBarItem( stable : RowScope stable selected: Boolean stable onClick: Function0 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable label: Function2? = @static null stable alwaysShowLabel: Boolean = @static true stable colors: NavigationBarItemColors? = @dynamic NavigationBarItemDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b110000000000000000000000, 0b01111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun ( unused stable : NavigationBarDefaults ): Color fun ( unused stable : NavigationBarDefaults ): WindowInsets fun colors( stable selectedIconColor: Color = @dynamic NavigationBarTokens.ActiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationBarTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationBarTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationBarTokens.InactiveIconColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationBarTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable disabledIconColor: Color = @dynamic unselectedIconColor.copy( alpha = DisabledAlpha ) stable disabledTextColor: Color = @dynamic unselectedTextColor.copy( alpha = DisabledAlpha ) unused stable : NavigationBarItemDefaults ): NavigationBarItemColors fun colors( stable selectedIconColor: Color = @dynamic NavigationBarTokens.ActiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationBarTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationBarTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationBarTokens.InactiveIconColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationBarTokens.InactiveLabelTextColor.toColor($composer, 0b0110) unused stable : NavigationBarItemDefaults ): NavigationBarItemColors fun iconColor( stable selected: Boolean stable enabled: Boolean stable : NavigationBarItemColors ): State fun textColor( stable selected: Boolean stable enabled: Boolean stable : NavigationBarItemColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationBarItemBaselineLayout( stable indicatorRipple: Function2 stable indicator: Function2 stable icon: Function2 stable label: Function2? stable alwaysShowLabel: Boolean stable animationProgress: Float ) fun rememberDrawerState( stable initialValue: DrawerValue stable confirmStateChange: Function1? = @static { it: DrawerValue -> true } ): DrawerState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ModalNavigationDrawer( stable drawerContent: Function2 stable modifier: Modifier? = @static Companion stable drawerState: DrawerState? = @dynamic rememberDrawerState(DrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable gesturesEnabled: Boolean = @static true stable scrimColor: Color = @dynamic DrawerDefaults.scrimColor stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DismissibleNavigationDrawer( stable drawerContent: Function2 stable modifier: Modifier? = @static Companion stable drawerState: DrawerState? = @dynamic rememberDrawerState(DrawerValue.Closed, null, $composer, 0b0110, 0b0010) stable gesturesEnabled: Boolean = @static true stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun PermanentNavigationDrawer( stable drawerContent: Function2 stable modifier: Modifier? = @static Companion stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ModalDrawerSheet( stable modifier: Modifier? = @static Companion stable drawerShape: Shape? = @dynamic DrawerDefaults.shape stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.ModalDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DismissibleDrawerSheet( stable modifier: Modifier? = @static Companion stable drawerShape: Shape? = @static RectangleShape stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.DismissibleDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun PermanentDrawerSheet( stable modifier: Modifier? = @static Companion stable drawerShape: Shape? = @static RectangleShape stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.PermanentDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DrawerSheet( stable windowInsets: WindowInsets stable modifier: Modifier? = @static Companion stable drawerShape: Shape? = @static RectangleShape stable drawerContainerColor: Color = @dynamic MaterialTheme.colorScheme.surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b1001) stable drawerTonalElevation: Dp = @static DrawerDefaults.PermanentDrawerElevation stable content: @[ExtensionFunctionType] Function3 ) fun ( unused stable : DrawerDefaults ): Shape fun ( unused stable : DrawerDefaults ): Color fun ( unused stable : DrawerDefaults ): Color fun ( unused stable : DrawerDefaults ): WindowInsets restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationDrawerItem( stable label: Function2 stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable badge: Function2? = @static null stable shape: Shape? = @dynamic NavigationDrawerTokens.ActiveIndicatorShape.toShape($composer, 0b0110) stable colors: NavigationDrawerItemColors? = @dynamic NavigationDrawerItemDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun colors( stable selectedContainerColor: Color = @dynamic NavigationDrawerTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedContainerColor: Color = @dynamic NavigationDrawerTokens.ContainerColor.toColor($composer, 0b0110) stable selectedIconColor: Color = @dynamic NavigationDrawerTokens.ActiveIconColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationDrawerTokens.InactiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationDrawerTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationDrawerTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable selectedBadgeColor: Color = @dynamic selectedTextColor stable unselectedBadgeColor: Color = @dynamic unselectedTextColor unused stable : NavigationDrawerItemDefaults ): NavigationDrawerItemColors fun iconColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun textColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun containerColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State fun badgeColor( stable selected: Boolean stable : DefaultDrawerItemsColor ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Scrim( stable open: Boolean stable onClose: Function0 stable fraction: Function0 stable color: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRail( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic NavigationRailDefaults.ContainerColor stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable header: @[ExtensionFunctionType] Function3? = @static null stable windowInsets: WindowInsets? = @dynamic NavigationRailDefaults.windowInsets stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRailItem( stable selected: Boolean stable onClick: Function0 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable label: Function2? = @static null stable alwaysShowLabel: Boolean = @static true stable colors: NavigationRailItemColors? = @dynamic NavigationRailItemDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b110000000000000000000000, 0b01111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun ( unused stable : NavigationRailDefaults ): Color fun ( unused stable : NavigationRailDefaults ): WindowInsets fun colors( stable selectedIconColor: Color = @dynamic NavigationRailTokens.ActiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationRailTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationRailTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationRailTokens.InactiveIconColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationRailTokens.InactiveLabelTextColor.toColor($composer, 0b0110) stable disabledIconColor: Color = @dynamic unselectedIconColor.copy( alpha = DisabledAlpha ) stable disabledTextColor: Color = @dynamic unselectedTextColor.copy( alpha = DisabledAlpha ) unused stable : NavigationRailItemDefaults ): NavigationRailItemColors fun colors( stable selectedIconColor: Color = @dynamic NavigationRailTokens.ActiveIconColor.toColor($composer, 0b0110) stable selectedTextColor: Color = @dynamic NavigationRailTokens.ActiveLabelTextColor.toColor($composer, 0b0110) stable indicatorColor: Color = @dynamic NavigationRailTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable unselectedIconColor: Color = @dynamic NavigationRailTokens.InactiveIconColor.toColor($composer, 0b0110) stable unselectedTextColor: Color = @dynamic NavigationRailTokens.InactiveLabelTextColor.toColor($composer, 0b0110) unused stable : NavigationRailItemDefaults ): NavigationRailItemColors fun iconColor( stable selected: Boolean stable enabled: Boolean stable : NavigationRailItemColors ): State fun textColor( stable selected: Boolean stable enabled: Boolean stable : NavigationRailItemColors ): State fun ( stable : NavigationRailItemColors ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NavigationRailItemBaselineLayout( stable indicatorRipple: Function2 stable indicator: Function2 stable icon: Function2 stable label: Function2? stable alwaysShowLabel: Boolean stable animationProgress: Float ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.outlinedShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.outlinedShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.outlinedShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.outlinedShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextFieldLayout( stable modifier: Modifier stable textField: Function2 stable placeholder: Function3? stable label: Function2? stable leading: Function2? stable trailing: Function2? stable prefix: Function2? stable suffix: Function2? stable singleLine: Boolean stable animationProgress: Float stable onLabelMeasured: Function1 stable container: Function2 stable supporting: Function2? stable paddingValues: PaddingValues ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.linearColor stable trackColor: Color = @dynamic ProgressIndicatorDefaults.linearTrackColor stable strokeCap: StrokeCap = @static ProgressIndicatorDefaults.LinearStrokeCap ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.linearColor stable trackColor: Color = @dynamic ProgressIndicatorDefaults.linearTrackColor stable strokeCap: StrokeCap = @static ProgressIndicatorDefaults.LinearStrokeCap ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.linearColor stable trackColor: Color = @dynamic ProgressIndicatorDefaults.linearTrackColor ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.linearColor stable trackColor: Color = @dynamic ProgressIndicatorDefaults.linearTrackColor ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.circularColor stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth stable trackColor: Color = @dynamic ProgressIndicatorDefaults.circularTrackColor stable strokeCap: StrokeCap = @static ProgressIndicatorDefaults.CircularDeterminateStrokeCap ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.circularColor stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth stable trackColor: Color = @dynamic ProgressIndicatorDefaults.circularTrackColor stable strokeCap: StrokeCap = @static ProgressIndicatorDefaults.CircularIndeterminateStrokeCap ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.circularColor stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.circularColor stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth ) fun ( unused stable : ProgressIndicatorDefaults ): Color fun ( unused stable : ProgressIndicatorDefaults ): Color fun ( unused stable : ProgressIndicatorDefaults ): Color fun ( unused stable : ProgressIndicatorDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RadioButton( stable selected: Boolean stable onClick: Function0? stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun colors( stable selectedColor: Color = @dynamic RadioButtonTokens.SelectedIconColor.toColor($composer, 0b0110) stable unselectedColor: Color = @dynamic RadioButtonTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledSelectedColor: Color = @dynamic RadioButtonTokens.DisabledSelectedIconColor.toColor($composer, 0b0110).copy( alpha = RadioButtonTokens . DisabledSelectedIconOpacity ) stable disabledUnselectedColor: Color = @dynamic RadioButtonTokens.DisabledUnselectedIconColor.toColor($composer, 0b0110).copy( alpha = RadioButtonTokens . DisabledUnselectedIconOpacity ) unused stable : RadioButtonDefaults ): RadioButtonColors fun radioColor( stable enabled: Boolean stable selected: Boolean stable : RadioButtonColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_], [_], [_]]") fun Scaffold( stable modifier: Modifier? = @static Companion stable topBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-1 stable bottomBar: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-2 stable snackbarHost: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-3 stable floatingActionButton: Function2? = @static ComposableSingletons$ScaffoldKt.lambda-4 stable floatingActionButtonPosition: FabPosition = @static Companion.End stable containerColor: Color = @dynamic MaterialTheme.colorScheme.background stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable contentWindowInsets: WindowInsets? = @dynamic ScaffoldDefaults.contentWindowInsets stable content: Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_], [_], [_]]") fun ScaffoldLayout( stable fabPosition: FabPosition stable topBar: Function2 stable content: Function3 stable snackbar: Function2 stable fab: Function2 stable contentWindowInsets: WindowInsets stable bottomBar: Function2 ) fun ( unused stable : ScaffoldDefaults ): WindowInsets fun toShape( stable : ShapeKeyTokens ): Shape fun rememberSheetState( stable skipHalfExpanded: Boolean = @static false stable confirmValueChange: Function1? = @static { it: SheetValue -> true } ): SheetState fun ( unused stable : BottomSheetDefaults ): Shape fun ( unused stable : BottomSheetDefaults ): Shape fun ( unused stable : BottomSheetDefaults ): Color fun ( unused stable : BottomSheetDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DragHandle( stable modifier: Modifier? = @static Companion stable width: Dp = @static SheetBottomTokens.DockedDragHandleWidth stable height: Dp = @static SheetBottomTokens.DockedDragHandleHeight stable shape: Shape? = @dynamic MaterialTheme.shapes.extraLarge stable color: Color = @dynamic SheetBottomTokens.DockedDragHandleColor.toColor($composer, 0b0110).copy( alpha = SheetBottomTokens . DockedDragHandleOpacity ) unused stable : BottomSheetDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Slider( stable value: Float stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Slider( stable value: Float stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable thumb: Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Slider( stable value: Float stable onValueChange: Function1 stable track: Function3 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable thumb: Function3? = @static composableLambda($composer, 2133637250, true) { it: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C334@15655L126:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 2133637250 , $changed , -1 , "androidx.compose.material3.Slider. (Slider.kt:333)" ) } SliderDefaults . Thumb ( interactionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b00011011 or 0b001110000000 and $dirty shr 0b00010010 or 0b0001110000000000 and $dirty shr 0b0011 , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Slider( stable value: Float stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable thumb: Function3? = @static composableLambda($composer, 1998248322, true) { it: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C423@19766L126:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1998248322 , $changed , -1 , "androidx.compose.material3.Slider. (Slider.kt:422)" ) } SliderDefaults . Thumb ( interactionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b00010101 or 0b001110000000 and $dirty shr 0b1100 or 0b0001110000000000 and $dirty , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable track: Function3? = @static composableLambda($composer, 1543282935, true) { sliderPositions: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C430@19995L122:Slider.kt#uh7d8r" ) val $dirty = $changed if ( $changed and 0b1110 === 0 ) { $dirty = $dirty or if ( $composer . changed ( sliderPositions ) ) 0b0100 else 0b0010 } if ( $dirty and 0b01011011 !== 0b00010010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1543282935 , $dirty , -1 , "androidx.compose.material3.Slider. (Slider.kt:429)" ) } SliderDefaults . Track ( sliderPositions , null , colors , enabled , $composer , 0b0110000000000000 or 0b1110 and $dirty or 0b001110000000 and $dirty shr 0b1100 or 0b0001110000000000 and $dirty , 0b0010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable steps: Int = @static 0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RangeSlider( stable value: ClosedFloatingPointRange stable onValueChange: Function1, Unit> stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable steps: Int = @static 0 stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun RangeSlider( stable value: ClosedFloatingPointRange stable onValueChange: Function1, Unit> stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable onValueChangeFinished: Function0? = @static null stable colors: SliderColors? = @dynamic SliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110, 0b001111111111) stable startInteractionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable endInteractionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable startThumb: Function3? = @static composableLambda($composer, 585242822, true) { it: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C614@28490L131:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 585242822 , $changed , -1 , "androidx.compose.material3.RangeSlider. (Slider.kt:613)" ) } SliderDefaults . Thumb ( startInteractionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b00010101 or 0b001110000000 and $dirty shr 0b1100 or 0b0001110000000000 and $dirty , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable endThumb: Function3? = @static composableLambda($composer, 1397395775, true) { it: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C621@28708L129:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1397395775 , $changed , -1 , "androidx.compose.material3.RangeSlider. (Slider.kt:620)" ) } SliderDefaults . Thumb ( endInteractionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b00011000 or 0b001110000000 and $dirty shr 0b1100 or 0b0001110000000000 and $dirty , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable track: Function3? = @static composableLambda($composer, -2139066097, true) { sliderPositions: SliderPositions, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C628@28944L138:Slider.kt#uh7d8r" ) val $dirty = $changed if ( $changed and 0b1110 === 0 ) { $dirty = $dirty or if ( $composer . changed ( sliderPositions ) ) 0b0100 else 0b0010 } if ( $dirty and 0b01011011 !== 0b00010010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -2139066097 , $dirty , -1 , "androidx.compose.material3.RangeSlider. (Slider.kt:627)" ) } SliderDefaults . Track ( sliderPositions , null , colors , enabled , $composer , 0b0110000000000000 or 0b1110 and $dirty or 0b001110000000 and $dirty shr 0b1100 or 0b0001110000000000 and $dirty , 0b0010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable steps: Int = @static 0 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SliderImpl( stable modifier: Modifier stable enabled: Boolean stable interactionSource: MutableInteractionSource stable onValueChange: Function1 stable onValueChangeFinished: Function0? stable steps: Int stable value: Float stable valueRange: ClosedFloatingPointRange stable thumb: Function3 stable track: Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun RangeSliderImpl( stable modifier: Modifier stable value: ClosedFloatingPointRange stable onValueChange: Function1, Unit> stable enabled: Boolean stable valueRange: ClosedFloatingPointRange stable steps: Int = @static 0 stable onValueChangeFinished: Function0? stable startInteractionSource: MutableInteractionSource stable endInteractionSource: MutableInteractionSource stable startThumb: Function3 stable endThumb: Function3 stable track: Function3 ) fun colors( stable thumbColor: Color = @dynamic SliderTokens.HandleColor.toColor($composer, 0b0110) stable activeTrackColor: Color = @dynamic SliderTokens.ActiveTrackColor.toColor($composer, 0b0110) stable activeTickColor: Color = @dynamic SliderTokens.TickMarksActiveContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksActiveContainerOpacity ) stable inactiveTrackColor: Color = @dynamic SliderTokens.InactiveTrackColor.toColor($composer, 0b0110) stable inactiveTickColor: Color = @dynamic SliderTokens.TickMarksInactiveContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksInactiveContainerOpacity ) stable disabledThumbColor: Color = @dynamic SliderTokens.DisabledHandleColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledActiveTrackColor: Color = @dynamic SliderTokens.DisabledActiveTrackColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledActiveTrackOpacity ) stable disabledActiveTickColor: Color = @dynamic SliderTokens.TickMarksDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksDisabledContainerOpacity ) stable disabledInactiveTrackColor: Color = @dynamic SliderTokens.DisabledInactiveTrackColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . DisabledInactiveTrackOpacity ) stable disabledInactiveTickColor: Color = @dynamic SliderTokens.TickMarksDisabledContainerColor.toColor($composer, 0b0110).copy( alpha = SliderTokens . TickMarksDisabledContainerOpacity ) unused stable : SliderDefaults ): SliderColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Thumb( stable interactionSource: MutableInteractionSource stable modifier: Modifier? = @static Companion stable colors: SliderColors? = @dynamic colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b1110 and $dirty shr 0b1111, 0b001111111111) stable enabled: Boolean = @static true stable thumbSize: DpSize = @static ThumbSize stable : SliderDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Track( stable sliderPositions: SliderPositions stable modifier: Modifier? = @static Companion stable colors: SliderColors? = @dynamic colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b1110 and $dirty shr 0b1100, 0b001111111111) stable enabled: Boolean = @static true stable : SliderDefaults ) fun thumbColor( stable enabled: Boolean stable : SliderColors ): State fun trackColor( stable enabled: Boolean stable active: Boolean stable : SliderColors ): State fun tickColor( stable enabled: Boolean stable active: Boolean stable : SliderColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Snackbar( stable modifier: Modifier? = @static Companion stable action: Function2? = @static null stable dismissAction: Function2? = @static null stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @dynamic SnackbarDefaults.shape stable containerColor: Color = @dynamic SnackbarDefaults.color stable contentColor: Color = @dynamic SnackbarDefaults.contentColor stable actionContentColor: Color = @dynamic SnackbarDefaults.actionContentColor stable dismissActionContentColor: Color = @dynamic SnackbarDefaults.dismissActionContentColor stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Snackbar( stable snackbarData: SnackbarData stable modifier: Modifier? = @static Companion stable actionOnNewLine: Boolean = @static false stable shape: Shape? = @dynamic SnackbarDefaults.shape stable containerColor: Color = @dynamic SnackbarDefaults.color stable contentColor: Color = @dynamic SnackbarDefaults.contentColor stable actionColor: Color = @dynamic SnackbarDefaults.actionColor stable actionContentColor: Color = @dynamic SnackbarDefaults.actionContentColor stable dismissActionContentColor: Color = @dynamic SnackbarDefaults.dismissActionContentColor ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun NewLineButtonSnackbar( stable text: Function2 stable action: Function2 stable dismissAction: Function2? stable actionTextStyle: TextStyle stable actionContentColor: Color stable dismissActionContentColor: Color ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OneRowSnackbar( stable text: Function2 stable action: Function2? stable dismissAction: Function2? stable actionTextStyle: TextStyle stable actionTextColor: Color stable dismissActionColor: Color ) fun ( unused stable : SnackbarDefaults ): Shape fun ( unused stable : SnackbarDefaults ): Color fun ( unused stable : SnackbarDefaults ): Color fun ( unused stable : SnackbarDefaults ): Color fun ( unused stable : SnackbarDefaults ): Color fun ( unused stable : SnackbarDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SnackbarHost( stable hostState: SnackbarHostState stable modifier: Modifier? = @static Companion stable snackbar: Function3? = @static ComposableSingletons$SnackbarHostKt.lambda-1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FadeInFadeOutWithScale( stable current: SnackbarData? stable modifier: Modifier? = @static Companion stable content: Function3 ) fun animatedOpacity( unstable animation: AnimationSpec stable visible: Boolean stable onAnimationFinish: Function0? = @static { } ): State fun animatedScale( unstable animation: AnimationSpec stable visible: Boolean ): State scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable modifier: Modifier? = @static Companion stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b0110) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1100) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1111) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Surface( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable shape: Shape? = @static RectangleShape stable color: Color = @dynamic MaterialTheme.colorScheme.surface stable contentColor: Color = @dynamic contentColorFor(color, $composer, 0b1110 and $changed shr 0b1111) stable tonalElevation: Dp = @static 0.dp stable shadowElevation: Dp = @static 0.dp stable border: BorderStroke? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: Function2 ) fun surfaceColorAtElevation( stable color: Color stable elevation: Dp ): Color fun rememberDismissState( stable initialValue: DismissValue? = @static DismissValue.Default stable confirmValueChange: Function1? = @static { it: DismissValue -> true } stable positionalThreshold: @[ExtensionFunctionType] Function2? = @static SwipeToDismissDefaults.FixedPositionalThreshold ): DismissState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SwipeToDismiss( stable state: DismissState stable background: @[ExtensionFunctionType] Function3 stable dismissContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion unstable directions: Set? = @static setOf(DismissDirection.EndToStart, DismissDirection.StartToEnd) ) fun rememberSwipeableState( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): SwipeableState fun rememberSwipeableStateFor( value: T stable onValueChange: Function1 unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec ): SwipeableState fun rememberSwipeableV2State( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableV2Defaults.AnimationSpec stable confirmValueChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): SwipeableV2State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Switch( stable checked: Boolean stable onCheckedChange: Function1? stable modifier: Modifier? = @static Companion stable thumbContent: Function2? = @static null stable enabled: Boolean = @static true stable colors: SwitchColors? = @dynamic SwitchDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b000110000000000000000000, 0b1111111111111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun SwitchImpl( stable : BoxScope stable checked: Boolean stable enabled: Boolean stable colors: SwitchColors stable thumbValue: State stable thumbContent: Function2? stable interactionSource: InteractionSource stable thumbShape: Shape stable uncheckedThumbDiameter: Dp stable minBound: Dp stable maxBound: Dp ) fun colors( stable checkedThumbColor: Color = @dynamic SwitchTokens.SelectedHandleColor.toColor($composer, 0b0110) stable checkedTrackColor: Color = @dynamic SwitchTokens.SelectedTrackColor.toColor($composer, 0b0110) stable checkedBorderColor: Color = @static Companion.Transparent stable checkedIconColor: Color = @dynamic SwitchTokens.SelectedIconColor.toColor($composer, 0b0110) stable uncheckedThumbColor: Color = @dynamic SwitchTokens.UnselectedHandleColor.toColor($composer, 0b0110) stable uncheckedTrackColor: Color = @dynamic SwitchTokens.UnselectedTrackColor.toColor($composer, 0b0110) stable uncheckedBorderColor: Color = @dynamic SwitchTokens.UnselectedFocusTrackOutlineColor.toColor($composer, 0b0110) stable uncheckedIconColor: Color = @dynamic SwitchTokens.UnselectedIconColor.toColor($composer, 0b0110) stable disabledCheckedThumbColor: Color = @dynamic SwitchTokens.DisabledSelectedHandleColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledSelectedHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledCheckedTrackColor: Color = @dynamic SwitchTokens.DisabledSelectedTrackColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledCheckedBorderColor: Color = @static Companion.Transparent stable disabledCheckedIconColor: Color = @dynamic SwitchTokens.DisabledSelectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledSelectedIconOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedThumbColor: Color = @dynamic SwitchTokens.DisabledUnselectedHandleColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledUnselectedHandleOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedTrackColor: Color = @dynamic SwitchTokens.DisabledUnselectedTrackColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedBorderColor: Color = @dynamic SwitchTokens.DisabledUnselectedTrackOutlineColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.colorScheme.surface) stable disabledUncheckedIconColor: Color = @dynamic SwitchTokens.DisabledUnselectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledUnselectedIconOpacity ).compositeOver(MaterialTheme.colorScheme.surface) unused stable : SwitchDefaults ): SwitchColors fun thumbColor( stable enabled: Boolean stable checked: Boolean stable : SwitchColors ): State fun trackColor( stable enabled: Boolean stable checked: Boolean stable : SwitchColors ): State fun borderColor( stable enabled: Boolean stable checked: Boolean stable : SwitchColors ): State fun iconColor( stable enabled: Boolean stable checked: Boolean stable : SwitchColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Tab( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable text: Function2? = @static null stable icon: Function2? = @static null stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun LeadingIconTab( stable selected: Boolean stable onClick: Function0 stable text: Function2 stable icon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Tab( stable selected: Boolean stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable selectedContentColor: Color = @dynamic LocalContentColor.current stable unselectedContentColor: Color = @dynamic selectedContentColor stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[0, [0]]") fun TabTransition( stable activeColor: Color stable inactiveColor: Color stable selected: Boolean stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TabBaselineLayout( stable text: Function2? stable icon: Function2? ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_]]") fun TabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic TabRowDefaults.containerColor stable contentColor: Color = @dynamic TabRowDefaults.contentColor stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -2052073983, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C131@6552L92:TabRow.kt#uh7d8r" ) if ( isTraceInProgress ( ) ) { traceEventStart ( -2052073983 , $changed , -1 , "androidx.compose.material3.TabRow. (TabRow.kt:130)" ) } TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-1 stable tabs: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [_], [_], [_]]") fun ScrollableTabRow( stable selectedTabIndex: Int stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic TabRowDefaults.containerColor stable contentColor: Color = @dynamic TabRowDefaults.contentColor stable edgePadding: Dp = @static ScrollableTabRowPadding stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -913748678, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C228@11067L92:TabRow.kt#uh7d8r" ) if ( isTraceInProgress ( ) ) { traceEventStart ( -913748678 , $changed , -1 , "androidx.compose.material3.ScrollableTabRow. (TabRow.kt:227)" ) } TabRowDefaults . Indicator ( TabRowDefaults . tabIndicatorOffset ( tabPositions [ selectedTabIndex ] ) , ( 0.0f ) , ( 0L ) , $composer , 0b110000000000 , 0b0110 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } stable divider: Function2? = @static ComposableSingletons$TabRowKt.lambda-2 stable tabs: Function2 ) fun ( unused stable : TabRowDefaults ): Color fun ( unused stable : TabRowDefaults ): Color restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Indicator( stable modifier: Modifier? = @static Companion stable height: Dp = @static PrimaryNavigationTabTokens.ActiveIndicatorHeight stable color: Color = @dynamic MaterialTheme.colorScheme.fromToken(PrimaryNavigationTabTokens.ActiveIndicatorColor) unused stable : TabRowDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified 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() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @static mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[0, [0]]") fun ProvideTextStyle( stable value: TextStyle stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.filledShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.filledShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: String stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.filledShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextField( stable value: TextFieldValue stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable readOnly: Boolean = @static false stable textStyle: TextStyle? = @dynamic LocalTextStyle.current stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable isError: Boolean = @static false stable visualTransformation: VisualTransformation? = @static Companion.None 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 interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic TextFieldDefaults.filledShape stable colors: TextFieldColors? = @dynamic TextFieldDefaults.textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b000110000000000000000000, 0b01111111111111111111111111111111, 0b00011111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextFieldLayout( stable modifier: Modifier stable textField: Function2 stable label: Function2? stable placeholder: Function3? stable leading: Function2? stable trailing: Function2? stable prefix: Function2? stable suffix: Function2? stable singleLine: Boolean stable animationProgress: Float stable container: Function2 stable supporting: Function2? stable paddingValues: PaddingValues ) fun ( unused stable : TextFieldDefaults ): Shape fun ( unused stable : TextFieldDefaults ): Shape restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun FilledContainerBox( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable shape: Shape? = @dynamic filledShape stable : TextFieldDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun OutlinedBorderContainerBox( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable shape: Shape? = @dynamic OutlinedTextFieldTokens.ContainerShape.toShape($composer, 0b0110) stable focusedBorderThickness: Dp = @dynamic FocusedBorderThickness stable unfocusedBorderThickness: Dp = @dynamic UnfocusedBorderThickness stable : TextFieldDefaults ) fun textFieldColors( stable textColor: Color = @dynamic FilledTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable containerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable cursorColor: Color = @dynamic FilledTextFieldTokens.CaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic FilledTextFieldTokens.ErrorFocusCaretColor.toColor($composer, 0b0110) stable selectionColors: TextSelectionColors? = @dynamic LocalTextSelectionColors.current stable focusedIndicatorColor: Color = @dynamic FilledTextFieldTokens.FocusActiveIndicatorColor.toColor($composer, 0b0110) stable unfocusedIndicatorColor: Color = @dynamic FilledTextFieldTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable disabledIndicatorColor: Color = @dynamic FilledTextFieldTokens.DisabledActiveIndicatorColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledActiveIndicatorOpacity ) stable errorIndicatorColor: Color = @dynamic FilledTextFieldTokens.ErrorActiveIndicatorColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic FilledTextFieldTokens.FocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic FilledTextFieldTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic FilledTextFieldTokens.ErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic FilledTextFieldTokens.FocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic FilledTextFieldTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic FilledTextFieldTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic FilledTextFieldTokens.ErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic FilledTextFieldTokens.FocusLabelColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic FilledTextFieldTokens.LabelColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic FilledTextFieldTokens.DisabledLabelColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledLabelOpacity ) stable errorLabelColor: Color = @dynamic FilledTextFieldTokens.ErrorLabelColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable focusedSupportingTextColor: Color = @dynamic FilledTextFieldTokens.FocusSupportingColor.toColor($composer, 0b0110) stable unfocusedSupportingTextColor: Color = @dynamic FilledTextFieldTokens.SupportingColor.toColor($composer, 0b0110) stable disabledSupportingTextColor: Color = @dynamic FilledTextFieldTokens.DisabledSupportingColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledSupportingOpacity ) stable errorSupportingTextColor: Color = @dynamic FilledTextFieldTokens.ErrorSupportingColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic FilledTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic FilledTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic FilledTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorPrefixColor: Color = @dynamic FilledTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic FilledTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic FilledTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic FilledTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorSuffixColor: Color = @dynamic FilledTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) unused stable : TextFieldDefaults ): TextFieldColors fun outlinedTextFieldColors( stable textColor: Color = @dynamic OutlinedTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable containerColor: Color = @static Companion.Transparent stable cursorColor: Color = @dynamic OutlinedTextFieldTokens.CaretColor.toColor($composer, 0b0110) stable errorCursorColor: Color = @dynamic OutlinedTextFieldTokens.ErrorFocusCaretColor.toColor($composer, 0b0110) stable selectionColors: TextSelectionColors? = @dynamic LocalTextSelectionColors.current stable focusedBorderColor: Color = @dynamic OutlinedTextFieldTokens.FocusOutlineColor.toColor($composer, 0b0110) stable unfocusedBorderColor: Color = @dynamic OutlinedTextFieldTokens.OutlineColor.toColor($composer, 0b0110) stable disabledBorderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledOutlineColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledOutlineOpacity ) stable errorBorderColor: Color = @dynamic OutlinedTextFieldTokens.ErrorOutlineColor.toColor($composer, 0b0110) stable focusedLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.FocusLeadingIconColor.toColor($composer, 0b0110) stable unfocusedLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.LeadingIconColor.toColor($composer, 0b0110) stable disabledLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.DisabledLeadingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledLeadingIconOpacity ) stable errorLeadingIconColor: Color = @dynamic OutlinedTextFieldTokens.ErrorLeadingIconColor.toColor($composer, 0b0110) stable focusedTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.FocusTrailingIconColor.toColor($composer, 0b0110) stable unfocusedTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.TrailingIconColor.toColor($composer, 0b0110) stable disabledTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.DisabledTrailingIconColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledTrailingIconOpacity ) stable errorTrailingIconColor: Color = @dynamic OutlinedTextFieldTokens.ErrorTrailingIconColor.toColor($composer, 0b0110) stable focusedLabelColor: Color = @dynamic OutlinedTextFieldTokens.FocusLabelColor.toColor($composer, 0b0110) stable unfocusedLabelColor: Color = @dynamic OutlinedTextFieldTokens.LabelColor.toColor($composer, 0b0110) stable disabledLabelColor: Color = @dynamic OutlinedTextFieldTokens.DisabledLabelColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledLabelOpacity ) stable errorLabelColor: Color = @dynamic OutlinedTextFieldTokens.ErrorLabelColor.toColor($composer, 0b0110) stable placeholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable focusedSupportingTextColor: Color = @dynamic OutlinedTextFieldTokens.FocusSupportingColor.toColor($composer, 0b0110) stable unfocusedSupportingTextColor: Color = @dynamic OutlinedTextFieldTokens.SupportingColor.toColor($composer, 0b0110) stable disabledSupportingTextColor: Color = @dynamic OutlinedTextFieldTokens.DisabledSupportingColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledSupportingOpacity ) stable errorSupportingTextColor: Color = @dynamic OutlinedTextFieldTokens.ErrorSupportingColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic OutlinedTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic OutlinedTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic OutlinedTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorPrefixColor: Color = @dynamic OutlinedTextFieldTokens.InputPrefixColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic OutlinedTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic OutlinedTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic OutlinedTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorSuffixColor: Color = @dynamic OutlinedTextFieldTokens.InputSuffixColor.toColor($composer, 0b0110) unused stable : TextFieldDefaults ): TextFieldColors restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable shape: Shape? = @dynamic filledShape stable colors: TextFieldColors? = @dynamic textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b001110000000000000000000 and $dirty1 shr 0b0110, 0b01111111111111111111111111111111, 0b00011111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { textFieldWithoutLabelPadding ( ) } else { textFieldWithLabelPadding ( ) } stable container: Function2? = @static composableLambda($composer, 2023266550, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C605@35193L70:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 2023266550 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.TextFieldDecorationBox. (TextFieldDefaults.kt:604)" ) } TextFieldDefaults . FilledContainerBox ( enabled , isError , interactionSource , colors , shape , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b0110 or 0b01110000 and $dirty shr 0b1111 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty1 shr 0b0110 or 0b1110000000000000 and $dirty1 , 0 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable : TextFieldDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable colors: TextFieldColors? = @dynamic outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b001110000000000000000000 and $dirty1 shr 0b0011, 0b01111111111111111111111111111111, 0b00011111) stable contentPadding: PaddingValues? = @dynamic outlinedTextFieldPadding() stable container: Function2? = @static composableLambda($composer, -1153197597, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C707@41156L71:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1153197597 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.OutlinedTextFieldDecorationBox. (TextFieldDefaults.kt:706)" ) } TextFieldDefaults . OutlinedBorderContainerBox ( enabled , isError , interactionSource , colors , null , ( 0.0f ) , ( 0.0f ) , $composer , 0b110000000000000000000000 or 0b1110 and $dirty shr 0b0110 or 0b01110000 and $dirty shr 0b1111 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty1 shr 0b0011 , 0b01110000 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable : TextFieldDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable shape: Shape? = @dynamic filledShape stable colors: TextFieldColors? = @dynamic textFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b001110000000000000000000 and $dirty1, 0b01111111111111111111111111111111, 0b00011111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { textFieldWithoutLabelPadding ( ) } else { textFieldWithLabelPadding ( ) } stable container: Function2? = @static composableLambda($composer, -1171460386, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C757@43026L70:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1171460386 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.TextFieldDecorationBox. (TextFieldDefaults.kt:756)" ) } TextFieldDefaults . FilledContainerBox ( enabled , isError , interactionSource , colors , shape , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b0110 or 0b01110000 and $dirty shr 0b1111 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty1 or 0b1110000000000000 and $dirty1 shl 0b0110 , 0 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable : TextFieldDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedTextFieldDecorationBox( stable value: String stable innerTextField: Function2 stable enabled: Boolean stable singleLine: Boolean stable visualTransformation: VisualTransformation stable interactionSource: InteractionSource stable isError: Boolean = @static false stable label: Function2? = @static null stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable supportingText: Function2? = @static null stable colors: TextFieldColors? = @dynamic outlinedTextFieldColors((0L), (0L), (0L), (0L), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0, 0, 0b001110000000000000000000 and $dirty1 shl 0b0011, 0b01111111111111111111111111111111, 0b00011111) stable contentPadding: PaddingValues? = @dynamic outlinedTextFieldPadding() stable container: Function2? = @static composableLambda($composer, 144282315, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C801@44727L71:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 144282315 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.OutlinedTextFieldDecorationBox. (TextFieldDefaults.kt:800)" ) } TextFieldDefaults . OutlinedBorderContainerBox ( enabled , isError , interactionSource , colors , null , ( 0.0f ) , ( 0.0f ) , $composer , 0b110000000000000000000000 or 0b1110 and $dirty shr 0b0110 or 0b01110000 and $dirty shr 0b1111 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty1 shl 0b0011 , 0b01110000 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable : TextFieldDefaults ) fun leadingIconColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun trailingIconColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun indicatorColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun containerColor( stable : TextFieldColors ): State fun placeholderColor( stable enabled: Boolean stable : TextFieldColors ): State fun labelColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun textColor( stable enabled: Boolean stable : TextFieldColors ): State fun supportingTextColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun prefixColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun suffixColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun cursorColor( stable isError: Boolean stable : TextFieldColors ): State fun ( stable : TextFieldColors ): TextSelectionColors fun animateBorderStrokeAsState( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable focusedBorderThickness: Dp stable unfocusedBorderThickness: Dp ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CommonDecorationBox( stable type: TextFieldType stable value: String stable innerTextField: Function2 stable visualTransformation: VisualTransformation stable label: Function2? stable placeholder: Function2? = @static null stable leadingIcon: Function2? = @static null stable trailingIcon: Function2? = @static null stable prefix: Function2? = @static null stable suffix: Function2? = @static null stable supportingText: Function2? = @static null stable singleLine: Boolean = @static false stable enabled: Boolean = @static true stable isError: Boolean = @static false stable interactionSource: InteractionSource stable contentPadding: PaddingValues stable colors: TextFieldColors stable container: Function2 ) restartable skippable fun Decoration( stable contentColor: Color stable typography: TextStyle? = @static null stable content: Function2 ) restartable skippable scheme("[0, [0], [0]]") fun Transition( stable inputState: InputPhase stable focusedTextStyleColor: Color stable unfocusedTextStyleColor: Color stable contentColor: Function3 stable showLabel: Boolean stable content: Function7<@[ParameterName(name = 'labelProgress')] Float, @[ParameterName(name = 'labelTextStyleColor')] Color, @[ParameterName(name = 'labelContentColor')] Color, @[ParameterName(name = 'placeholderOpacity')] Float, @[ParameterName(name = 'prefixSuffixOpacity')] Float, Composer, Int, Unit> unused stable : TextFieldTransitionScope ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimePicker( stable state: TimePickerState stable colors: TimePickerColors? = @dynamic TimePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110000000000000, 0b0011111111111111) ) fun colors( stable clockDialColor: Color = @dynamic TimePickerTokens.ClockDialColor.toColor($composer, 0b0110) stable clockDialSelectedContentColor: Color = @dynamic TimePickerTokens.ClockDialSelectedLabelTextColor.toColor($composer, 0b0110) stable clockDialUnselectedContentColor: Color = @dynamic TimePickerTokens.ClockDialUnselectedLabelTextColor.toColor($composer, 0b0110) stable selectorColor: Color = @dynamic TimePickerTokens.ClockDialSelectorHandleContainerColor.toColor($composer, 0b0110) stable containerColor: Color = @dynamic TimePickerTokens.ContainerColor.toColor($composer, 0b0110) stable periodSelectorBorderColor: Color = @dynamic TimePickerTokens.PeriodSelectorOutlineColor.toColor($composer, 0b0110) stable periodSelectorSelectedContainerColor: Color = @dynamic TimePickerTokens.PeriodSelectorSelectedContainerColor.toColor($composer, 0b0110) stable periodSelectorUnselectedContainerColor: Color = @static Companion.Transparent stable periodSelectorSelectedContentColor: Color = @dynamic TimePickerTokens.PeriodSelectorSelectedLabelTextColor.toColor($composer, 0b0110) stable periodSelectorUnselectedContentColor: Color = @dynamic TimePickerTokens.PeriodSelectorUnselectedLabelTextColor.toColor($composer, 0b0110) stable timeSelectorSelectedContainerColor: Color = @dynamic TimePickerTokens.TimeSelectorSelectedContainerColor.toColor($composer, 0b0110) stable timeSelectorUnselectedContainerColor: Color = @dynamic TimePickerTokens.TimeSelectorUnselectedContainerColor.toColor($composer, 0b0110) stable timeSelectorSelectedContentColor: Color = @dynamic TimePickerTokens.TimeSelectorSelectedLabelTextColor.toColor($composer, 0b0110) stable timeSelectorUnselectedContentColor: Color = @dynamic TimePickerTokens.TimeSelectorUnselectedLabelTextColor.toColor($composer, 0b0110) unused stable : TimePickerDefaults ): TimePickerColors fun rememberTimePickerState( stable initialHour: Int = @static 0 stable initialMinute: Int = @static 0 stable is24Hour: Boolean = @static false ): TimePickerState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClockDisplay( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PeriodToggle( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ToggleItem( stable : ColumnScope stable checked: Boolean stable shape: Shape stable onClick: Function0 stable colors: TimePickerColors stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisplaySeparator() restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimeSelector( stable value: Int stable state: TimePickerState stable selection: Selection stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClockFace( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClockText( stable is24Hour: Boolean stable selected: Boolean stable selection: Selection stable value: Int ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CircularLayout( stable modifier: Modifier? = @static Companion stable radius: Dp stable content: Function2 ) readonly fun numberContentDescription( stable selection: Selection stable is24Hour: Boolean ): Strings restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun PlainTooltipBox( stable tooltip: Function2 stable modifier: Modifier? = @static Companion stable tooltipState: PlainTooltipState? = @static remember({ PlainTooltipState ( ) } , $composer, 0) stable shape: Shape? = @dynamic TooltipDefaults.plainTooltipContainerShape stable containerColor: Color = @dynamic TooltipDefaults.plainTooltipContainerColor stable contentColor: Color = @dynamic TooltipDefaults.plainTooltipContentColor stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun RichTooltipBox( stable text: Function2 stable modifier: Modifier? = @static Companion stable tooltipState: RichTooltipState? = @static remember({ RichTooltipState ( ) } , $composer, 0) stable title: Function2? = @static null stable action: Function2? = @static null stable shape: Shape? = @dynamic TooltipDefaults.richTooltipContainerShape stable colors: RichTooltipColors? = @dynamic TooltipDefaults.richTooltipColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TooltipBox( stable tooltipContent: Function2 stable tooltipPositionProvider: PopupPositionProvider stable modifier: Modifier stable shape: Shape stable tooltipState: TooltipState stable containerColor: Color stable elevation: Dp stable maxWidth: Dp stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun PlainTooltipImpl( stable textColor: Color stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun RichTooltipImpl( stable colors: RichTooltipColors stable text: Function2 stable title: Function2? stable action: Function2? ) fun ( unused stable : TooltipDefaults ): Shape fun ( unused stable : TooltipDefaults ): Color fun ( unused stable : TooltipDefaults ): Color fun ( unused stable : TooltipDefaults ): Shape fun richTooltipColors( stable containerColor: Color = @dynamic RichTooltipTokens.ContainerColor.toColor($composer, 0b0110) stable contentColor: Color = @dynamic RichTooltipTokens.SupportingTextColor.toColor($composer, 0b0110) stable titleContentColor: Color = @dynamic RichTooltipTokens.SubheadColor.toColor($composer, 0b0110) stable actionContentColor: Color = @dynamic RichTooltipTokens.ActionLabelTextColor.toColor($composer, 0b0110) unused stable : TooltipDefaults ): RichTooltipColors