fun ( stable : DefaultTimeSource ): String fun currentTime( stable time: Function0 stable timeFormat: String ): State fun isRoundDevice() fun imageResource( stable image: ImageResources ): Painter fun is24HourFormat() fun isLeftyModeEnabled() fun screenHeightDp() fun screenWidthDp() restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Dialog( stable showDialog: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable properties: DialogProperties? = @static DialogProperties() stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Dialog( stable showDialog: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable properties: DialogProperties? = @static DialogProperties() stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Dialog( stable showDialog: Boolean stable onDismissRequest: Function0 stable modifier: Modifier? = @static Companion stable properties: DialogProperties? = @static DialogProperties() stable positionIndicator: Function2 stable content: Function2 ) fun animateBackgroundScrimAlpha( stable transition: Transition ): State fun animateContentAlpha( stable transition: Transition ): State fun animateDialogScale( stable transition: Transition ): State 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 colors: ButtonColors? = @dynamic ButtonDefaults.primaryButtonColors((0L), (0L), $composer, 0b000110000000, 0b0011) 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 Button( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ButtonColors? = @dynamic ButtonDefaults.primaryButtonColors((0L), (0L), $composer, 0b000110000000, 0b0011) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable border: ButtonBorder? = @dynamic ButtonDefaults.buttonBorder(null, null, $composer, 0b000110000000, 0b0011) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), $composer, 0b00110000, 0b0001) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable border: ButtonBorder? = @dynamic ButtonDefaults.outlinedButtonBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun CompactButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ButtonColors? = @dynamic ButtonDefaults.primaryButtonColors((0L), (0L), $composer, 0b000110000000, 0b0011) stable backgroundPadding: Dp = @static ButtonDefaults.CompactButtonBackgroundPadding 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 CompactButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ButtonColors? = @dynamic ButtonDefaults.primaryButtonColors((0L), (0L), $composer, 0b000110000000, 0b0011) stable backgroundPadding: Dp = @static ButtonDefaults.CompactButtonBackgroundPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable border: ButtonBorder? = @dynamic ButtonDefaults.buttonBorder(null, null, $composer, 0b000110000000, 0b0011) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedCompactButton( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ButtonColors? = @dynamic ButtonDefaults.outlinedButtonColors((0L), $composer, 0b00110000, 0b0001) stable backgroundPadding: Dp = @static ButtonDefaults.CompactButtonBackgroundPadding stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable border: ButtonBorder? = @dynamic ButtonDefaults.outlinedButtonBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) stable content: @[ExtensionFunctionType] Function3 ) fun primaryButtonColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.primary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable : ButtonDefaults ): ButtonColors fun secondaryButtonColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable : ButtonDefaults ): ButtonColors fun iconButtonColors( stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface stable : ButtonDefaults ): ButtonColors fun outlinedButtonColors( stable contentColor: Color = @dynamic MaterialTheme.colors.primary stable : ButtonDefaults ): ButtonColors fun buttonBorder( stable borderStroke: BorderStroke? = @static null stable disabledBorderStroke: BorderStroke? = @dynamic borderStroke unused stable : ButtonDefaults ): ButtonBorder fun outlinedButtonBorder( stable borderColor: Color = @dynamic MaterialTheme.colors.primaryVariant.copy( alpha = 0.6f ) stable disabledBorderColor: Color = @dynamic borderColor.copy( alpha = ContentAlpha . disabled ) stable borderWidth: Dp = @static 1.dp unused stable : ButtonDefaults ): ButtonBorder fun buttonColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.primary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable disabledBackgroundColor: Color = @dynamic backgroundColor.copy( alpha = ContentAlpha . disabled ) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled ) unused stable : ButtonDefaults ): ButtonColors fun backgroundColor( stable enabled: Boolean stable : DefaultButtonColors ): State fun contentColor( stable enabled: Boolean stable : DefaultButtonColors ): State fun borderStroke( stable enabled: Boolean stable : DefaultButtonBorder ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Card( stable onClick: Function0 stable modifier: Modifier? = @static Companion unstable backgroundPainter: Painter? = @dynamic CardDefaults.cardBackgroundPainter((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable enabled: Boolean = @static true stable contentPadding: PaddingValues? = @static CardDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.large stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable role: Role? = @static null 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], [androidx.compose.ui.UiComposable]]") fun AppCard( stable onClick: Function0 stable appName: @[ExtensionFunctionType] Function3 stable time: @[ExtensionFunctionType] Function3 stable title: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable appImage: @[ExtensionFunctionType] Function3? = @static null unstable backgroundPainter: Painter? = @dynamic CardDefaults.cardBackgroundPainter((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable appColor: Color = @dynamic contentColor stable timeColor: Color = @dynamic contentColor stable titleColor: Color = @dynamic MaterialTheme.colors.onSurface stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TitleCard( stable onClick: Function0 stable title: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable time: @[ExtensionFunctionType] Function3? = @static null unstable backgroundPainter: Painter? = @dynamic CardDefaults.cardBackgroundPainter((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable titleColor: Color = @dynamic MaterialTheme.colors.onSurface stable timeColor: Color = @dynamic contentColor stable content: @[ExtensionFunctionType] Function3 ) fun cardBackgroundPainter( stable startBackgroundColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = 0.3f ).compositeOver(MaterialTheme.colors.background) stable endBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant.copy( alpha = 0.2f ).compositeOver(MaterialTheme.colors.background) stable gradientDirection: LayoutDirection? = @dynamic LocalLayoutDirection.current unused stable : CardDefaults ): Painter fun imageWithScrimBackgroundPainter( unstable backgroundImagePainter: Painter stable backgroundImageScrimBrush: Brush? = @dynamic Companion.linearGradient( colors = listOf ( MaterialTheme . colors . surface . copy ( alpha = 1.0f ) , MaterialTheme . colors . surface . copy ( alpha = 0.0f ) ) ) unused stable : CardDefaults ): Painter restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun Chip( stable onClick: Function0 stable colors: ChipColors stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable role: Role? = @dynamic Companion.Button stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable onClick: Function0 stable colors: ChipColors stable border: ChipBorder stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable role: Role? = @dynamic Companion.Button stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable label: @[ExtensionFunctionType] Function3 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable secondaryLabel: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.primaryChipColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Chip( stable label: @[ExtensionFunctionType] Function3 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable secondaryLabel: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.primaryChipColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable border: ChipBorder? = @dynamic ChipDefaults.chipBorder(null, null, $composer, 0b000110000000, 0b0011) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedChip( stable label: @[ExtensionFunctionType] Function3 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable secondaryLabel: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.outlinedChipColors((0L), (0L), (0L), $composer, 0b110000000000, 0b0111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable border: ChipBorder? = @dynamic ChipDefaults.outlinedChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CompactChip( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable label: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.primaryChipColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.CompactChipContentPadding ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CompactChip( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable label: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.primaryChipColors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.CompactChipContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable border: ChipBorder? = @dynamic ChipDefaults.chipBorder(null, null, $composer, 0b000110000000, 0b0011) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun OutlinedCompactChip( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable label: @[ExtensionFunctionType] Function3? = @static null stable icon: @[ExtensionFunctionType] Function3? = @static null stable colors: ChipColors? = @dynamic ChipDefaults.outlinedChipColors((0L), (0L), (0L), $composer, 0b110000000000, 0b0111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.CompactChipContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable border: ChipBorder? = @dynamic ChipDefaults.outlinedChipBorder((0L), (0L), (0.0f), $composer, 0b110000000000, 0b0111) ) fun primaryChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.primary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun gradientBackgroundChipColors( stable startBackgroundColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = 0.5f ).compositeOver(MaterialTheme.colors.surface) stable endBackgroundColor: Color = @dynamic MaterialTheme.colors.surface.copy( alpha = 0.0f ).compositeOver(MaterialTheme.colors.surface) stable contentColor: Color = @dynamic contentColorFor(endBackgroundColor, $composer, 0b1110 and $changed shr 0b0011) stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable gradientDirection: LayoutDirection? = @dynamic LocalLayoutDirection.current unused stable : ChipDefaults ): ChipColors fun secondaryChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun childChipColors( stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun imageBackgroundChipColors( unstable backgroundImagePainter: Painter stable backgroundImageScrimBrush: Brush? = @dynamic Companion.linearGradient( colors = listOf ( MaterialTheme . colors . surface . copy ( alpha = 1.0f ) , MaterialTheme . colors . surface . copy ( alpha = 0.0f ) ) ) stable contentColor: Color = @dynamic MaterialTheme.colors.onBackground stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor unused stable : ChipDefaults ): ChipColors fun outlinedChipColors( stable contentColor: Color = @dynamic MaterialTheme.colors.primary stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun chipBorder( stable borderStroke: BorderStroke? = @static null stable disabledBorderStroke: BorderStroke? = @static null unused stable : ChipDefaults ): ChipBorder fun outlinedChipBorder( stable borderColor: Color = @dynamic MaterialTheme.colors.primaryVariant.copy( alpha = 0.6f ) stable disabledBorderColor: Color = @dynamic borderColor.copy( alpha = ContentAlpha . disabled ) stable borderWidth: Dp = @static 1.dp unused stable : ChipDefaults ): ChipBorder fun chipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.primary stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $changed) stable secondaryContentColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable disabledBackgroundColor: Color = @dynamic backgroundColor.copy( alpha = ContentAlpha . disabled ) stable disabledContentColor: Color = @dynamic contentColor.copy( alpha = ContentAlpha . disabled ) stable disabledSecondaryContentColor: Color = @dynamic secondaryContentColor.copy( alpha = ContentAlpha . disabled ) stable disabledIconColor: Color = @dynamic iconColor.copy( alpha = ContentAlpha . disabled ) unused stable : ChipDefaults ): ChipColors fun background( stable enabled: Boolean stable : DefaultChipColors ): State fun contentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun secondaryContentColor( stable enabled: Boolean stable : DefaultChipColors ): State fun iconColor( stable enabled: Boolean stable : DefaultChipColors ): State fun borderStroke( stable enabled: Boolean stable : DefaultChipBorder ): State readonly fun contentColorFor( stable backgroundColor: Color ): Color fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun ( stable : ContentAlpha ): Float fun contentAlpha( stable highContrastAlpha: Float stable lowContrastAlpha: Float unused stable : ContentAlpha ): Float restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun HorizontalPageIndicator( pageIndicatorState: PageIndicatorState stable modifier: Modifier? = @static Companion stable indicatorStyle: PageIndicatorStyle = @dynamic PageIndicatorDefaults.style($composer, 0b0110) stable selectedColor: Color = @dynamic MaterialTheme.colors.onBackground stable unselectedColor: Color = @dynamic selectedColor.copy( alpha = 0.3f ) stable indicatorSize: Dp = @static 6.dp stable spacing: Dp = @static 4.dp stable indicatorShape: Shape? = @dynamic CircleShape ) fun style( unused stable : PageIndicatorDefaults ): PageIndicatorStyle restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun LinearPageIndicator( stable modifier: Modifier stable pagesOnScreen: Int stable indicatorFactory: Function3 stable spacerLeft: Function2 stable spacerRight: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun CurvedPageIndicator( stable modifier: Modifier stable pagesOnScreen: Int stable indicatorFactory: Function3 stable spacerLeft: Function2 stable spacerRight: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable scheme("[androidx.compose.ui.UiComposable]") fun Icon( unstable painter: Painter stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ListHeader( stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @static Companion.Transparent stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable content: @[ExtensionFunctionType] Function3 ) fun rememberTextSelectionColors( stable colors: Colors ): TextSelectionColors restartable skippable scheme("[0, [0]]") fun MaterialTheme( stable colors: Colors? = @dynamic MaterialTheme.colors stable typography: Typography? = @dynamic MaterialTheme.typography stable shapes: Shapes? = @dynamic MaterialTheme.shapes stable content: Function2 ) readonly fun ( unused stable : MaterialTheme ): Colors readonly fun ( unused stable : MaterialTheme ): Typography readonly fun ( unused stable : MaterialTheme ): Shapes fun defaultColor( unused stable : MaterialRippleTheme ): Color fun rippleAlpha( unused stable : MaterialRippleTheme ): RippleAlpha restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Picker( stable state: PickerState stable contentDescription: String? stable modifier: Modifier? = @static Companion stable readOnly: Boolean = @static false stable readOnlyLabel: @[ExtensionFunctionType] Function3? = @static null stable onSelected: Function0? = @static { } stable scalingParams: ScalingParams? = @dynamic PickerDefaults.defaultScalingParams() stable separation: Dp = @static 0.dp stable gradientRatio: Float = @static PickerDefaults.DefaultGradientRatio stable gradientColor: Color = @dynamic MaterialTheme.colors.background stable flingBehavior: FlingBehavior? = @dynamic PickerDefaults.flingBehavior(state, null, $composer, 0b000110000000 or 0b1110 and $dirty, 0b0010) stable userScrollEnabled: Boolean = @static true stable option: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Picker( stable state: PickerState stable contentDescription: String? stable modifier: Modifier? = @static Companion stable readOnly: Boolean = @static false stable readOnlyLabel: @[ExtensionFunctionType] Function3? = @static null stable onSelected: Function0? = @static { } stable scalingParams: ScalingParams? = @dynamic PickerDefaults.scalingParams() stable separation: Dp = @static 0.dp stable gradientRatio: Float = @static PickerDefaults.DefaultGradientRatio stable gradientColor: Color = @dynamic MaterialTheme.colors.background stable flingBehavior: FlingBehavior? = @dynamic PickerDefaults.flingBehavior(state, null, $composer, 0b000110000000 or 0b1110 and $dirty, 0b0010) stable userScrollEnabled: Boolean = @static true stable option: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Picker( stable state: PickerState stable contentDescription: String? stable modifier: Modifier? = @static Companion stable readOnly: Boolean = @static false stable readOnlyLabel: @[ExtensionFunctionType] Function3? = @static null stable onSelected: Function0? = @static { } stable scalingParams: ScalingParams? = @dynamic PickerDefaults.scalingParams() stable separation: Dp = @static 0.dp stable gradientRatio: Float = @static PickerDefaults.DefaultGradientRatio stable gradientColor: Color = @dynamic MaterialTheme.colors.background stable flingBehavior: FlingBehavior? = @dynamic PickerDefaults.flingBehavior(state, null, $composer, 0b000110000000 or 0b1110 and $dirty, 0b0010) stable option: @[ExtensionFunctionType] Function4 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Picker( stable state: PickerState stable modifier: Modifier? = @static Companion stable readOnly: Boolean = @static false stable readOnlyLabel: @[ExtensionFunctionType] Function3? = @static null stable scalingParams: ScalingParams? = @dynamic PickerDefaults.scalingParams() stable separation: Dp = @static 0.dp stable gradientRatio: Float = @static PickerDefaults.DefaultGradientRatio stable gradientColor: Color = @dynamic MaterialTheme.colors.background stable flingBehavior: FlingBehavior? = @dynamic PickerDefaults.flingBehavior(state, null, $composer, 0b000110000000 or 0b1110 and $dirty, 0b0010) stable option: @[ExtensionFunctionType] Function4 ) fun rememberPickerState( stable initialNumberOfOptions: Int stable initiallySelectedOption: Int = @static 0 stable repeatItems: Boolean = @static true ): PickerState fun flingBehavior( stable state: PickerState unstable decay: DecayAnimationSpec? = @dynamic exponentialDecay() unused stable : PickerDefaults ): FlingBehavior restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun PickerGroup( stable pickers: Array stable modifier: Modifier? = @static Companion stable pickerGroupState: PickerGroupState? = @dynamic rememberPickerGroupState(0, $composer, 0, 0b0001) stable onSelected: Function1<@[ParameterName(name = 'selectedIndex')] Int, Unit>? = @static { it: Int -> } stable autoCenter: Boolean = @static true stable propagateMinConstraints: Boolean = @static false touchExplorationStateProvider: TouchExplorationStateProvider? = @dynamic DefaultTouchExplorationStateProvider() stable separator: Function3? = @static null ) fun rememberPickerGroupState( stable initiallySelectedIndex: Int = @static 0 ): PickerGroupState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun AutoCenteringRow( stable modifier: Modifier? = @static Companion stable propagateMinConstraints: Boolean stable content: Function2 ) fun rememberPlaceholderState( stable isContentReady: Function0 ): PlaceholderState fun placeholder( stable : Modifier stable placeholderState: PlaceholderState stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable color: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.1f ).compositeOver(MaterialTheme.colors.surface) ): Modifier fun placeholderShimmer( stable : Modifier stable placeholderState: PlaceholderState stable shape: Shape? = @dynamic MaterialTheme.shapes.small stable color: Color = @dynamic MaterialTheme.colors.onSurface ): Modifier fun placeholderChipColors( stable originalChipColors: ChipColors stable placeholderState: PlaceholderState stable color: Color = @dynamic MaterialTheme.colors.surface unused stable : PlaceholderDefaults ): ChipColors fun placeholderChipColors( stable placeholderState: PlaceholderState stable color: Color = @dynamic MaterialTheme.colors.surface unused stable : PlaceholderDefaults ): ChipColors fun painterWithPlaceholderOverlayBackgroundBrush( stable placeholderState: PlaceholderState unstable painter: Painter stable color: Color = @dynamic MaterialTheme.colors.surface unused stable : PlaceholderDefaults ): Painter fun placeholderBackgroundBrush( stable placeholderState: PlaceholderState stable color: Color = @dynamic MaterialTheme.colors.surface unused stable : PlaceholderDefaults ): Painter restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable scrollState: ScrollState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable scalingLazyListState: ScalingLazyListState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable scalingLazyListState: ScalingLazyListState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable lazyListState: LazyListState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable value: Function0 stable modifier: Modifier? = @static Companion stable range: ClosedFloatingPointRange? = @dynamic 0.0f .. 1.0f stable color: Color = @dynamic MaterialTheme.colors.onBackground stable reverseDirection: Boolean = @static false stable position: PositionIndicatorAlignment = @static Companion.OppositeRsb ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun PositionIndicator( stable state: PositionIndicatorState stable indicatorHeight: Dp stable indicatorWidth: Dp stable paddingHorizontal: Dp stable modifier: Modifier? = @static Companion stable background: Color = @dynamic MaterialTheme.colors.onBackground.copy( alpha = 0.3f ) stable color: Color = @dynamic MaterialTheme.colors.onBackground stable reverseDirection: Boolean = @static false stable position: PositionIndicatorAlignment = @static Companion.End ) fun customAnimateValueAsState( targetValue: T unstable typeConverter: TwoWayConverter unstable animationSpec: AnimationSpec stable changeListener: @[ExtensionFunctionType] Function3? = @static null ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun BoundsLimiter( stable offset: @[ExtensionFunctionType] Function1 stable size: @[ExtensionFunctionType] Function1 stable modifier: Modifier? = @static Companion stable onSizeChanged: Function1? = @static { it: IntSize -> } stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable progress: Float stable modifier: Modifier? = @static Companion stable startAngle: Float = @static 270.0f stable endAngle: Float = @dynamic startAngle stable indicatorColor: Color = @dynamic MaterialTheme.colors.primary stable trackColor: Color = @dynamic MaterialTheme.colors.onBackground.copy( alpha = 0.1f ) stable strokeWidth: Dp = @static ProgressIndicatorDefaults.StrokeWidth ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun CircularProgressIndicator( stable modifier: Modifier? = @static Companion stable startAngle: Float = @static 270.0f stable indicatorColor: Color = @dynamic MaterialTheme.colors.onBackground stable trackColor: Color = @dynamic MaterialTheme.colors.onBackground.copy( alpha = 0.3f ) stable strokeWidth: Dp = @static ProgressIndicatorDefaults.IndeterminateStrokeWidth ) 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 Scaffold( stable modifier: Modifier? = @static Companion stable vignette: Function2? = @static null stable positionIndicator: Function2? = @static null stable pageIndicator: Function2? = @static null stable timeText: Function2? = @static null stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun ScalingLazyColumn( stable modifier: Modifier? = @static Companion stable state: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable contentPadding: PaddingValues? = @static PaddingValues( horizontal = 10 . dp ) stable reverseLayout: Boolean = @static false stable verticalArrangement: Vertical? = @dynamic Arrangement.spacedBy(4.dp, if (!reverseLayout) { Companion . Top } else { Companion . Bottom } ) stable horizontalAlignment: Horizontal? = @static Companion.CenterHorizontally stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, ScrollableDefaults.$stable) stable userScrollEnabled: Boolean = @static true stable scalingParams: ScalingParams? = @dynamic ScalingLazyColumnDefaults.scalingParams() stable anchorType: ScalingLazyListAnchorType = @static Companion.ItemCenter stable autoCentering: AutoCenteringParams? = @static AutoCenteringParams() stable content: @[ExtensionFunctionType] Function1 ) fun snapFlingBehavior( stable state: ScalingLazyListState stable snapOffset: Dp = @static 0.dp unstable decay: DecayAnimationSpec? = @dynamic exponentialDecay() unused stable : ScalingLazyColumnDefaults ): FlingBehavior restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ScalingLazyColumnItemWrapper( stable index: Int stable state: ScalingLazyListState stable itemScope: ScalingLazyListItemScope stable content: @[ExtensionFunctionType] Function3 ) fun rememberScalingLazyListState( stable initialCenterItemIndex: Int = @static 1 stable initialCenterItemScrollOffset: Int = @static 0 ): ScalingLazyListState restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun InlineSlider( stable value: Float stable onValueChange: Function1 stable steps: Int stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. steps + 1.toFloat() stable segmented: Boolean = @dynamic steps <= 8 stable colors: InlineSliderColors? = @dynamic InlineSliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) ) restartable scheme("[androidx.compose.ui.UiComposable, [_], [androidx.compose.ui.UiComposable]]") fun InlineSlider( stable value: Int stable onValueChange: Function1 unstable valueProgression: IntProgression stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable segmented: Boolean = @dynamic valueProgression.stepsNumber() <= 8 stable colors: InlineSliderColors? = @dynamic InlineSliderDefaults.colors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) ) fun colors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable spacerColor: Color = @dynamic MaterialTheme.colors.background stable selectedBarColor: Color = @dynamic MaterialTheme.colors.secondary stable unselectedBarColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.1f ) stable disabledBackgroundColor: Color = @dynamic backgroundColor.copy( alpha = ContentAlpha . disabled ) stable disabledSpacerColor: Color = @dynamic spacerColor.copy( alpha = ContentAlpha . disabled ) stable disabledSelectedBarColor: Color = @dynamic selectedBarColor.copy( alpha = ContentAlpha . disabled ) stable disabledUnselectedBarColor: Color = @dynamic unselectedBarColor.copy( alpha = 0.05f ) unused stable : InlineSliderDefaults ): InlineSliderColors fun backgroundColor( stable enabled: Boolean stable : DefaultInlineSliderColors ): State fun spacerColor( stable enabled: Boolean stable : DefaultInlineSliderColors ): State fun barColor( stable enabled: Boolean stable selected: Boolean stable : DefaultInlineSliderColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun InlineSliderButton( stable enabled: Boolean stable onClick: Function0 stable contentAlignment: Alignment stable modifier: Modifier stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Stepper( stable value: Float stable onValueChange: Function1 stable steps: Int stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. steps + 1.toFloat() stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010101) stable iconColor: Color = @dynamic contentColor stable enableRangeSemantics: Boolean = @static true stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable]]") fun Stepper( stable value: Int stable onValueChange: Function1 unstable valueProgression: IntProgression stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable iconColor: Color = @dynamic contentColor stable enableRangeSemantics: Boolean = @static true stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable]]") fun Stepper( stable value: Float stable onValueChange: Function1 stable steps: Int stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. steps + 1.toFloat() stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010101) stable iconColor: Color = @dynamic contentColor stable content: @[ExtensionFunctionType] Function3 ) restartable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [_], [androidx.compose.ui.UiComposable]]") fun Stepper( stable value: Int stable onValueChange: Function1 unstable valueProgression: IntProgression stable decreaseIcon: Function2 stable increaseIcon: Function2 stable modifier: Modifier? = @static Companion stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable iconColor: Color = @dynamic contentColor stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun FullScreenButton( stable : ColumnScope stable onClick: Function0 stable contentAlignment: Alignment stable paddingValues: PaddingValues stable iconColor: Color stable enabled: Boolean stable content: Function2 ) restartable skippable fun SwipeToDismissBox( stable state: SwipeToDismissBoxState stable modifier: Modifier? = @static Companion stable backgroundScrimColor: Color = @dynamic MaterialTheme.colors.background stable contentScrimColor: Color = @dynamic MaterialTheme.colors.background unstable backgroundKey: Any? = @static SwipeToDismissKeys.Background unstable contentKey: Any? = @static SwipeToDismissKeys.Content stable hasBackground: Boolean = @static true stable content: @[ExtensionFunctionType] Function4 ) restartable skippable fun SwipeToDismissBox( stable onDismissed: Function0 stable modifier: Modifier? = @static Companion stable state: SwipeToDismissBoxState? = @dynamic rememberSwipeToDismissBoxState(null, null, $composer, 0, 0b0011) stable backgroundScrimColor: Color = @dynamic MaterialTheme.colors.background stable contentScrimColor: Color = @dynamic contentColorFor(backgroundScrimColor, $composer, 0b1110 and $dirty shr 0b1001) unstable backgroundKey: Any? = @static SwipeToDismissKeys.Background unstable contentKey: Any? = @static SwipeToDismissKeys.Content stable hasBackground: Boolean = @static true stable content: @[ExtensionFunctionType] Function4 ) fun rememberSwipeToDismissBoxState( unstable animationSpec: AnimationSpec? = @static SWIPE_TO_DISMISS_BOX_ANIMATION_SPEC stable confirmStateChange: Function1? = @static { it: SwipeToDismissValue -> true } ): SwipeToDismissBoxState fun rememberSwipeableState( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @static { it: T -> true } ): SwipeableState restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE stable minLines: Int = @static 1 unstable inlineContent: Map? = @static mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Text( stable text: AnnotatedString stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified stable fontStyle: FontStyle? = @static null stable fontWeight: FontWeight? = @static null stable fontFamily: FontFamily? = @static null stable letterSpacing: TextUnit = @static Companion.Unspecified stable textDecoration: TextDecoration? = @static null stable textAlign: TextAlign? = @static null stable lineHeight: TextUnit = @static Companion.Unspecified stable overflow: TextOverflow = @static Companion.Clip stable softWrap: Boolean = @static true stable maxLines: Int = @static Companion.MAX_VALUE unstable inlineContent: Map? = @static mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable scheme("[0, [0]]") fun ProvideTextStyle( stable value: TextStyle stable content: Function2 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun TimeText( stable modifier: Modifier? = @static Companion timeSource: TimeSource? = @dynamic TimeTextDefaults.timeSource(TimeTextDefaults.timeFormat($composer, 0b0110)) stable timeTextStyle: TextStyle? = @dynamic TimeTextDefaults.timeTextStyle((0L), (0L), (0L), $composer, 0b110000000000, 0b0111) stable contentPadding: PaddingValues? = @static TimeTextDefaults.ContentPadding stable startLinearContent: Function2? = @static null stable startCurvedContent: @[ExtensionFunctionType] Function1? = @static null stable endLinearContent: Function2? = @static null stable endCurvedContent: @[ExtensionFunctionType] Function1? = @static null stable textLinearSeparator: Function2? = @static composableLambda($composer, -898766389, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C95@4775L40:TimeText.kt#gj9v0t" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { if ( isTraceInProgress ( ) ) { traceEventStart ( -898766389 , $changed , -1 , "androidx.wear.compose.material.TimeText. (TimeText.kt:95)" ) } TimeTextDefaults . TextSeparator ( null , timeTextStyle , null , $composer , 0b110000000000 or 0b01110000 and $dirty shr 0b0011 , 0b0101 ) if ( isTraceInProgress ( ) ) { traceEventEnd ( ) } } else { $composer . skipToGroupEnd ( ) } } stable textCurvedSeparator: @[ExtensionFunctionType] Function1? = @dynamic remember(timeTextStyle, { { TimeTextDefaults . CurvedTextSeparator ( curvedTextStyle = CurvedTextStyle ( timeTextStyle ) ) } } , $composer, 0b1110 and $dirty shr 0b0110) ) fun timeFormat( stable : TimeTextDefaults ): String fun timeTextStyle( stable background: Color = @static Companion.Unspecified stable color: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified unused stable : TimeTextDefaults ): TextStyle restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun TextSeparator( stable modifier: Modifier? = @static Companion stable textStyle: TextStyle? = @dynamic timeTextStyle((0L), (0L), (0L), $composer, 0b0001110000000000 and $dirty, 0b0111) stable contentPadding: PaddingValues? = @static PaddingValues( horizontal = 4 . dp ) stable : TimeTextDefaults ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ToggleButtonColors? = @dynamic ToggleButtonDefaults.toggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ToggleButtonColors? = @dynamic ToggleButtonDefaults.toggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun ToggleButton( stable checked: Boolean stable onCheckedChange: Function1 stable modifier: Modifier? = @static Companion stable enabled: Boolean = @static true stable colors: ToggleButtonColors? = @dynamic ToggleButtonDefaults.toggleButtonColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b0110000000000000000000000000, 0b11111111) stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable shape: Shape? = @dynamic CircleShape stable role: Role = @static ToggleButtonDefaults.DefaultRole stable content: @[ExtensionFunctionType] Function3 ) fun toggleButtonColors( stable checkedBackgroundColor: Color = @dynamic MaterialTheme.colors.primary stable checkedContentColor: Color = @dynamic contentColorFor(checkedBackgroundColor, $composer, 0b1110 and $changed) stable disabledCheckedBackgroundColor: Color = @dynamic checkedBackgroundColor.copy( alpha = ContentAlpha . disabled ) stable disabledCheckedContentColor: Color = @dynamic MaterialTheme.colors.background stable uncheckedBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable uncheckedContentColor: Color = @dynamic contentColorFor(uncheckedBackgroundColor, $composer, 0b1110 and $changed shr 0b1100) stable disabledUncheckedBackgroundColor: Color = @dynamic uncheckedBackgroundColor.copy( alpha = ContentAlpha . disabled ) stable disabledUncheckedContentColor: Color = @dynamic uncheckedContentColor.copy( alpha = ContentAlpha . disabled ) unused stable : ToggleButtonDefaults ): ToggleButtonColors fun backgroundColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleButtonColors ): State fun contentColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleButtonColors ): 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 ToggleChip( stable checked: Boolean stable onCheckedChange: Function1 stable label: @[ExtensionFunctionType] Function3 stable toggleControl: Function2 stable modifier: Modifier? = @static Companion stable appIcon: @[ExtensionFunctionType] Function3? = @static null stable secondaryLabel: @[ExtensionFunctionType] Function3? = @static null stable colors: ToggleChipColors? = @dynamic ToggleChipDefaults.toggleChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0b01000000, 0b011111111111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @dynamic ToggleChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun SplitToggleChip( stable checked: Boolean stable onCheckedChange: Function1 stable label: @[ExtensionFunctionType] Function3 stable onClick: Function0 stable toggleControl: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable secondaryLabel: @[ExtensionFunctionType] Function3? = @static null stable colors: SplitToggleChipColors? = @dynamic ToggleChipDefaults.splitToggleChipColors((0L), (0L), (0L), (0L), (0L), (0L), $composer, 0b001000000000000000000000, 0b00111111) stable enabled: Boolean = @static true stable checkedInteractionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable clickInteractionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) stable contentPadding: PaddingValues? = @dynamic ToggleChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Labels( stable : RowScope stable contentColor: Color stable secondaryContentColor: Color stable label: @[ExtensionFunctionType] Function3 stable secondaryLabel: @[ExtensionFunctionType] Function3? ) fun toggleChipColors( stable checkedStartBackgroundColor: Color = @dynamic MaterialTheme.colors.surface.copy( alpha = 0.0f ).compositeOver(MaterialTheme.colors.surface) stable checkedEndBackgroundColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = 0.5f ).compositeOver(MaterialTheme.colors.surface) stable checkedContentColor: Color = @dynamic MaterialTheme.colors.onSurface stable checkedSecondaryContentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable checkedToggleControlColor: Color = @dynamic MaterialTheme.colors.secondary stable uncheckedStartBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable uncheckedEndBackgroundColor: Color = @dynamic uncheckedStartBackgroundColor stable uncheckedContentColor: Color = @dynamic contentColorFor(checkedEndBackgroundColor, $composer, 0b1110 and $changed shr 0b0011) stable uncheckedSecondaryContentColor: Color = @dynamic uncheckedContentColor stable uncheckedToggleControlColor: Color = @dynamic uncheckedContentColor stable gradientDirection: LayoutDirection? = @dynamic LocalLayoutDirection.current unused unstable : ToggleChipDefaults ): ToggleChipColors fun splitToggleChipColors( stable backgroundColor: Color = @dynamic MaterialTheme.colors.surface stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface stable secondaryContentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable checkedToggleControlColor: Color = @dynamic MaterialTheme.colors.secondary stable uncheckedToggleControlColor: Color = @dynamic contentColor stable splitBackgroundOverlayColor: Color = @static Companion.White.copy( alpha = 0.05f ) unused unstable : ToggleChipDefaults ): SplitToggleChipColors fun ( unused unstable : ToggleChipDefaults ): Color fun background( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State fun contentColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State fun secondaryContentColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State fun toggleControlColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State fun backgroundColor( stable enabled: Boolean stable : DefaultSplitToggleChipColors ): State fun contentColor( stable enabled: Boolean stable : DefaultSplitToggleChipColors ): State fun secondaryContentColor( stable enabled: Boolean stable : DefaultSplitToggleChipColors ): State fun toggleControlColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSplitToggleChipColors ): State fun splitBackgroundOverlay( stable enabled: Boolean stable checked: Boolean stable : DefaultSplitToggleChipColors ): State restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Checkbox( stable checked: Boolean stable modifier: Modifier? = @static Companion stable colors: CheckboxColors? = @dynamic CheckboxDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable onCheckedChange: Function1? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Switch( stable checked: Boolean stable modifier: Modifier? = @static Companion stable colors: SwitchColors? = @dynamic SwitchDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable onCheckedChange: Function1? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun RadioButton( stable selected: Boolean stable modifier: Modifier? = @static Companion stable colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors((0L), (0L), (0L), (0L), $composer, 0b0110000000000000, 0b1111) stable enabled: Boolean = @static true stable onClick: Function0? = @static null stable interactionSource: MutableInteractionSource? = @static remember({ MutableInteractionSource ( ) } , $composer, 0) ) fun colors( stable checkedBoxColor: Color = @dynamic MaterialTheme.colors.secondary stable checkedCheckmarkColor: Color = @dynamic checkedBoxColor stable uncheckedBoxColor: Color = @dynamic contentColorFor(MaterialTheme.colors.primary.copy( alpha = 0.5f ).compositeOver(MaterialTheme.colors.surface), $composer, 0) stable uncheckedCheckmarkColor: Color = @dynamic uncheckedBoxColor unused stable : CheckboxDefaults ): CheckboxColors fun colors( stable checkedThumbColor: Color = @dynamic MaterialTheme.colors.secondary stable checkedTrackColor: Color = @dynamic checkedThumbColor.copy( alpha = ContentAlpha . disabled ) stable uncheckedThumbColor: Color = @dynamic MaterialTheme.colors.onSurface.copy( alpha = 0.6f ) stable uncheckedTrackColor: Color = @dynamic uncheckedThumbColor.copy( alpha = uncheckedThumbColor . alpha * ContentAlpha . disabled ) unused stable : SwitchDefaults ): SwitchColors fun colors( stable selectedRingColor: Color = @dynamic MaterialTheme.colors.secondary stable selectedDotColor: Color = @dynamic MaterialTheme.colors.secondary stable unselectedRingColor: Color = @dynamic contentColorFor(MaterialTheme.colors.primary.copy( alpha = 0.5f ).compositeOver(MaterialTheme.colors.surface), $composer, 0) stable unselectedDotColor: Color = @dynamic contentColorFor(MaterialTheme.colors.primary.copy( alpha = 0.5f ).compositeOver(MaterialTheme.colors.surface), $composer, 0) unused stable : RadioButtonDefaults ): RadioButtonColors fun animateProgress( stable transition: Transition stable label: String stable durationMillis: Int = @static QUICK stable delayMillis: Int = @static 0 ): State scheme("[0, [0]]") fun animateColor( stable transition: Transition stable colorFn: Function4<@[ParameterName(name = 'enabled')] Boolean, @[ParameterName(name = 'checked')] Boolean, Composer, Int, State> stable enabled: Boolean ): State fun boxColor( stable enabled: Boolean stable checked: Boolean stable : DefaultCheckboxColors ): State fun checkmarkColor( stable enabled: Boolean stable checked: Boolean stable : DefaultCheckboxColors ): State fun thumbColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State fun trackColor( stable enabled: Boolean stable checked: Boolean stable : DefaultSwitchColors ): State fun ringColor( stable enabled: Boolean stable selected: Boolean stable : DefaultRadioButtonColors ): State fun dotColor( stable enabled: Boolean stable selected: Boolean stable : DefaultRadioButtonColors ): State fun touchExplorationState( stable : DefaultTouchExplorationStateProvider ): State restartable fun ObserveState( unstable : Lifecycle stable handleEvent: Function1? = @static { it: Event -> } stable onDispose: Function0? = @static { } unused stable : DefaultTouchExplorationStateProvider ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun Vignette( stable vignettePosition: VignettePosition stable modifier: Modifier? = @static Companion ) 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 Alert( stable title: @[ExtensionFunctionType] Function3 stable negativeButton: Function2 stable positiveButton: Function2 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable titleColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3? = @static null ) 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 Alert( stable title: @[ExtensionFunctionType] Function3 stable negativeButton: Function2 stable positiveButton: Function2 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable titleColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3? = @static null ) 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 AlertWithMaterialSlc( stable title: @[ExtensionFunctionType] Function3 stable negativeButton: Function2 stable positiveButton: Function2 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010010) stable titleColor: Color = @dynamic contentColor stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3? = @static null ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Alert( stable title: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable message: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable titleColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable messageColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Alert( stable title: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable message: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable titleColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable messageColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun AlertWithMaterialSlc( stable title: @[ExtensionFunctionType] Function3 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable message: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable titleColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable messageColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable verticalArrangement: Vertical? = @static DialogDefaults.AlertVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Confirmation( stable onTimeout: Function0 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable durationMillis: Long = @static DialogDefaults.ShortDurationMillis stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.ConfirmationVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun Confirmation( stable onTimeout: Function0 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable durationMillis: Long = @static DialogDefaults.ShortDurationMillis stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.ConfirmationVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable], [androidx.compose.ui.UiComposable]]") fun ConfirmationWithMaterialSlc( stable onTimeout: Function0 stable modifier: Modifier? = @static Companion stable icon: @[ExtensionFunctionType] Function3? = @static null stable scrollState: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable durationMillis: Long = @static DialogDefaults.ShortDurationMillis stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable iconColor: Color = @dynamic contentColor stable verticalArrangement: Vertical? = @static DialogDefaults.ConfirmationVerticalArrangement stable contentPadding: PaddingValues? = @static DialogDefaults.ContentPadding stable content: @[ExtensionFunctionType] Function3 ) fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun DialogImpl( stable modifier: Modifier? = @static Companion stable scrollState: ScalingLazyListState stable verticalArrangement: Vertical stable backgroundColor: Color stable contentPadding: PaddingValues stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable]") fun MaterialDialogImpl( stable modifier: Modifier? = @static Companion stable scrollState: ScalingLazyListState stable verticalArrangement: Vertical stable backgroundColor: Color stable contentPadding: PaddingValues stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DialogIconHeader( stable iconColor: Color stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DialogTitle( stable titleColor: Color stable padding: PaddingValues stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[androidx.compose.ui.UiComposable, [androidx.compose.ui.UiComposable]]") fun DialogBody( stable bodyColor: Color stable content: @[ExtensionFunctionType] Function3 )