restartable fun AndroidRemoteViews( unstable remoteViews: RemoteViews ) restartable scheme("[0, [0]]") fun AndroidRemoteViews( unstable remoteViews: RemoteViews stable containerViewId: Int stable content: Function2 ) restartable 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 CheckBoxColors() stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable fun CircularProgressIndicator( stable modifier: GlanceModifier? = @static Companion unstable color: ColorProvider? = @dynamic ProgressIndicatorDefaults.IndicatorColorProvider ) 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 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 RadioButtonColors() stable maxLines: Int = @static Companion.MAX_VALUE ) restartable 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? = @static SwitchDefaults.colors 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 ) restartable skippable fun FreeformTemplate( data: FreeformTemplateData ) restartable skippable fun WidgetLayoutCollapsed( data: FreeformTemplateData ) restartable skippable fun WidgetLayoutVertical( data: FreeformTemplateData ) restartable skippable fun WidgetLayoutHorizontal( data: FreeformTemplateData ) restartable skippable fun GalleryTemplate( data: GalleryTemplateData ) restartable skippable fun WidgetLayoutCollapsed( data: GalleryTemplateData ) restartable skippable fun WidgetLayoutVertical( data: GalleryTemplateData ) restartable skippable fun WidgetLayoutHorizontal( data: GalleryTemplateData ) restartable skippable fun AppWidgetTemplateHeader( headerIcon: TemplateImageWithDescription? header: TemplateText? ) restartable fun AppWidgetTextSection( unstable textList: List ) restartable skippable fun AppWidgetTemplateButton( button: TemplateButton ) restartable scheme("[androidx.glance.GlanceComposable]") fun Content( unstable : GlanceTemplateAppWidget ) fun mode( unused unstable : GlanceTemplateAppWidget ): TemplateMode restartable skippable fun ListTemplate( data: ListTemplateData ) restartable skippable fun WidgetLayoutCollapsed( data: ListTemplateData ) restartable skippable fun WidgetLayoutVertical( data: ListTemplateData ) restartable skippable fun WidgetLayoutHorizontal( data: ListTemplateData ) restartable skippable fun SingleEntityTemplate( data: SingleEntityTemplateData ) restartable skippable fun WidgetLayoutCollapsed( data: SingleEntityTemplateData ) restartable skippable fun WidgetLayoutVertical( data: SingleEntityTemplateData ) restartable skippable fun WidgetLayoutHorizontal( data: SingleEntityTemplateData )