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.($composer, 0b0110) stable containerColor: Color = @dynamic AlertDialogDefaults.($composer, 0b0110) stable iconContentColor: Color = @dynamic AlertDialogDefaults.($composer, 0b0110) stable titleContentColor: Color = @dynamic AlertDialogDefaults.($composer, 0b0110) stable textContentColor: Color = @dynamic AlertDialogDefaults.($composer, 0b0110) 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]]") fun DropdownMenu( stable expanded: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable offset: DpOffset = @static DpOffset(0.dp, 0.dp) stable scrollState: ScrollState? = @dynamic rememberScrollState(0, $composer, 0, 0b0001) 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) ) 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.($composer, 0b0110) 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), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0, 0b00110000000000000000, 0b0001111111111111111111111111) 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 scrollState: ScrollState? = @dynamic rememberScrollState(0, $composer, 0, 0b0001) stable content: @[ExtensionFunctionType] Function3 : ExposedDropdownMenuBoxScope ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TrailingIcon( stable expanded: Boolean unused stable : ExposedDropdownMenuDefaults ) fun textFieldColors( stable focusedTextColor: Color = @dynamic FilledAutocompleteTokens.FieldFocusInputTextColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic FilledAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) stable errorTextColor: Color = @dynamic FilledAutocompleteTokens.FieldErrorInputTextColor.toColor($composer, 0b0110) stable focusedContainerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable unfocusedContainerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun outlinedTextFieldColors( stable focusedTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldFocusInputTextColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) stable errorTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldErrorInputTextColor.toColor($composer, 0b0110) stable focusedContainerColor: Color = @static Companion.Transparent stable unfocusedContainerColor: Color = @static Companion.Transparent stable disabledContainerColor: Color = @static Companion.Transparent stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) unused stable : ExposedDropdownMenuDefaults ): TextFieldColors fun textFieldColors( stable focusedTextColor: Color = @dynamic FilledAutocompleteTokens.FieldFocusInputTextColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic FilledAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledInputTextOpacity ) stable errorTextColor: Color = @dynamic FilledAutocompleteTokens.FieldErrorInputTextColor.toColor($composer, 0b0110) stable containerColor: Color = @dynamic FilledAutocompleteTokens.TextFieldContainerColor.toColor($composer, 0b0110) stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPlaceholderColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPrefixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = FilledAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorSuffixColor: Color = @dynamic FilledAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable : ExposedDropdownMenuDefaults ): TextFieldColors fun outlinedTextFieldColors( stable focusedTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldFocusInputTextColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldInputTextColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledInputTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledInputTextOpacity ) stable errorTextColor: Color = @dynamic OutlinedAutocompleteTokens.FieldErrorInputTextColor.toColor($composer, 0b0110) stable containerColor: Color = @static Companion.Transparent stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPlaceholderColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorPrefixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable focusedSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable unfocusedSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable disabledSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldDisabledSupportingTextColor.toColor($composer, 0b0110).copy( alpha = OutlinedAutocompleteTokens . FieldDisabledSupportingTextOpacity ) stable errorSuffixColor: Color = @dynamic OutlinedAutocompleteTokens.FieldSupportingTextColor.toColor($composer, 0b0110) stable : ExposedDropdownMenuDefaults ): TextFieldColors 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.($composer, 0) 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 ) 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.($composer, 0) 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 ) 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]]") fun ModalBottomSheet( stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable sheetState: SheetState? = @dynamic rememberModalBottomSheetState(false, null, $composer, 0, 0b0011) stable shape: Shape? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable containerColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b1100) stable tonalElevation: Dp = @static BottomSheetDefaults.Elevation stable scrimColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable dragHandle: Function2? = @static ComposableSingletons$ModalBottomSheet_androidKt.lambda-1 stable windowInsets: WindowInsets? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable content: @[ExtensionFunctionType] Function3 ) fun rememberModalBottomSheetState( stable skipPartiallyExpanded: Boolean = @static false stable confirmValueChange: Function1? = @static { it: SheetValue -> true } ): SheetState 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 ModalBottomSheetPopup( stable onDismissRequest: Function0 stable windowInsets: WindowInsets stable content: Function2 ) restartable fun Content( unstable : ModalBottomSheetWindow ) 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.($composer, 0b0110) stable colors: SearchBarColors? = @dynamic SearchBarDefaults.colors((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable tonalElevation: Dp = @static SearchBarDefaults.Elevation stable windowInsets: WindowInsets? = @dynamic SearchBarDefaults.($composer, 0b0110) 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.($composer, 0b0110) 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), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110000000000000, 0b0011111111111111) 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), (0L), null, (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b1110000000000000 and $changed shl 0b0011, 0b0011111111111111) stable : SearchBarDefaults ): SearchBarColors fun inputFieldColors( stable focusedTextColor: Color = @dynamic SearchBarTokens.InputTextColor.toColor($composer, 0b0110) stable unfocusedTextColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic SearchBarTokens.SupportingTextColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic SearchBarTokens.SupportingTextColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) unused stable : SearchBarDefaults ): TextFieldColors 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.($composer, 0) 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 ) stable : SearchBarDefaults ): TextFieldColors readonly fun getString( stable string: Strings ): String readonly fun getString( stable string: Strings unstable formatArgs: Array ): String fun ( unstable : Companion ): WindowInsets readonly fun () readonly fun () restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TooltipPopup( stable popupPositionProvider: PopupPositionProvider stable onDismissRequest: Function0 stable content: Function2 ) fun touchExplorationState() restartable fun ObserveState( unstable : Lifecycle stable handleEvent: Function1? = @static { it: Event -> } stable onDispose: Function0? = @static { } ) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BottomAppBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic BottomAppBarDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable content: @[ExtensionFunctionType] Function3 ) fun topAppBarColors( stable containerColor: Color = @dynamic TopAppBarSmallTokens.ContainerColor.toColor($composer, 0b0110) stable scrolledContainerColor: Color = @dynamic MaterialTheme.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110) 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], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun BottomSheetScaffold( stable sheetContent: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable scaffoldState: BottomSheetScaffoldState? = @dynamic rememberBottomSheetScaffoldState(null, null, $composer, 0, 0b0011) stable sheetPeekHeight: Dp = @static BottomSheetDefaults.SheetPeekHeight stable sheetShape: Shape? = @dynamic BottomSheetDefaults.($composer, 0b0110) stable sheetContainerColor: Color = @dynamic BottomSheetDefaults.($composer, 0b0110) stable sheetContentColor: Color = @dynamic contentColorFor(sheetContainerColor, $composer, 0b1110 and $dirty shr 0b1111) stable sheetTonalElevation: Dp = @static BottomSheetDefaults.Elevation stable sheetShadowElevation: Dp = @static BottomSheetDefaults.Elevation stable sheetDragHandle: Function2? = @static ComposableSingletons$BottomSheetScaffoldKt.lambda-1 stable sheetSwipeEnabled: Boolean = @static true stable topBar: Function2? = @static null stable snackbarHost: Function3? = @static ComposableSingletons$BottomSheetScaffoldKt.lambda-2 stable containerColor: Color = @dynamic MaterialTheme.($composer, 0b0110).surface stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty1 shr 0b1001) stable content: Function3 ) fun rememberBottomSheetScaffoldState( stable bottomSheetState: SheetState? = @dynamic rememberStandardBottomSheetState(null, null, false, $composer, 0, 0b0111) stable snackbarHostState: SnackbarHostState? = @static remember({ SnackbarHostState ( ) } , $composer, 0) ): BottomSheetScaffoldState fun rememberStandardBottomSheetState( stable initialValue: SheetValue? = @static SheetValue.PartiallyExpanded stable confirmValueChange: Function1? = @static { it: SheetValue -> true } stable skipHiddenState: Boolean = @static true ): SheetState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun StandardBottomSheet( stable state: SheetState stable peekHeight: Dp stable sheetSwipeEnabled: Boolean stable layoutHeight: Float stable shape: Shape stable containerColor: Color stable contentColor: Color stable tonalElevation: Dp stable shadowElevation: Dp stable dragHandle: Function2? stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [_], [_]]") fun BottomSheetScaffoldLayout( stable modifier: Modifier stable topBar: Function2? stable body: Function3<@[ParameterName(name = 'innerPadding')] PaddingValues, Composer, Int, Unit> stable bottomSheet: Function3<@[ParameterName(name = 'layoutHeight')] Int, Composer, Int, Unit> stable snackbarHost: Function2 stable sheetPeekHeight: Dp stable sheetOffset: Function0 stable sheetState: SheetState stable containerColor: Color stable contentColor: 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable elevation: ButtonElevation? = @static null stable border: BorderStroke? = @dynamic ButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).fromToken(CheckboxTokens.SelectedContainerColor) stable uncheckedColor: Color = @dynamic MaterialTheme.($composer, 0b0110).fromToken(CheckboxTokens.UnselectedOutlineColor) stable checkmarkColor: Color = @dynamic MaterialTheme.($composer, 0b0110).fromToken(CheckboxTokens.SelectedIconColor) stable disabledCheckedColor: Color = @dynamic MaterialTheme.($composer, 0b0110).fromToken(CheckboxTokens.SelectedDisabledContainerColor).copy( alpha = CheckboxTokens . SelectedDisabledContainerOpacity ) stable disabledUncheckedColor: Color = @dynamic MaterialTheme.($composer, 0b0110).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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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 elevation: Dp = @static AssistChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic elevation stable focusedElevation: Dp = @dynamic elevation stable hoveredElevation: Dp = @dynamic elevation stable draggedElevation: Dp = @static AssistChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic elevation 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 elevation: 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 elevation: 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 elevation 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 elevation: 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 elevation: Dp = @static InputChipTokens.ContainerElevation stable pressedElevation: Dp = @dynamic elevation stable focusedElevation: Dp = @dynamic elevation stable hoveredElevation: Dp = @dynamic elevation stable draggedElevation: Dp = @static InputChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic elevation 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 elevation: Dp = @static SuggestionChipTokens.FlatContainerElevation stable pressedElevation: Dp = @dynamic elevation stable focusedElevation: Dp = @dynamic elevation stable hoveredElevation: Dp = @dynamic elevation stable draggedElevation: Dp = @static SuggestionChipTokens.DraggedContainerElevation stable disabledElevation: Dp = @dynamic elevation 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.($composer, 0b0110).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.($composer, 0b0110).onSurface.copy( alpha = 0.38f ) unused stable : SuggestionChipDefaults ): ChipColors fun elevatedSuggestionChipElevation( stable elevation: 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 scheme("[androidx.compose.ui.UiComposable]") fun DateInputContent( stable selectedDateMillis: Long? stable onDateSelectionChange: Function1<@[ParameterName(name = 'dateInMillis')] Long?, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_]]") fun DateInputTextField( stable modifier: Modifier stable initialDateMillis: Long? stable onDateSelectionChange: Function1 calendarModel: CalendarModel stable label: Function2? stable placeholder: Function2? stable inputIdentifier: InputIdentifier stable dateInputValidator: DateInputValidator stable dateInputFormat: DateInputFormat unstable locale: Locale stable colors: DatePickerColors ) 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 dateFormatter: DatePickerFormatter? = @dynamic remember({ DatePickerDefaults . dateFormatter ( ) } , $composer, 0) stable title: Function2? = @static composableLambda($composer, -1504998463, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C155@7446L135:DatePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1504998463 , $changed , -1 , "androidx.compose.material3.DatePicker. (DatePicker.kt:154)" ) } DatePickerDefaults . DatePickerTitle ( state . displayMode , Companion . padding ( DatePickerTitlePadding ) , $composer , 0b000110110000 , 0 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable headline: Function2? = @static composableLambda($composer, -1780043561, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C161@7660L243:DatePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1780043561 , $changed , -1 , "androidx.compose.material3.DatePicker. (DatePicker.kt:160)" ) } DatePickerDefaults . DatePickerHeadline ( state . selectedDateMillis , state . displayMode , dateFormatter , Companion . padding ( DatePickerHeadlinePadding ) , $composer , 0b0110110000000000 or 0b001110000000 and $dirty , 0 ) 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), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0, 0b00110000000000000000, 0b0001111111111111111111111111) ) fun rememberDatePickerState( stable initialSelectedDateMillis: Long? = @static null stable initialDisplayedMonthMillis: Long? = @dynamic initialSelectedDateMillis unstable yearRange: IntRange? = @dynamic DatePickerDefaults.YearRange stable initialDisplayMode: DisplayMode = @static Companion.Picker stable selectableDates: SelectableDates? = @dynamic object : SelectableDates ): 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 navigationContentColor: Color = @dynamic MaterialTheme.($composer, 0b0110).onSurfaceVariant stable yearContentColor: Color = @dynamic DatePickerModalTokens.SelectionYearUnselectedLabelTextColor.toColor($composer, 0b0110) stable disabledYearContentColor: Color = @dynamic yearContentColor.copy( alpha = DisabledAlpha ) stable currentYearContentColor: Color = @dynamic DatePickerModalTokens.DateTodayLabelTextColor.toColor($composer, 0b0110) stable selectedYearContentColor: Color = @dynamic DatePickerModalTokens.SelectionYearSelectedLabelTextColor.toColor($composer, 0b0110) stable disabledSelectedYearContentColor: Color = @dynamic selectedYearContentColor.copy( alpha = DisabledAlpha ) stable selectedYearContainerColor: Color = @dynamic DatePickerModalTokens.SelectionYearSelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedYearContainerColor: Color = @dynamic selectedYearContainerColor.copy( alpha = DisabledAlpha ) stable dayContentColor: Color = @dynamic DatePickerModalTokens.DateUnselectedLabelTextColor.toColor($composer, 0b0110) stable disabledDayContentColor: Color = @dynamic dayContentColor.copy( alpha = DisabledAlpha ) stable selectedDayContentColor: Color = @dynamic DatePickerModalTokens.DateSelectedLabelTextColor.toColor($composer, 0b0110) stable disabledSelectedDayContentColor: Color = @dynamic selectedDayContentColor.copy( alpha = DisabledAlpha ) stable selectedDayContainerColor: Color = @dynamic DatePickerModalTokens.DateSelectedContainerColor.toColor($composer, 0b0110) stable disabledSelectedDayContainerColor: Color = @dynamic selectedDayContainerColor.copy( alpha = DisabledAlpha ) stable todayContentColor: Color = @dynamic DatePickerModalTokens.DateTodayLabelTextColor.toColor($composer, 0b0110) stable todayDateBorderColor: Color = @dynamic DatePickerModalTokens.DateTodayContainerOutlineColor.toColor($composer, 0b0110) stable dayInSelectionRangeContentColor: Color = @dynamic DatePickerModalTokens.SelectionDateInRangeLabelTextColor.toColor($composer, 0b0110) stable dayInSelectionRangeContainerColor: Color = @dynamic DatePickerModalTokens.RangeSelectionActiveIndicatorContainerColor.toColor($composer, 0b0110) stable dividerColor: Color = @dynamic DividerDefaults.($composer, 0b0110) stable dateTextFieldColors: TextFieldColors? = @dynamic OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) unused stable : DatePickerDefaults ): DatePickerColors restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerTitle( stable displayMode: DisplayMode stable modifier: Modifier? = @static Companion unused stable : DatePickerDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerHeadline( stable selectedDateMillis: Long? stable displayMode: DisplayMode dateFormatter: DatePickerFormatter stable modifier: Modifier? = @static Companion 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 isToday: Boolean stable selected: Boolean stable inRange: 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 enabled: Boolean stable : DatePickerColors ): State fun yearContainerColor( stable selected: Boolean stable enabled: 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 headlineTextStyle: TextStyle stable headerMinHeight: Dp stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DisplayModeToggleButton( stable modifier: Modifier stable displayMode: DisplayMode stable onDisplayModeChange: Function1 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SwitchableDateEntryContent( stable selectedDateMillis: Long? stable displayedMonthMillis: Long stable displayMode: DisplayMode stable onDateSelectionChange: Function1<@[ParameterName(name = 'dateInMillis')] Long?, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) restartable scheme("[androidx.compose.ui.UiComposable]") fun DatePickerContent( stable selectedDateMillis: Long? stable displayedMonthMillis: Long stable onDateSelectionChange: Function1<@[ParameterName(name = 'dateInMillis')] Long, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates 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 minHeight: Dp stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalMonthsList( stable lazyListState: LazyListState stable selectedDateMillis: Long? stable onDateSelectionChange: Function1<@[ParameterName(name = 'dateInMillis')] Long, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates 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 onDateSelectionChange: Function1<@[ParameterName(name = 'dateInMillis')] Long, Unit> stable todayMillis: Long stable startDateMillis: Long? stable endDateMillis: Long? stable rangeSelectionInfo: SelectedRangeInfo? dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) fun dayContentDescription( stable rangeSelectionEnabled: Boolean stable isToday: Boolean stable isStartDate: Boolean stable isEndDate: Boolean stable isInRange: Boolean ): String? 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 inRange: Boolean stable description: String stable colors: DatePickerColors stable content: Function2 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun YearPicker( stable modifier: Modifier stable displayedMonthMillis: Long stable onYearSelected: Function1<@[ParameterName(name = 'year')] Int, Unit> stable selectableDates: SelectableDates calendarModel: CalendarModel unstable yearRange: IntRange stable colors: DatePickerColors ) 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 enabled: Boolean stable description: String stable colors: DatePickerColors stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MonthsNavigation( stable modifier: Modifier stable nextAvailable: Boolean stable previousAvailable: Boolean stable yearPickerVisible: Boolean stable yearPickerText: String stable onNextClicked: Function0 stable onPreviousClicked: Function0 stable onYearPickerButtonClicked: Function0 stable colors: DatePickerColors ) 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 ) restartable scheme("[androidx.compose.ui.UiComposable]") fun DateRangeInputContent( stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable onDatesSelectionChange: Function2<@[ParameterName(name = 'startDateMillis')] Long?, @[ParameterName(name = 'endDateMillis')] Long?, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DateRangePicker( stable state: DateRangePickerState stable modifier: Modifier? = @static Companion dateFormatter: DatePickerFormatter? = @dynamic remember({ DatePickerDefaults . dateFormatter ( ) } , $composer, 0) stable title: Function2? = @static composableLambda($composer, -162164694, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C91@4308L145:DateRangePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -162164694 , $changed , -1 , "androidx.compose.material3.DateRangePicker. (DateRangePicker.kt:90)" ) } DateRangePickerDefaults . DateRangePickerTitle ( state . displayMode , Companion . padding ( DateRangePickerTitlePadding ) , $composer , 0b000110110000 , 0 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable headline: Function2? = @static composableLambda($composer, -185279404, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C97@4537L312:DateRangePicker.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -185279404 , $changed , -1 , "androidx.compose.material3.DateRangePicker. (DateRangePicker.kt:96)" ) } DateRangePickerDefaults . DateRangePickerHeadline ( state . selectedStartDateMillis , state . selectedEndDateMillis , state . displayMode , dateFormatter , Companion . padding ( DateRangePickerHeadlinePadding ) , $composer , 0b00110110000000000000 or 0b0001110000000000 and $dirty shl 0b0011 , 0 ) 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), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0, 0b00110000000000000000, 0b0001111111111111111111111111) ) 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 stable selectableDates: SelectableDates? = @dynamic object : SelectableDates ): DateRangePickerState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateRangePickerTitle( stable displayMode: DisplayMode stable modifier: Modifier? = @static Companion unused stable : DateRangePickerDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DateRangePickerHeadline( stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable displayMode: DisplayMode dateFormatter: DatePickerFormatter stable modifier: Modifier? = @static Companion stable : DateRangePickerDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun DateRangePickerHeadline( stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable displayMode: DisplayMode dateFormatter: DatePickerFormatter stable modifier: Modifier stable startDateText: String stable endDateText: String stable startDatePlaceholder: Function2 stable endDatePlaceholder: Function2 stable datesDelimiter: Function2 unused stable : DateRangePickerDefaults ) restartable scheme("[androidx.compose.ui.UiComposable]") fun SwitchableDateEntryContent( stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable displayedMonthMillis: Long stable displayMode: DisplayMode stable onDatesSelectionChange: Function2<@[ParameterName(name = 'startDateMillis')] Long?, @[ParameterName(name = 'endDateMillis')] Long?, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) restartable scheme("[androidx.compose.ui.UiComposable]") fun DateRangePickerContent( stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable displayedMonthMillis: Long stable onDatesSelectionChange: Function2<@[ParameterName(name = 'startDateMillis')] Long?, @[ParameterName(name = 'endDateMillis')] Long?, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) restartable scheme("[androidx.compose.ui.UiComposable]") fun VerticalMonthsList( stable lazyListState: LazyListState stable selectedStartDateMillis: Long? stable selectedEndDateMillis: Long? stable onDatesSelectionChange: Function2<@[ParameterName(name = 'startDateMillis')] Long?, @[ParameterName(name = 'endDateMillis')] Long?, Unit> stable onDisplayedMonthChange: Function1<@[ParameterName(name = 'monthInMillis')] Long, Unit> calendarModel: CalendarModel unstable yearRange: IntRange dateFormatter: DatePickerFormatter stable selectableDates: SelectableDates stable colors: DatePickerColors ) 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.($composer, 0b0110) ) 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.($composer, 0b0110) stable containerColor: Color = @dynamic FloatingActionButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable containerColor: Color = @dynamic FloatingActionButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable containerColor: Color = @dynamic FloatingActionButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable containerColor: Color = @dynamic FloatingActionButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable containerColor: Color = @dynamic FloatingActionButtonDefaults.($composer, 0b0110) 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.($composer, 0b0110) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.($composer, 0b0110) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.($composer, 0b0110) ) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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]]") fun ListItem( stable headlineContent: Function2 stable modifier: Modifier? = @static Companion stable overlineContent: Function2? = @static null stable supportingContent: 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.($composer, 0b0110) stable containerColor: Color = @dynamic ListItemDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic ListItemDefaults.($composer, 0b0110) stable tonalElevation: Dp = @static ListItemDefaults.Elevation stable shadowElevation: Dp = @static ListItemDefaults.Elevation stable minHeight: Dp stable paddingValues: PaddingValues stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun LeadingContent( stable : RowScope stable contentColor: Color stable topAlign: Boolean stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun TrailingContent( stable : RowScope stable contentColor: Color stable topAlign: Boolean stable content: Function2 ) readonly fun ( unused stable : ListItemDefaults ): Shape readonly fun ( unused stable : ListItemDefaults ): Color readonly 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.($composer, 0b0110) stable shapes: Shapes? = @dynamic MaterialTheme.($composer, 0b0110) stable typography: Typography? = @dynamic MaterialTheme.($composer, 0b0110) 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 scrollState: ScrollState 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]]") fun NavigationBar( stable modifier: Modifier? = @static Companion stable containerColor: Color = @dynamic NavigationBarDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic MaterialTheme.($composer, 0b0110).contentColorFor(containerColor) stable tonalElevation: Dp = @static NavigationBarDefaults.Elevation stable windowInsets: WindowInsets? = @dynamic NavigationBarDefaults.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) stable drawerContainerColor: Color = @dynamic MaterialTheme.($composer, 0b0110).surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.ModalDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.($composer, 0b0110) 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.($composer, 0b0110).surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.DismissibleDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.($composer, 0b0110) 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.($composer, 0b0110).surface stable drawerContentColor: Color = @dynamic contentColorFor(drawerContainerColor, $composer, 0b1110 and $dirty shr 0b0110) stable drawerTonalElevation: Dp = @static DrawerDefaults.PermanentDrawerElevation stable windowInsets: WindowInsets? = @dynamic DrawerDefaults.($composer, 0b0110) 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.($composer, 0b0110).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.($composer, 0b0110) stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b0011) stable header: @[ExtensionFunctionType] Function3? = @static null stable windowInsets: WindowInsets? = @dynamic NavigationRailDefaults.($composer, 0b0110) 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]]") 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.($composer, 0b0110) 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 OutlinedTextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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 OutlinedTextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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 OutlinedTextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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 OutlinedTextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun LinearProgressIndicator( stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable color: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable strokeWidth: Dp = @static ProgressIndicatorDefaults.CircularStrokeWidth stable trackColor: Color = @dynamic ProgressIndicatorDefaults.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110).background stable contentColor: Color = @dynamic contentColorFor(containerColor, $composer, 0b1110 and $dirty shr 0b00010010) stable contentWindowInsets: WindowInsets? = @dynamic ScaffoldDefaults.($composer, 0b0110) 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 readonly fun toShape( stable : ShapeKeyTokens ): Shape fun ( unused stable : BottomSheetDefaults ): Shape fun ( unused stable : BottomSheetDefaults ): Shape fun ( unused stable : BottomSheetDefaults ): Color fun ( unused stable : BottomSheetDefaults ): Color fun ( unused stable : BottomSheetDefaults ): WindowInsets 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.($composer, 0b0110).extraLarge stable color: Color = @dynamic SheetBottomTokens.DockedDragHandleColor.toColor($composer, 0b0110).copy( alpha = SheetBottomTokens . DockedDragHandleOpacity ) unused stable : BottomSheetDefaults ) fun rememberSheetState( stable skipPartiallyExpanded: Boolean = @static false stable confirmValueChange: Function1? = @static { it: SheetValue -> true } stable initialValue: SheetValue? = @static SheetValue.Hidden stable skipHiddenState: Boolean = @static false ): SheetState 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], [androidx.compose.ui.UiComposable]]") fun Slider( stable value: Float stable onValueChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true 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 steps: Int = @static 0 stable thumb: Function3? = @static composableLambda($composer, -1756326375, true) { it: SliderState, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C254@11910L126:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1756326375 , $changed , -1 , "androidx.compose.material3.Slider. (Slider.kt:253)" ) } SliderDefaults . Thumb ( interactionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b00010010 or 0b001110000000 and $dirty shr 0b1001 or 0b0001110000000000 and $dirty , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable track: Function3? = @static composableLambda($composer, 2083675534, true) { sliderState: SliderState, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C261@12131L114:Slider.kt#uh7d8r" ) val $dirty = $changed if ( $changed and 0b1110 === 0 ) { $dirty = $dirty or if ( $composer . changed ( sliderState ) ) 0b0100 else 0b0010 } if ( $dirty and 0b01011011 !== 0b00010010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 2083675534 , $dirty , -1 , "androidx.compose.material3.Slider. (Slider.kt:260)" ) } SliderDefaults . Track ( sliderState , null , colors , enabled , $composer , 0b0110000000000000 or 0b1110 and $dirty or 0b001110000000 and $dirty @ androidx.compose.material3.Slider shr 0b1001 or 0b0001110000000000 and $dirty @ androidx.compose.material3.Slider , 0b0010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Slider( stable state: SliderState stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true 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, 1426271326, true) { it: SliderState, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C347@15467L126:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1426271326 , $changed , -1 , "androidx.compose.material3.Slider. (Slider.kt:346)" ) } SliderDefaults . Thumb ( interactionSource , null , colors , enabled , ( 0L ) , $composer , 0b00110000000000000000 or 0b1110 and $dirty shr 0b1100 or 0b001110000000 and $dirty shr 0b0011 or 0b0001110000000000 and $dirty shl 0b0011 , 0b00010010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable track: Function3? = @static composableLambda($composer, 577038345, true) { sliderState: SliderState, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C354@15688L114:Slider.kt#uh7d8r" ) val $dirty = $changed if ( $changed and 0b1110 === 0 ) { $dirty = $dirty or if ( $composer . changed ( sliderState ) ) 0b0100 else 0b0010 } if ( $dirty and 0b01011011 !== 0b00010010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 577038345 , $dirty , -1 , "androidx.compose.material3.Slider. (Slider.kt:353)" ) } SliderDefaults . Track ( sliderState , null , colors , enabled , $composer , 0b0110000000000000 or 0b1110 and $dirty or 0b001110000000 and $dirty @ androidx.compose.material3.Slider shr 0b0011 or 0b0001110000000000 and $dirty @ androidx.compose.material3.Slider shl 0b0011 , 0b0010 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } ) 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 , "C527@23786L131:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 585242822 , $changed , -1 , "androidx.compose.material3.RangeSlider. (Slider.kt:526)" ) } 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 , "C534@24004L129:Slider.kt#uh7d8r" ) if ( $changed and 0b01010001 !== 0b00010000 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 1397395775 , $changed , -1 , "androidx.compose.material3.RangeSlider. (Slider.kt:533)" ) } 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 , "C541@24240L138: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:540)" ) } SliderDefaults . Track ( sliderPositions , null , colors , enabled , $composer , 0b0110000000000000 or 0b1110 and $dirty or 0b001110000000 and $dirty @ androidx.compose.material3.RangeSlider shr 0b1100 or 0b0001110000000000 and $dirty @ androidx.compose.material3.RangeSlider , 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 state: SliderState stable enabled: Boolean stable interactionSource: MutableInteractionSource 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.($composer, 0b0110).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 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Track( stable sliderState: SliderState 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.($composer, 0b0110) stable containerColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable actionContentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable dismissActionContentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) 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.($composer, 0b0110) stable containerColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable actionColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable actionContentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) stable dismissActionContentColor: Color = @dynamic SnackbarDefaults.($composer, 0b0110) ) 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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).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.($composer, 0b0110).surface) stable disabledCheckedTrackColor: Color = @dynamic SwitchTokens.DisabledSelectedTrackColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).surface) stable disabledCheckedBorderColor: Color = @static Companion.Transparent stable disabledCheckedIconColor: Color = @dynamic SwitchTokens.DisabledSelectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledSelectedIconOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).surface) stable disabledUncheckedThumbColor: Color = @dynamic SwitchTokens.DisabledUnselectedHandleColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledUnselectedHandleOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).surface) stable disabledUncheckedTrackColor: Color = @dynamic SwitchTokens.DisabledUnselectedTrackColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).surface) stable disabledUncheckedBorderColor: Color = @dynamic SwitchTokens.DisabledUnselectedTrackOutlineColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledTrackOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).surface) stable disabledUncheckedIconColor: Color = @dynamic SwitchTokens.DisabledUnselectedIconColor.toColor($composer, 0b0110).copy( alpha = SwitchTokens . DisabledUnselectedIconOpacity ).compositeOver(MaterialTheme.($composer, 0b0110).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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) 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.($composer, 0b0110) stable contentColor: Color = @dynamic TabRowDefaults.($composer, 0b0110) stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit>? = @static composableLambda($composer, -2052073983, true) { tabPositions: List, $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C137@6870L109:TabRow.kt#uh7d8r" ) if ( isTraceInProgress ( ) ) { traceEventStart ( -2052073983 , $changed , -1 , "androidx.compose.material3.TabRow. (TabRow.kt:135)" ) } if ( selectedTabIndex < tabPositions . size ) { TabRowDefaults . SecondaryIndicator ( 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 TabRowImpl( stable modifier: Modifier stable containerColor: Color stable contentColor: Color stable indicator: Function3<@[ParameterName(name = 'tabPositions')] List, Composer, Int, Unit> stable divider: Function2 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.($composer, 0b0110) stable contentColor: Color = @dynamic TabRowDefaults.($composer, 0b0110) 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 , "C255@12155L101:TabRow.kt#uh7d8r" ) if ( isTraceInProgress ( ) ) { traceEventStart ( -913748678 , $changed , -1 , "androidx.compose.material3.ScrollableTabRow. (TabRow.kt:254)" ) } TabRowDefaults . SecondaryIndicator ( 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.($composer, 0b0110).fromToken(PrimaryNavigationTabTokens.ActiveIndicatorColor) unused stable : TabRowDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PrimaryIndicator( stable modifier: Modifier? = @static Companion stable width: Dp = @static 0.dp stable height: Dp = @static PrimaryNavigationTabTokens.ActiveIndicatorHeight stable color: Color = @dynamic PrimaryNavigationTabTokens.ActiveIndicatorColor.toColor($composer, 0b0110) stable shape: Shape? = @static PrimaryNavigationTabTokens.ActiveIndicatorShape unused stable : TabRowDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun SecondaryIndicator( stable modifier: Modifier? = @static Companion stable height: Dp = @static PrimaryNavigationTabTokens.ActiveIndicatorHeight stable color: Color = @dynamic MaterialTheme.($composer, 0b0110).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 null stable style: TextStyle? = @dynamic LocalTextStyle.($composer, 0b0110) ) 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.($composer, 0b0110) ) 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.($composer, 0b0110) ) 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.($composer, 0b0110) ) 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]]") 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.($composer, 0b0110) 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.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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.($composer, 0b0110) 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.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic TextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) ) 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 restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ContainerBox( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable colors: TextFieldColors stable shape: Shape? = @dynamic TextFieldDefaults.($composer, 0b0110) stable : TextFieldDefaults ) fun colors( stable focusedTextColor: Color = @dynamic FilledTextFieldTokens.FocusInputColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic FilledTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorTextColor: Color = @dynamic FilledTextFieldTokens.ErrorInputColor.toColor($composer, 0b0110) stable focusedContainerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable unfocusedContainerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable disabledContainerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) 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 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 DecorationBox( 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 TextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b0001110000000000 and $dirty1 shr 0b1111, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { contentPaddingWithoutLabel ( ) } else { contentPaddingWithLabel ( ) } stable container: Function2? = @static composableLambda($composer, -435523791, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C434@24948L64:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -435523791 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.DecorationBox. (TextFieldDefaults.kt:433)" ) } TextFieldDefaults . ContainerBox ( 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 ) fun ( unused stable : TextFieldDefaults ): Shape fun ( 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 TextFieldDefaults.($composer, 0b0110) 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 = @static OutlinedTextFieldDefaults.FocusedBorderThickness stable unfocusedBorderThickness: Dp = @static OutlinedTextFieldDefaults.UnfocusedBorderThickness unused stable : TextFieldDefaults ) fun textFieldColors( stable focusedTextColor: Color = @dynamic FilledTextFieldTokens.FocusInputColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic FilledTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorTextColor: Color = @dynamic FilledTextFieldTokens.ErrorInputColor.toColor($composer, 0b0110) stable containerColor: Color = @dynamic FilledTextFieldTokens.ContainerColor.toColor($composer, 0b0110) stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic FilledTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = FilledTextFieldTokens . DisabledInputOpacity ) stable errorPlaceholderColor: Color = @dynamic FilledTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) 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) stable : TextFieldDefaults ): TextFieldColors fun outlinedTextFieldColors( stable focusedTextColor: Color = @dynamic OutlinedTextFieldTokens.FocusInputColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic OutlinedTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorTextColor: Color = @dynamic OutlinedTextFieldTokens.ErrorInputColor.toColor($composer, 0b0110) stable containerColor: Color = @static Companion.Transparent stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) 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]]") 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 TextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b0001110000000000 and $dirty1 shr 0b1111, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { contentPaddingWithoutLabel ( ) } else { contentPaddingWithLabel ( ) } stable container: Function2? = @static composableLambda($composer, 2023266550, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C967@54325L64:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 2023266550 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.TextFieldDecorationBox. (TextFieldDefaults.kt:966)" ) } TextFieldDefaults . ContainerBox ( 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]]") 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 OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic OutlinedTextFieldDefaults.contentPadding() stable container: Function2? = @static composableLambda($composer, -1153197597, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C1034@57160L57:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1153197597 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.OutlinedTextFieldDecorationBox. (TextFieldDefaults.kt:1033)" ) } OutlinedTextFieldDefaults . ContainerBox ( 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 ( ) } } unused 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.($composer, 0) 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) 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.($composer, 0) 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]]") 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 TextFieldDefaults.($composer, 0b0110) stable colors: TextFieldColors? = @dynamic colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b0001110000000000 and $dirty1 shr 0b1001, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic if (label == null) { contentPaddingWithoutLabel ( ) } else { contentPaddingWithLabel ( ) } stable container: Function2? = @static composableLambda($composer, -1171460386, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C1271@71620L64:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1171460386 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.TextFieldDecorationBox. (TextFieldDefaults.kt:1270)" ) } TextFieldDefaults . ContainerBox ( 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 OutlinedTextFieldDefaults.colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b110000000000, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic OutlinedTextFieldDefaults.contentPadding() stable container: Function2? = @static composableLambda($composer, 144282315, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C1315@73357L57:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( 144282315 , $changed , -1 , "androidx.compose.material3.TextFieldDefaults.OutlinedTextFieldDecorationBox. (TextFieldDefaults.kt:1314)" ) } OutlinedTextFieldDefaults . ContainerBox ( 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 ( ) } } unused stable : TextFieldDefaults ) fun ( unused stable : OutlinedTextFieldDefaults ): Shape restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ContainerBox( 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 : OutlinedTextFieldDefaults ) fun colors( stable focusedTextColor: Color = @dynamic OutlinedTextFieldTokens.FocusInputColor.toColor($composer, 0b0110) stable unfocusedTextColor: Color = @dynamic OutlinedTextFieldTokens.InputColor.toColor($composer, 0b0110) stable disabledTextColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorTextColor: Color = @dynamic OutlinedTextFieldTokens.ErrorInputColor.toColor($composer, 0b0110) stable focusedContainerColor: Color = @static Companion.Transparent stable unfocusedContainerColor: Color = @static Companion.Transparent stable disabledContainerColor: Color = @static Companion.Transparent stable errorContainerColor: 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.($composer, 0) 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 focusedPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable unfocusedPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) stable disabledPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.DisabledInputColor.toColor($composer, 0b0110).copy( alpha = OutlinedTextFieldTokens . DisabledInputOpacity ) stable errorPlaceholderColor: Color = @dynamic OutlinedTextFieldTokens.InputPlaceholderColor.toColor($composer, 0b0110) 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 : OutlinedTextFieldDefaults ): 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]]") fun DecorationBox( 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 colors((0L), (0L), (0L), (0L), (0L), (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), (0L), (0L), $composer, 0, 0, 0, 0, 0b0001110000000000 and $dirty1 shr 0b1100, 0b01111111111111111111111111111111, 0b111111111111) stable contentPadding: PaddingValues? = @dynamic contentPadding() stable container: Function2? = @static composableLambda($composer, -1448570018, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C1655@93646L135:TextFieldDefaults.kt#uh7d8r" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -1448570018 , $changed , -1 , "androidx.compose.material3.OutlinedTextFieldDefaults.DecorationBox. (TextFieldDefaults.kt:1654)" ) } OutlinedTextFieldDefaults . ContainerBox ( 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 : OutlinedTextFieldDefaults ) 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 enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun placeholderColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun labelColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource stable : TextFieldColors ): State fun textColor( stable enabled: Boolean stable isError: Boolean stable interactionSource: InteractionSource 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]]") 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 modifier: Modifier? = @static Companion stable colors: TimePickerColors? = @dynamic TimePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110000000000000, 0b0011111111111111) stable layoutType: TimePickerLayoutType = @dynamic TimePickerDefaults.layoutType($composer, 0b0110) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimeInput( stable state: TimePickerState stable modifier: Modifier? = @static Companion 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 readonly fun layoutType( unused stable : TimePickerDefaults ): TimePickerLayoutType fun rememberTimePickerState( stable initialHour: Int = @static 0 stable initialMinute: Int = @static 0 stable is24Hour: Boolean = @dynamic ($composer, 0) ): TimePickerState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun VerticalTimePicker( stable state: TimePickerState stable modifier: Modifier? = @static Companion stable colors: TimePickerColors? = @dynamic TimePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110000000000000, 0b0011111111111111) stable autoSwitchToMinute: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalTimePicker( stable state: TimePickerState stable modifier: Modifier? = @static Companion stable colors: TimePickerColors? = @dynamic TimePickerDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0, 0b0110000000000000, 0b0011111111111111) stable autoSwitchToMinute: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimeInputImpl( stable modifier: Modifier stable colors: TimePickerColors stable state: TimePickerState ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalClockDisplay( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun VerticalClockDisplay( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClockDisplayNumbers( stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalPeriodToggle( stable modifier: Modifier stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun VerticalPeriodToggle( stable modifier: Modifier stable state: TimePickerState stable colors: TimePickerColors ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PeriodToggleImpl( stable modifier: Modifier stable state: TimePickerState stable colors: TimePickerColors stable measurePolicy: MeasurePolicy stable startShape: Shape stable endShape: Shape ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ToggleItem( 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( stable modifier: Modifier ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimeSelector( stable modifier: Modifier 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 stable autoSwitchToMinute: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ClockText( stable state: TimePickerState stable value: Int stable autoSwitchToMinute: Boolean ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TimePickerTextField( stable modifier: Modifier stable value: TextFieldValue stable onValueChange: Function1 stable state: TimePickerState stable selection: Selection stable keyboardOptions: KeyboardOptions? = @static Companion.Default stable keyboardActions: KeyboardActions? = @static Companion.Default stable colors: TimePickerColors ) 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 stable number: Int ): String 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? = @dynamic rememberPlainTooltipState(null, $composer, 0, 0b0001) stable shape: Shape? = @dynamic TooltipDefaults.($composer, 0b0110) stable containerColor: Color = @dynamic TooltipDefaults.($composer, 0b0110) stable contentColor: Color = @dynamic TooltipDefaults.($composer, 0b0110) 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 title: Function2? = @static null stable action: Function2? = @static null stable tooltipState: RichTooltipState? = @dynamic rememberRichTooltipState(action != null, null, $composer, 0, 0b0010) stable shape: Shape? = @dynamic TooltipDefaults.($composer, 0b0110) 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 fun rememberPlainTooltipState( stable mutatorMutex: MutatorMutex? = @static TooltipDefaults.GlobalMutatorMutex ): PlainTooltipState fun rememberRichTooltipState( stable isPersistent: Boolean stable mutatorMutex: MutatorMutex? = @static TooltipDefaults.GlobalMutatorMutex ): RichTooltipState