fun ( stable : DefaultTimeSource ): String fun currentTime( stable time: Function0 stable timeFormat: String ): State fun isRoundDevice() fun imageResource( stable image: ImageResources ): Painter fun is24HourFormat() restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable content: @[ExtensionFunctionType] Function3 ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) 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 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 restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable role: Role? = @static null stable content: Function2 ) restartable skippable fun AppCard( stable onClick: Function0 stable appName: Function2 stable time: Function2 stable title: Function2 stable modifier: Modifier? = @static Companion stable appImage: Function2? = @static null unstable backgroundPainter: Painter? = @dynamic CardDefaults.cardBackgroundPainter((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable appColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable timeColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable titleColor: Color = @dynamic MaterialTheme.colors.onSurface stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable content: Function2 ) restartable skippable fun TitleCard( stable onClick: Function0 stable title: Function2 stable modifier: Modifier? = @static Companion stable time: Function2? = @static null unstable backgroundPainter: Painter? = @dynamic CardDefaults.cardBackgroundPainter((0L), (0L), null, $composer, 0b110000000000, 0b0111) stable titleColor: Color = @dynamic MaterialTheme.colors.onSurface stable timeColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable content: Function2 ) fun cardBackgroundPainter( stable startBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant.copy( alpha = 0.2f ).compositeOver(MaterialTheme.colors.background) stable endBackgroundColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant.copy( alpha = 0.1f ).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 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable role: Role? = @dynamic Companion.Button stable content: Function2 ) restartable skippable fun Chip( stable label: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable secondaryLabel: Function2? = @static null stable icon: Function2? = @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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding ) restartable skippable fun CompactChip( stable onClick: Function0 stable modifier: Modifier? = @static Companion stable label: Function2? = @static null stable icon: Function2? = @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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable contentPadding: PaddingValues? = @static ChipDefaults.ContentPadding ) 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 iconTintColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun gradientBackgroundChipColors( stable startBackgroundColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = 0.325f ).compositeOver(MaterialTheme.colors.surface.copy( alpha = 0.75f )) stable endBackgroundColor: Color = @dynamic MaterialTheme.colors.surface.copy( alpha = 0.0f ).compositeOver(MaterialTheme.colors.surface.copy( alpha = 0.75f )) stable contentColor: Color = @dynamic contentColorFor(endBackgroundColor, $composer, 0b1110 and $changed shr 0b0011) stable secondaryContentColor: Color = @dynamic contentColor stable iconTintColor: 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 iconTintColor: Color = @dynamic contentColor stable : ChipDefaults ): ChipColors fun childChipColors( stable contentColor: Color = @dynamic MaterialTheme.colors.onSurface stable secondaryContentColor: Color = @dynamic contentColor stable iconTintColor: 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 iconTintColor: Color = @dynamic contentColor unused stable : ChipDefaults ): ChipColors 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 iconTintColor: 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 disabledIconTintColor: Color = @dynamic iconTintColor.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 iconTintColor( stable enabled: Boolean stable : DefaultChipColors ): 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 fun CurvedText( stable : CurvedRowScope stable text: String stable modifier: Modifier? = @static Companion stable color: Color = @static Companion.Unspecified stable background: Color = @static Companion.Unspecified stable fontSize: TextUnit = @static Companion.Unspecified style: CurvedTextStyle? = @dynamic CurvedTextStyle(LocalTextStyle.current) stable clockwise: Boolean = @static true stable contentArcPadding: ArcPaddingValues? = @dynamic ArcPaddingValues(0.dp) ) restartable skippable fun AlertDialog( stable title: Function2 stable negativeButton: Function2 stable positiveButton: Function2 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable scrollState: ScrollState? = @dynamic rememberScrollState(0, $composer, 0, 0b0001) 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 iconTintColor: Color = @dynamic contentColor stable contentPadding: PaddingValues? = @dynamic DialogDefaults.ButtonsContentPadding stable content: Function2? = @static null ) restartable skippable fun AlertDialog( stable title: Function2 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable message: Function2? = @static null stable scrollState: ScrollState? = @dynamic rememberScrollState(0, $composer, 0, 0b0001) stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b1111) stable titleColor: Color = @dynamic contentColor stable messageColor: Color = @dynamic contentColor stable iconTintColor: Color = @dynamic contentColor stable contentPadding: PaddingValues? = @dynamic DialogDefaults.ChipsContentPadding stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun ConfirmationDialog( stable onTimeout: Function0 stable modifier: Modifier? = @static Companion stable icon: Function2? = @static null stable scrollState: ScrollState? = @dynamic rememberScrollState(0, $composer, 0, 0b0001) 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 iconTintColor: Color = @dynamic contentColor stable contentPadding: PaddingValues? = @dynamic DialogDefaults.ConfirmationContentPadding stable content: Function2 ) fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues fun ( unused stable : DialogDefaults ): PaddingValues restartable skippable fun DialogImpl( stable modifier: Modifier? = @static Companion stable scrollState: ScrollState stable backgroundColor: Color stable contentPadding: PaddingValues stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun DialogIconHeader( stable iconTintColor: Color stable content: Function2 ) restartable skippable fun DialogTitle( stable titleColor: Color stable padding: PaddingValues stable content: Function2 ) restartable skippable fun DialogBody( stable bodyColor: Color stable content: Function2 ) restartable skippable fun Icon( stable imageVector: ImageVector stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable fun Icon( unstable bitmap: ImageBitmap stable contentDescription: String? stable modifier: Modifier? = @static Companion stable tint: Color = @dynamic LocalContentColor.current.copy( alpha = LocalContentAlpha . current ) ) restartable 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 fun ListHeader( stable modifier: Modifier? = @static Companion stable contentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable backgroundColor: Color = @static Companion.Transparent stable content: Function2 ) fun rememberTextSelectionColors( stable colors: Colors ): TextSelectionColors restartable skippable 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 fun Picker( stable state: PickerState stable modifier: Modifier? = @static Companion stable scalingParams: ScalingParams? = @dynamic PickerDefaults.scalingParams() stable separation: Dp = @static 0.dp stable option: @[ExtensionFunctionType] Function4 ) fun rememberPickerState( stable numberOfOptions: Int stable initiallySelectedOption: Int = @static 0 stable repeatItems: Boolean = @static true ): PickerState restartable skippable fun PositionIndicator( stable scrollState: ScrollState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable fun PositionIndicator( stable scalingLazyListState: ScalingLazyListState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable fun PositionIndicator( stable lazyListState: LazyListState stable modifier: Modifier? = @static Companion stable reverseDirection: Boolean = @static false ) restartable skippable 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 ) restartable skippable fun PositionIndicator( stable state: PositionIndicatorState stable indicatorHeight: Dp stable indicatorWidth: Dp stable paddingRight: Dp stable modifier: Modifier? = @static Companion stable color: Color = @dynamic MaterialTheme.colors.onBackground stable background: Color = @dynamic MaterialTheme.colors.onBackground.copy( alpha = 0.3f ) stable autoHide: Boolean = @static true stable reverseDirection: Boolean = @static false ) restartable skippable fun Scaffold( stable modifier: Modifier? = @static Companion stable vignette: Function2? = @static null stable positionIndicator: Function2? = @static null stable timeText: Function2? = @static null stable content: Function2 ) restartable skippable fun ScalingLazyColumn( stable modifier: Modifier? = @static Companion stable scalingParams: ScalingParams? = @dynamic ScalingLazyColumnDefaults.scalingParams() 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.Start stable contentPadding: PaddingValues? = @static PaddingValues( horizontal = 8 . dp ) stable state: ScalingLazyListState? = @dynamic rememberScalingLazyListState(0, 0, $composer, 0, 0b0011) stable anchorType: ScalingLazyListAnchorType = @static Companion.ItemCenter stable flingBehavior: FlingBehavior? = @dynamic ScrollableDefaults.flingBehavior($composer, 0b1000) stable content: @[ExtensionFunctionType] Function1 ) restartable skippable fun ScalingLazyColumnItemWrapper( stable index: Int stable state: ScalingLazyListState stable itemScope: ScalingLazyListItemScope stable content: @[ExtensionFunctionType] Function3 ) fun rememberScalingLazyListState( stable initialCenterItemIndex: Int = @static 0 stable initialCenterItemScrollOffset: Int = @static 0 ): ScalingLazyListState restartable skippable fun InlineSlider( stable value: Float stable onValueChange: Function1 stable steps: Int 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 decreaseIcon: Function2? = @static ComposableSingletons$SliderKt.lambda-1 stable increaseIcon: Function2? = @static ComposableSingletons$SliderKt.lambda-2 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 fun InlineSliderButton( stable enabled: Boolean stable onClick: Function0 stable contentAlignment: Alignment stable modifier: Modifier stable content: Function2 ) restartable skippable fun Stepper( stable value: Float stable onValueChange: Function1 stable steps: Int stable modifier: Modifier? = @static Companion stable valueRange: ClosedFloatingPointRange? = @dynamic 0.0f .. steps + 1.toFloat() stable decreaseIcon: Function2? = @static ComposableSingletons$StepperKt.lambda-1 stable increaseIcon: Function2? = @static ComposableSingletons$StepperKt.lambda-2 stable backgroundColor: Color = @dynamic MaterialTheme.colors.background stable contentColor: Color = @dynamic contentColorFor(backgroundColor, $composer, 0b1110 and $dirty shr 0b00010101) stable iconTintColor: Color = @dynamic contentColor stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun FullScreenButton( stable : ColumnScope stable onClick: Function0 stable contentAlignment: Alignment stable paddingValues: PaddingValues stable iconTintColor: Color 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 contentColorFor(backgroundScrimColor, $composer, 0b1110 and $dirty shr 0b0110) unstable backgroundKey: Any? = @dynamic SwipeToDismissBoxDefaults.BackgroundKey unstable contentKey: Any? = @dynamic SwipeToDismissBoxDefaults.ContentKey stable hasBackground: Boolean = @static true stable content: @[ExtensionFunctionType] Function4 ) fun rememberSwipeToDismissBoxState( unstable animationSpec: AnimationSpec? = @dynamic SwipeToDismissBoxDefaults.AnimationSpec stable confirmStateChange: Function1? = @dynamic { it: SwipeDismissTarget -> true } ): SwipeToDismissBoxState fun rememberSwipeableState( initialValue: T unstable animationSpec: AnimationSpec? = @static SwipeableDefaults.AnimationSpec stable confirmStateChange: Function1<@[ParameterName(name = 'newValue')] T, Boolean>? = @dynamic { it: T -> true } ): SwipeableState restartable skippable 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 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? = @dynamic mapOf() stable onTextLayout: Function1? = @static { it: TextLayoutResult -> } stable style: TextStyle? = @dynamic LocalTextStyle.current ) restartable skippable fun ProvideTextStyle( stable value: TextStyle stable content: Function2 ) restartable skippable 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 leadingLinearContent: Function2? = @static null stable leadingCurvedContent: @[ExtensionFunctionType] Function3? = @static null stable trailingLinearContent: Function2? = @static null stable trailingCurvedContent: @[ExtensionFunctionType] Function3? = @static null stable textLinearSeparator: Function2? = @static composableLambda($composer, -898766389, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C84@4190L40:TimeText.kt#gj9v0t" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { TimeTextDefaults . TextSeparator ( null , timeTextStyle , null , $composer , 0b110000000000 or 0b01110000 and $dirty shr 0b0011 , 0b0101 ) } else { $composer . skipToGroupEnd ( ) } } stable textCurvedSeparator: @[ExtensionFunctionType] Function3? = @static composableLambda($composer, 1763789048, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C86@4309L69:TimeText.kt#gj9v0t" ) val $dirty = $changed if ( $changed and 0b1110 === 0 ) { $dirty = $dirty or if ( $composer . changed ( $this$null ) ) 0b0100 else 0b0010 } if ( $dirty and 0b01011011 !== 0b00010010 || ! $composer . skipping ) { TimeTextDefaults . CurvedTextSeparator ( null , CurvedTextStyle ( timeTextStyle ) , null , $composer , 0b0110000000000000 or 0b1110 and $dirty or CurvedTextStyle . $stable shl 0b0110 , 0b0101 ) } else { $composer . skipToGroupEnd ( ) } } ) fun timeFormat( stable : TimeTextDefaults ): String fun timeTextStyle( stable color: Color = @static Companion.White stable background: Color = @static Companion.Transparent stable fontSize: TextUnit = @dynamic MaterialTheme.typography.button.fontSize unused stable : TimeTextDefaults ): TextStyle fun timeCurvedTextStyle( stable color: Color = @static Companion.White stable background: Color = @static Companion.Transparent stable fontSize: TextUnit = @dynamic MaterialTheme.typography.button.fontSize unused stable : TimeTextDefaults ): CurvedTextStyle restartable skippable 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 fun CurvedTextSeparator( stable : CurvedRowScope stable modifier: Modifier? = @static Companion curvedTextStyle: CurvedTextStyle? = @dynamic timeCurvedTextStyle((0L), (0L), (0L), $composer, 0b0001110000000000 and $dirty shr 0b0011, 0b0111) stable contentArcPadding: ArcPaddingValues? = @dynamic ArcPaddingValues( angular = 4 . dp ) stable : TimeTextDefaults ) restartable skippable 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({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) 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 checkedContentColor.copy( alpha = ContentAlpha . disabled ) 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 fun ToggleChip( stable checked: Boolean stable onCheckedChange: Function1 stable label: Function2 stable modifier: Modifier? = @static Companion stable toggleIcon: Function2? = @static composableLambda($composer, 1646885107, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C127@6762L31:ToggleChip.kt#gj9v0t" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { ToggleChipDefaults . CheckboxIcon ( checked , $composer , 0b01000000 or 0b1110 and $dirty ) } else { $composer . skipToGroupEnd ( ) } } stable appIcon: Function2? = @static null stable secondaryLabel: Function2? = @static null stable colors: ToggleChipColors? = @dynamic ToggleChipDefaults.toggleChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0b001000000000, 0b111111111111) stable enabled: Boolean = @static true stable interactionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable contentPadding: PaddingValues? = @dynamic ToggleChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small ) restartable skippable fun SplitToggleChip( stable checked: Boolean stable onCheckedChange: Function1 stable label: Function2 stable onClick: Function0 stable modifier: Modifier? = @static Companion stable toggleIcon: Function2? = @static composableLambda($composer, 248236192, true) { $composer: Composer?, $changed: Int -> sourceInformation ( $composer , "C304@15150L31:ToggleChip.kt#gj9v0t" ) if ( $changed and 0b1011 !== 0b0010 || ! $composer . skipping ) { ToggleChipDefaults . CheckboxIcon ( checked , $composer , 0b01000000 or 0b1110 and $dirty ) } else { $composer . skipToGroupEnd ( ) } } stable secondaryLabel: Function2? = @static null stable colors: ToggleChipColors? = @dynamic ToggleChipDefaults.toggleChipColors((0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), (0L), null, $composer, 0, 0b001000000000, 0b111111111111) stable enabled: Boolean = @static true stable checkedInteractionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable clickInteractionSource: MutableInteractionSource? = @static remember({ val tmp0_return = MutableInteractionSource ( ) tmp0_return } , $composer, 0) stable contentPadding: PaddingValues? = @dynamic ToggleChipDefaults.ContentPadding stable shape: Shape? = @dynamic MaterialTheme.shapes.small ) restartable skippable fun Labels( stable : RowScope stable colors: ToggleChipColors stable enabled: Boolean stable checked: Boolean stable label: Function2 stable secondaryLabel: Function2? ) fun toggleChipColors( stable checkedStartBackgroundColor: Color = @dynamic MaterialTheme.colors.surface.copy( alpha = 0.75f ) stable checkedEndBackgroundColor: Color = @dynamic MaterialTheme.colors.primary.copy( alpha = 0.325f ) stable checkedContentColor: Color = @dynamic MaterialTheme.colors.onSurface stable checkedSecondaryContentColor: Color = @dynamic MaterialTheme.colors.onSurfaceVariant stable checkedToggleIconTintColor: Color = @dynamic MaterialTheme.colors.secondary stable uncheckedStartBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable uncheckedEndBackgroundColor: Color = @dynamic MaterialTheme.colors.surface stable uncheckedContentColor: Color = @dynamic contentColorFor(checkedEndBackgroundColor, $composer, 0b1110 and $changed shr 0b0011) stable uncheckedSecondaryContentColor: Color = @dynamic uncheckedContentColor stable uncheckedToggleIconTintColor: Color = @dynamic uncheckedContentColor stable splitBackgroundOverlayColor: Color = @static Companion.White.copy( alpha = 0.05f ) stable gradientDirection: LayoutDirection? = @dynamic LocalLayoutDirection.current unused unstable : ToggleChipDefaults ): ToggleChipColors restartable fun SwitchIcon( stable checked: Boolean unstable : ToggleChipDefaults ) restartable fun RadioIcon( stable checked: Boolean unstable : ToggleChipDefaults ) restartable fun CheckboxIcon( stable checked: Boolean unstable : ToggleChipDefaults ) 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 toggleIconTintColor( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State fun splitBackgroundOverlay( stable enabled: Boolean stable checked: Boolean stable : DefaultToggleChipColors ): State restartable skippable fun Vignette( stable vignettePosition: VignettePosition stable modifier: Modifier? = @static Companion )