restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews stable modifier: GlanceModifier? = @static Companion ) restartable scheme("[0, [0]]") fun AndroidRemoteViews( unstable remoteViews: RemoteViews stable containerViewId: Int stable modifier: GlanceModifier? = @static Companion stable content: Function2 ) restartable scheme("[androidx.glance.GlanceComposable]") fun CheckBox( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: CheckBoxColors? = @dynamic CheckboxDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun CheckBox( stable checked: Boolean stable onCheckedChange: Function0 stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: CheckBoxColors? = @dynamic CheckboxDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable scheme("[androidx.glance.GlanceComposable]") fun CheckBoxElement( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: CheckBoxColors? = @dynamic CheckboxDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) fun colors( unstable checkedColor: ColorProvider unstable uncheckedColor: ColorProvider unused stable : CheckboxDefaults ): CheckBoxColors fun colors( stable checkedColor: Color stable uncheckedColor: Color unused stable : CheckboxDefaults ): CheckBoxColors scheme("[androidx.glance.GlanceComposable]") fun colors( unused stable : CheckboxDefaults ): CheckBoxColors restartable skippable fun CircularProgressIndicator( stable modifier: GlanceModifier? = @static Companion unstable color: ColorProvider? = @dynamic ProgressIndicatorDefaults.IndicatorColorProvider ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun IgnoreResult() restartable skippable fun LinearProgressIndicator( stable progress: Float stable modifier: GlanceModifier? = @static Companion unstable color: ColorProvider? = @dynamic ProgressIndicatorDefaults.IndicatorColorProvider unstable backgroundColor: ColorProvider? = @dynamic ProgressIndicatorDefaults.BackgroundColorProvider ) restartable skippable fun LinearProgressIndicator( stable modifier: GlanceModifier? = @static Companion unstable color: ColorProvider? = @dynamic ProgressIndicatorDefaults.IndicatorColorProvider unstable backgroundColor: ColorProvider? = @dynamic ProgressIndicatorDefaults.BackgroundColorProvider ) restartable scheme("[androidx.glance.GlanceComposable]") fun RadioButton( stable checked: Boolean unstable onClick: Action? stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable text: String? = @static "" stable style: TextStyle? = @static null colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun RadioButton( stable checked: Boolean stable onClick: Function0 stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable text: String? = @static "" stable style: TextStyle? = @static null colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) scheme("[androidx.glance.GlanceComposable]") fun colors( unused stable : RadioButtonDefaults ): RadioButtonColors restartable scheme("[androidx.glance.GlanceComposable]") fun RadioButtonElement( stable checked: Boolean unstable onClick: Action? stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable text: String? = @static "" stable style: TextStyle? = @static null colors: RadioButtonColors? = @dynamic RadioButtonDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[0, [0]]") fun SizeBox( stable size: DpSize sizeMode: SizeMode stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun ForEachSize( sizeMode: SizeMode stable minSize: DpSize stable content: Function2 ) restartable scheme("[androidx.glance.GlanceComposable]") fun Switch( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: SwitchColors? = @dynamic SwitchDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun Switch( stable checked: Boolean stable onCheckedChange: Function0 stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: SwitchColors? = @dynamic SwitchDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) fun colors( unstable checkedThumbColor: ColorProvider unstable uncheckedThumbColor: ColorProvider unstable checkedTrackColor: ColorProvider unstable uncheckedTrackColor: ColorProvider unused stable : SwitchDefaults ): SwitchColors scheme("[androidx.glance.GlanceComposable]") fun colors( stable : SwitchDefaults ): SwitchColors restartable scheme("[androidx.glance.GlanceComposable]") fun SwitchElement( stable checked: Boolean unstable onCheckedChange: Action? stable modifier: GlanceModifier? = @static Companion stable text: String? = @static "" stable style: TextStyle? = @static null stable colors: SwitchColors? = @dynamic SwitchDefaults.colors($composer, 0b0110) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable fun LazyColumn( stable modifier: GlanceModifier? = @static Companion stable horizontalAlignment: Horizontal = @dynamic Companion.Start stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[0, [0]]") fun LazyListItem( stable itemId: Long alignment: Alignment stable content: Function2 ) restartable skippable fun LazyVerticalGrid( stable gridCells: GridCells stable modifier: GlanceModifier? = @static Companion stable horizontalAlignment: Horizontal = @dynamic Companion.Start stable content: @[ExtensionFunctionType] Function1 ) restartable skippable scheme("[0, [0]]") fun LazyVerticalGridItem( stable itemId: Long alignment: Alignment stable content: Function2 )