restartable skippable scheme("[androidx.glance.GlanceComposable]") fun Button( stable text: String onClick: Action stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable style: TextStyle? = @static null colors: ButtonColors? = @dynamic ButtonDefaults.buttonColors(null, null, $composer, 0b000110000000, 0b0011) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun Button( stable text: String stable onClick: Function0 stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable style: TextStyle? = @static null colors: ButtonColors? = @dynamic ButtonDefaults.buttonColors(null, null, $composer, 0b000110000000, 0b0011) stable maxLines: Int = @static Companion.MAX_VALUE ) restartable skippable scheme("[androidx.glance.GlanceComposable]") fun ButtonElement( stable text: String onClick: Action stable modifier: GlanceModifier? = @static Companion stable enabled: Boolean = @static true stable style: TextStyle? = @static null colors: ButtonColors? = @dynamic ButtonDefaults.buttonColors(null, null, $composer, 0b000110000000, 0b0011) stable maxLines: Int = @static Companion.MAX_VALUE ) scheme("[androidx.glance.GlanceComposable]") fun buttonColors( backgroundColor: ColorProvider? = @dynamic GlanceTheme.($composer, 0b0110).primary contentColor: ColorProvider? = @dynamic GlanceTheme.($composer, 0b0110).onPrimary unused stable : ButtonDefaults ): ButtonColors inline fun currentState() inline fun currentState( unstable key: Key ): T? inline scheme("[androidx.glance.GlanceComposable]") fun GlanceNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> ) inline scheme("[androidx.glance.GlanceComposable, [androidx.glance.GlanceComposable]]") fun GlanceNode( stable factory: Function0 stable update: @[DisallowComposableCalls] @[ExtensionFunctionType] Function1, Unit> stable content: @[GlanceComposable] Function2 ) readonly scheme("[androidx.glance.GlanceComposable]") fun ( unused stable : GlanceTheme ): ColorProviders restartable skippable scheme("[androidx.glance.GlanceComposable, [androidx.glance.GlanceComposable]]") fun GlanceTheme( colors: ColorProviders? = @dynamic LocalColors.($composer, 0b0110) stable content: @[GlanceComposable] Function2 ) restartable skippable fun Image( provider: ImageProvider stable contentDescription: String? stable modifier: GlanceModifier? = @static Companion stable contentScale: ContentScale = @static Companion.Fit colorFilter: ColorFilter? = @static null ) fun clickable( stable : GlanceModifier stable block: Function0 ): GlanceModifier fun action( stable key: String? = @static null stable block: Function0 ): Action restartable skippable scheme("[0, [0]]") fun Box( stable modifier: GlanceModifier? = @static Companion stable contentAlignment: Alignment? = @static Companion.TopStart stable content: Function2 ) restartable skippable scheme("[0, [0]]") fun Column( stable modifier: GlanceModifier? = @static Companion stable verticalAlignment: Vertical = @static Companion.Top stable horizontalAlignment: Horizontal = @static Companion.Start stable content: @[ExtensionFunctionType] Function3 ) restartable skippable scheme("[0, [0]]") fun Row( stable modifier: GlanceModifier? = @static Companion stable horizontalAlignment: Horizontal = @static Companion.Start stable verticalAlignment: Vertical = @static Companion.Top stable content: @[ExtensionFunctionType] Function3 ) restartable skippable fun Spacer( stable modifier: GlanceModifier? = @static Companion ) restartable skippable fun Text( stable text: String stable modifier: GlanceModifier? = @static Companion stable style: TextStyle? = @dynamic TextDefaults.defaultTextStyle stable maxLines: Int = @static Companion.MAX_VALUE )