blob: ad540bedb3dcc062aab89805cc8e00fa3f85fe2b [file] [log] [blame]
// Signature format: 4.0
package androidx.wear.compose.material3 {
public final class AlertDialogDefaults {
method @androidx.compose.runtime.Composable public void ConfirmButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.IconButtonColors colors, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public void ConfirmButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.IconButtonColors?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void DismissButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.IconButtonColors colors, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public void DismissButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.IconButtonColors?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void EdgeButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ButtonColors colors, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public void EdgeButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ButtonColors?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void GroupSeparator();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void GroupSeparator(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues confirmDismissContentPadding();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues confirmDismissContentPadding(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues confirmDismissWithIconContentPadding();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues confirmDismissWithIconContentPadding(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues contentPadding();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues contentPadding(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues contentWithIconPadding();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues contentWithIconPadding(androidx.compose.runtime.Composer?, int);
method public kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit> getConfirmIcon();
method public kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit> getDismissIcon();
method public androidx.compose.foundation.layout.Arrangement.Vertical getVerticalArrangement();
property public kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit> ConfirmIcon;
property public kotlin.jvm.functions.Function1<androidx.compose.foundation.layout.RowScope,kotlin.Unit> DismissIcon;
property public androidx.compose.foundation.layout.Arrangement.Vertical VerticalArrangement;
field public static final androidx.wear.compose.material3.AlertDialogDefaults INSTANCE;
}
public final class AlertDialogKt {
method @androidx.compose.runtime.Composable public static void AlertDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function0<kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.ui.window.DialogProperties properties, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @androidx.compose.runtime.Composable public static void AlertDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, kotlin.jvm.functions.Function0<kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.ui.window.DialogProperties properties, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @androidx.compose.runtime.Composable public static void AlertDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> confirmButton, kotlin.jvm.functions.Function0<kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissButton, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.ui.window.DialogProperties properties, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.ui.window.DialogProperties?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.ui.window.DialogProperties?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.ui.window.DialogProperties?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function0<kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, kotlin.jvm.functions.Function0<kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> confirmButton, kotlin.jvm.functions.Function0<kotlin.Unit> title, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> dismissButton, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional kotlin.jvm.functions.Function0<kotlin.Unit>? text, optional androidx.compose.foundation.layout.Arrangement.Vertical verticalArrangement, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope,kotlin.Unit>? content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AlertDialogContent(kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.layout.Arrangement.Vertical?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.lazy.ScalingLazyListScope!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
}
@kotlin.jvm.JvmInline public final value class AngularDirection {
method @BytecodeOnly public static androidx.wear.compose.material3.AngularDirection! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.AngularDirection.Companion Companion;
}
public static final class AngularDirection.Companion {
method public int getClockwise();
method @BytecodeOnly public int getClockwise-SOKjleI();
method public int getCounterClockwise();
method @BytecodeOnly public int getCounterClockwise-SOKjleI();
property public int Clockwise;
property public int CounterClockwise;
}
@RequiresApi(31) public final class AnimatedTextDefaults {
method public int getCacheSize();
property public int CacheSize;
field public static final androidx.wear.compose.material3.AnimatedTextDefaults INSTANCE;
}
@RequiresApi(31) public final class AnimatedTextFontRegistry {
ctor public AnimatedTextFontRegistry(androidx.compose.ui.text.TextStyle textStyle, androidx.compose.ui.text.font.FontVariation.Settings startFontVariationSettings, androidx.compose.ui.text.font.FontVariation.Settings endFontVariationSettings, long startFontSize, long endFontSize, androidx.compose.ui.unit.Density density, androidx.compose.ui.text.font.FontFamily.Resolver fontFamilyResolver, optional long contentColor, optional int cacheSize);
}
public final class AnimatedTextKt {
method @RequiresApi(31) @androidx.compose.runtime.Composable public static void AnimatedText(String text, androidx.wear.compose.material3.AnimatedTextFontRegistry fontRegistry, kotlin.jvm.functions.Function0<java.lang.Float> progressFraction, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.ui.Alignment contentAlignment);
method @BytecodeOnly @RequiresApi(31) @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void AnimatedText(String, androidx.wear.compose.material3.AnimatedTextFontRegistry, kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, androidx.compose.ui.Alignment?, androidx.compose.runtime.Composer?, int, int);
method @RequiresApi(31) @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.AnimatedTextFontRegistry rememberAnimatedTextFontRegistry(androidx.compose.ui.text.font.FontVariation.Settings startFontVariationSettings, androidx.compose.ui.text.font.FontVariation.Settings endFontVariationSettings, optional androidx.compose.ui.text.TextStyle textStyle, optional long startFontSize, optional long endFontSize);
method @BytecodeOnly @RequiresApi(31) @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.AnimatedTextFontRegistry rememberAnimatedTextFontRegistry-QPTIfYA(androidx.compose.ui.text.font.FontVariation.Settings, androidx.compose.ui.text.font.FontVariation.Settings, androidx.compose.ui.text.TextStyle?, long, long, androidx.compose.runtime.Composer?, int, int);
}
public final class AppScaffoldKt {
method @androidx.compose.runtime.Composable public static void AppScaffold(optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit> timeText, optional long containerColor, optional long contentColor, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AppScaffold-t6yy7ic(androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, long, long, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class ArcProgressIndicatorDefaults {
method public float calculateRecommendedGapSize(float strokeWidth);
method @BytecodeOnly public float calculateRecommendedGapSize-5rwHm24(float);
method public float getIndeterminateEndAngle();
method public float getIndeterminateStartAngle();
method public float getIndeterminateStrokeWidth();
method @BytecodeOnly public float getIndeterminateStrokeWidth-D9Ej5fM();
method @androidx.compose.runtime.Composable public float getRecommendedIndeterminateDiameter();
method @BytecodeOnly @androidx.compose.runtime.Composable public float getRecommendedIndeterminateDiameter(androidx.compose.runtime.Composer?, int);
property public float IndeterminateEndAngle;
property public float IndeterminateStartAngle;
property public float IndeterminateStrokeWidth;
property @androidx.compose.runtime.Composable public float recommendedIndeterminateDiameter;
field public static final androidx.wear.compose.material3.ArcProgressIndicatorDefaults INSTANCE;
}
public final class ArcProgressIndicatorKt {
method @androidx.compose.runtime.Composable public static void ArcProgressIndicator(optional androidx.compose.ui.Modifier modifier, optional float startAngle, optional float endAngle, optional int angularDirection, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional float gapSize);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void ArcProgressIndicator-q-q_ZrA(androidx.compose.ui.Modifier?, float, float, int, androidx.wear.compose.material3.ProgressIndicatorColors?, float, float, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable public final class ButtonColors {
ctor public ButtonColors(long containerColor, long contentColor, long secondaryContentColor, long iconColor, long disabledContainerColor, long disabledContentColor, long disabledSecondaryContentColor, long disabledIconColor);
method public androidx.wear.compose.material3.ButtonColors copy(optional long containerColor, optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContainerColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly public androidx.wear.compose.material3.ButtonColors copy-FD3wquc(long, long, long, long, long, long, long, long);
method public long getContainerColor();
method @BytecodeOnly public long getContainerColor-0d7_KjU();
method public long getContentColor();
method @BytecodeOnly public long getContentColor-0d7_KjU();
method public long getDisabledContainerColor();
method @BytecodeOnly public long getDisabledContainerColor-0d7_KjU();
method public long getDisabledContentColor();
method @BytecodeOnly public long getDisabledContentColor-0d7_KjU();
method public long getDisabledIconColor();
method @BytecodeOnly public long getDisabledIconColor-0d7_KjU();
method public long getDisabledSecondaryContentColor();
method @BytecodeOnly public long getDisabledSecondaryContentColor-0d7_KjU();
method public long getIconColor();
method @BytecodeOnly public long getIconColor-0d7_KjU();
method public long getSecondaryContentColor();
method @BytecodeOnly public long getSecondaryContentColor-0d7_KjU();
property public long containerColor;
property public long contentColor;
property public long disabledContainerColor;
property public long disabledContentColor;
property public long disabledIconColor;
property public long disabledSecondaryContentColor;
property public long iconColor;
property public long secondaryContentColor;
}
public final class ButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonColors(optional long containerColor, optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContainerColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonColors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonWithContainerPainterColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonWithContainerPainterColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonWithContainerPainterColors(optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors buttonWithContainerPainterColors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors childButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors childButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors childButtonColors(optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors childButtonColors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.painter.Painter containerPainter(androidx.compose.ui.graphics.painter.Painter image, optional androidx.compose.ui.graphics.Brush? scrim, optional boolean sizeToIntrinsics, optional androidx.compose.ui.Alignment alignment, optional androidx.compose.ui.layout.ContentScale contentScale, optional float alpha);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.painter.Painter containerPainter(androidx.compose.ui.graphics.painter.Painter, androidx.compose.ui.graphics.Brush?, boolean, androidx.compose.ui.Alignment?, androidx.compose.ui.layout.ContentScale?, float, androidx.compose.runtime.Composer?, int, int);
method public androidx.compose.ui.graphics.painter.Painter disabledContainerPainter(androidx.compose.ui.graphics.painter.Painter containerPainter);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledTonalButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledTonalButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledTonalButtonColors(optional long containerColor, optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContainerColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledTonalButtonColors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledVariantButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledVariantButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledVariantButtonColors(optional long containerColor, optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContainerColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors filledVariantButtonColors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float getButtonExtraLargeIconStartPadding();
method @BytecodeOnly public float getButtonExtraLargeIconStartPadding-D9Ej5fM();
method public float getButtonHorizontalPadding();
method @BytecodeOnly public float getButtonHorizontalPadding-D9Ej5fM();
method public float getButtonLargeIconStartPadding();
method @BytecodeOnly public float getButtonLargeIconStartPadding-D9Ej5fM();
method public float getButtonVerticalPadding();
method @BytecodeOnly public float getButtonVerticalPadding-D9Ej5fM();
method public androidx.compose.foundation.layout.PaddingValues getButtonWithExtraLargeIconContentPadding();
method public androidx.compose.foundation.layout.PaddingValues getButtonWithLargeIconContentPadding();
method public androidx.compose.foundation.layout.PaddingValues getCompactButtonContentPadding();
method public float getCompactButtonHeight();
method @BytecodeOnly public float getCompactButtonHeight-D9Ej5fM();
method public float getCompactButtonHorizontalPadding();
method @BytecodeOnly public float getCompactButtonHorizontalPadding-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getCompactButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getCompactButtonShape(androidx.compose.runtime.Composer?, int);
method public androidx.compose.foundation.layout.PaddingValues getCompactButtonTapTargetPadding();
method public float getCompactButtonVerticalPadding();
method @BytecodeOnly public float getCompactButtonVerticalPadding-D9Ej5fM();
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method public float getDisabledContainerAlpha();
method public float getExtraLargeIconSize();
method @BytecodeOnly public float getExtraLargeIconSize-D9Ej5fM();
method public float getExtraSmallIconSize();
method @BytecodeOnly public float getExtraSmallIconSize-D9Ej5fM();
method public float getHeight();
method @BytecodeOnly public float getHeight-D9Ej5fM();
method public float getIconSize();
method @BytecodeOnly public float getIconSize-D9Ej5fM();
method public float getIconSpacing();
method @BytecodeOnly public float getIconSpacing-D9Ej5fM();
method public float getLargeIconSize();
method @BytecodeOnly public float getLargeIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public long getScrimGradientEndColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getScrimGradientEndColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public long getScrimGradientStartColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getScrimGradientStartColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape(androidx.compose.runtime.Composer?, int);
method public float getSmallIconSize();
method @BytecodeOnly public float getSmallIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.compose.foundation.BorderStroke outlinedButtonBorder(boolean enabled, optional long borderColor, optional long disabledBorderColor, optional float borderWidth);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.BorderStroke outlinedButtonBorder-h1eT-Ww(boolean, long, long, float, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors outlinedButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors outlinedButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors outlinedButtonColors(optional long contentColor, optional long secondaryContentColor, optional long iconColor, optional long disabledContentColor, optional long disabledSecondaryContentColor, optional long disabledIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ButtonColors outlinedButtonColors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Brush scrimBrush();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Brush scrimBrush(androidx.compose.runtime.Composer?, int);
property public float ButtonExtraLargeIconStartPadding;
property public float ButtonHorizontalPadding;
property public float ButtonLargeIconStartPadding;
property public float ButtonVerticalPadding;
property public androidx.compose.foundation.layout.PaddingValues ButtonWithExtraLargeIconContentPadding;
property public androidx.compose.foundation.layout.PaddingValues ButtonWithLargeIconContentPadding;
property public androidx.compose.foundation.layout.PaddingValues CompactButtonContentPadding;
property public float CompactButtonHeight;
property public float CompactButtonHorizontalPadding;
property public androidx.compose.foundation.layout.PaddingValues CompactButtonTapTargetPadding;
property public float CompactButtonVerticalPadding;
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property public float DisabledContainerAlpha;
property public float ExtraLargeIconSize;
property public float ExtraSmallIconSize;
property public float Height;
property public float IconSize;
property public float IconSpacing;
property public float LargeIconSize;
property public float SmallIconSize;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape compactButtonShape;
property @androidx.compose.runtime.Composable public long scrimGradientEndColor;
property @androidx.compose.runtime.Composable public long scrimGradientStartColor;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape shape;
field public static final androidx.wear.compose.material3.ButtonDefaults INSTANCE;
}
public final class ButtonGroupDefaults {
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues fullWidthPaddings();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues fullWidthPaddings(androidx.compose.runtime.Composer?, int);
method public float getExpansionWidth();
method @BytecodeOnly public float getExpansionWidth-D9Ej5fM();
method public float getMinWidth();
method @BytecodeOnly public float getMinWidth-D9Ej5fM();
method public float getSpacing();
method @BytecodeOnly public float getSpacing-D9Ej5fM();
property public float ExpansionWidth;
property public float MinWidth;
property public float Spacing;
field public static final androidx.wear.compose.material3.ButtonGroupDefaults INSTANCE;
}
public final class ButtonGroupKt {
method @androidx.compose.runtime.Composable public static void ButtonGroup(optional androidx.compose.ui.Modifier modifier, optional float spacing, optional float expansionWidth, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.ui.Alignment.Vertical verticalAlignment, kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.ButtonGroupScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ButtonGroup-ZUYZQmM(androidx.compose.ui.Modifier?, float, float, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.ui.Alignment.Vertical?, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.ButtonGroupScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public interface ButtonGroupScope {
method public androidx.compose.ui.Modifier animateWidth(androidx.compose.ui.Modifier, androidx.compose.foundation.interaction.InteractionSource interactionSource);
method public androidx.compose.ui.Modifier minWidth(androidx.compose.ui.Modifier, optional float minWidth);
method @BytecodeOnly public androidx.compose.ui.Modifier minWidth-3ABfNKs(androidx.compose.ui.Modifier, float);
method public androidx.compose.ui.Modifier weight(androidx.compose.ui.Modifier, @FloatRange(from=0.0, fromInclusive=false) float weight);
}
public final class ButtonKt {
method @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, androidx.compose.ui.graphics.painter.Painter containerPainter, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.painter.Painter disabledContainerPainter, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.graphics.painter.Painter, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.painter.Painter?, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, androidx.compose.ui.graphics.painter.Painter containerPainter, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.painter.Painter disabledContainerPainter, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.graphics.painter.Painter, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.painter.Painter?, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Button(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void ChildButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ChildButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void ChildButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ChildButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void CompactButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void CompactButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void FilledTonalButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FilledTonalButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void FilledTonalButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FilledTonalButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void OutlinedButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OutlinedButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void OutlinedButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OutlinedButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
}
@androidx.compose.runtime.Immutable public final class CardColors {
ctor public CardColors(long containerColor, long contentColor, long appNameColor, long timeColor, long titleColor, long subtitleColor);
method public androidx.wear.compose.material3.CardColors copy(optional long containerColor, optional long contentColor, optional long appNameColor, optional long timeColor, optional long titleColor, optional long subtitleColor);
method @BytecodeOnly public androidx.wear.compose.material3.CardColors copy-tNS2XkQ(long, long, long, long, long, long);
method public long getAppNameColor();
method @BytecodeOnly public long getAppNameColor-0d7_KjU();
method public long getContainerColor();
method @BytecodeOnly public long getContainerColor-0d7_KjU();
method public long getContentColor();
method @BytecodeOnly public long getContentColor-0d7_KjU();
method public long getSubtitleColor();
method @BytecodeOnly public long getSubtitleColor-0d7_KjU();
method public long getTimeColor();
method @BytecodeOnly public long getTimeColor-0d7_KjU();
method public long getTitleColor();
method @BytecodeOnly public long getTitleColor-0d7_KjU();
property public long appNameColor;
property public long containerColor;
property public long contentColor;
property public long subtitleColor;
property public long timeColor;
property public long titleColor;
}
public final class CardDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardColors(optional long containerColor, optional long contentColor, optional long appNameColor, optional long timeColor, optional long titleColor, optional long subtitleColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardColors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardWithContainerPainterColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardWithContainerPainterColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardWithContainerPainterColors(optional long contentColor, optional long appNameColor, optional long timeColor, optional long titleColor, optional long subtitleColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors cardWithContainerPainterColors-zjMxDiM(long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.painter.Painter containerPainter(androidx.compose.ui.graphics.painter.Painter image, optional androidx.compose.ui.graphics.Brush scrim, optional boolean sizeToIntrinsics, optional androidx.compose.ui.Alignment alignment, optional androidx.compose.ui.layout.ContentScale contentScale, optional float alpha);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.painter.Painter containerPainter(androidx.compose.ui.graphics.painter.Painter, androidx.compose.ui.graphics.Brush?, boolean, androidx.compose.ui.Alignment?, androidx.compose.ui.layout.ContentScale?, float, androidx.compose.runtime.Composer?, int, int);
method public float getAppImageSize();
method @BytecodeOnly public float getAppImageSize-D9Ej5fM();
method public androidx.compose.foundation.layout.PaddingValues getCardWithContainerPainterContentPadding();
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method public float getHeight();
method @BytecodeOnly public float getHeight-D9Ej5fM();
method public float getImageBottomPadding();
method @BytecodeOnly public float getImageBottomPadding-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getScrimColor();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getScrimColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.BorderStroke outlinedCardBorder(optional long outlineColor, optional float borderWidth);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.BorderStroke outlinedCardBorder-iPRSM58(long, float, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors outlinedCardColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors outlinedCardColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors outlinedCardColors(optional long contentColor, optional long appNameColor, optional long timeColor, optional long titleColor, optional long subtitleColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CardColors outlinedCardColors-zjMxDiM(long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Brush scrimBrush();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Brush scrimBrush(androidx.compose.runtime.Composer?, int);
property public float AppImageSize;
property public androidx.compose.foundation.layout.PaddingValues CardWithContainerPainterContentPadding;
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property public float Height;
property public float ImageBottomPadding;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long scrimColor;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape shape;
field public static final androidx.wear.compose.material3.CardDefaults INSTANCE;
}
public final class CardKt {
method @androidx.compose.runtime.Composable public static void AppCard(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> appName, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? appImage, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? time, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AppCard(kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Card(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, androidx.compose.ui.graphics.painter.Painter containerPainter, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Card(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.graphics.painter.Painter, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Card(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Card(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void OutlinedCard(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OutlinedCard(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void TitleCard(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, androidx.compose.ui.graphics.painter.Painter containerPainter, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function0<kotlin.Unit>? time, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? subtitle, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function0<kotlin.Unit>? content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void TitleCard(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.graphics.painter.Painter, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void TitleCard(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> title, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional kotlin.jvm.functions.Function0<kotlin.Unit>? time, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? subtitle, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CardColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function0<kotlin.Unit>? content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void TitleCard(kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CardColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int, int);
}
@androidx.compose.runtime.Immutable public final class CheckboxButtonColors {
ctor public CheckboxButtonColors(long checkedContainerColor, long checkedContentColor, long checkedSecondaryContentColor, long checkedIconColor, long checkedBoxColor, long checkedCheckmarkColor, long uncheckedContainerColor, long uncheckedContentColor, long uncheckedSecondaryContentColor, long uncheckedIconColor, long uncheckedBoxColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledCheckedSecondaryContentColor, long disabledCheckedIconColor, long disabledCheckedBoxColor, long disabledCheckedCheckmarkColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor, long disabledUncheckedSecondaryContentColor, long disabledUncheckedIconColor, long disabledUncheckedBoxColor);
method public androidx.wear.compose.material3.CheckboxButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedIconColor, optional long checkedBoxColor, optional long checkedCheckmarkColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedIconColor, optional long uncheckedBoxColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedIconColor, optional long disabledCheckedBoxColor, optional long disabledCheckedCheckmarkColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedIconColor, optional long disabledUncheckedBoxColor);
method @BytecodeOnly public androidx.wear.compose.material3.CheckboxButtonColors copy-0VcbP8k(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getCheckedBoxColor();
method @BytecodeOnly public long getCheckedBoxColor-0d7_KjU();
method public long getCheckedCheckmarkColor();
method @BytecodeOnly public long getCheckedCheckmarkColor-0d7_KjU();
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getCheckedIconColor();
method @BytecodeOnly public long getCheckedIconColor-0d7_KjU();
method public long getCheckedSecondaryContentColor();
method @BytecodeOnly public long getCheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledCheckedBoxColor();
method @BytecodeOnly public long getDisabledCheckedBoxColor-0d7_KjU();
method public long getDisabledCheckedCheckmarkColor();
method @BytecodeOnly public long getDisabledCheckedCheckmarkColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedIconColor();
method @BytecodeOnly public long getDisabledCheckedIconColor-0d7_KjU();
method public long getDisabledCheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledCheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledUncheckedBoxColor();
method @BytecodeOnly public long getDisabledUncheckedBoxColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedIconColor();
method @BytecodeOnly public long getDisabledUncheckedIconColor-0d7_KjU();
method public long getDisabledUncheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUncheckedSecondaryContentColor-0d7_KjU();
method public long getUncheckedBoxColor();
method @BytecodeOnly public long getUncheckedBoxColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
method public long getUncheckedIconColor();
method @BytecodeOnly public long getUncheckedIconColor-0d7_KjU();
method public long getUncheckedSecondaryContentColor();
method @BytecodeOnly public long getUncheckedSecondaryContentColor-0d7_KjU();
property public long checkedBoxColor;
property public long checkedCheckmarkColor;
property public long checkedContainerColor;
property public long checkedContentColor;
property public long checkedIconColor;
property public long checkedSecondaryContentColor;
property public long disabledCheckedBoxColor;
property public long disabledCheckedCheckmarkColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledCheckedIconColor;
property public long disabledCheckedSecondaryContentColor;
property public long disabledUncheckedBoxColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long disabledUncheckedIconColor;
property public long disabledUncheckedSecondaryContentColor;
property public long uncheckedBoxColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
property public long uncheckedIconColor;
property public long uncheckedSecondaryContentColor;
}
public final class CheckboxButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CheckboxButtonColors checkboxButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CheckboxButtonColors checkboxButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CheckboxButtonColors checkboxButtonColors(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedIconColor, optional long checkedBoxColor, optional long checkedCheckmarkColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedIconColor, optional long uncheckedBoxColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedIconColor, optional long disabledCheckedBoxColor, optional long disabledCheckedCheckmarkColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedIconColor, optional long disabledUncheckedBoxColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.CheckboxButtonColors checkboxButtonColors-DlUQjxs(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getCheckboxButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getCheckboxButtonShape(androidx.compose.runtime.Composer?, int);
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitCheckboxButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitCheckboxButtonShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitCheckboxButtonColors splitCheckboxButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitCheckboxButtonColors splitCheckboxButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitCheckboxButtonColors splitCheckboxButtonColors(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedSplitContainerColor, optional long checkedBoxColor, optional long checkedCheckmarkColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedSplitContainerColor, optional long uncheckedBoxColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedSplitContainerColor, optional long disabledCheckedBoxColor, optional long disabledCheckedCheckmarkColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedSplitContainerColor, optional long disabledUncheckedBoxColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitCheckboxButtonColors splitCheckboxButtonColors-DlUQjxs(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape checkboxButtonShape;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape splitCheckboxButtonShape;
field public static final androidx.wear.compose.material3.CheckboxButtonDefaults INSTANCE;
}
public final class CheckboxButtonKt {
method @androidx.compose.runtime.Composable public static void CheckboxButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.CheckboxButtonColors colors, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void CheckboxButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.CheckboxButtonColors?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void SplitCheckboxButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, String? toggleContentDescription, kotlin.jvm.functions.Function0<kotlin.Unit> onContainerClick, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SplitCheckboxButtonColors colors, optional androidx.compose.foundation.interaction.MutableInteractionSource? toggleInteractionSource, optional androidx.compose.foundation.interaction.MutableInteractionSource? containerInteractionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional String? containerClickLabel, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SplitCheckboxButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, String?, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SplitCheckboxButtonColors?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, String?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
}
public final class CircularProgressIndicatorDefaults {
method public float calculateRecommendedGapSize(float strokeWidth);
method @BytecodeOnly public float calculateRecommendedGapSize-5rwHm24(float);
method public float getFullScreenPadding();
method @BytecodeOnly public float getFullScreenPadding-D9Ej5fM();
method public float getIndeterminateStrokeWidth();
method @BytecodeOnly public float getIndeterminateStrokeWidth-D9Ej5fM();
method @androidx.compose.runtime.Composable public float getLargeStrokeWidth();
method @BytecodeOnly @androidx.compose.runtime.Composable public float getLargeStrokeWidth(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public float getSmallStrokeWidth();
method @BytecodeOnly @androidx.compose.runtime.Composable public float getSmallStrokeWidth(androidx.compose.runtime.Composer?, int);
method public float getStartAngle();
property public float FullScreenPadding;
property public float IndeterminateStrokeWidth;
property public float StartAngle;
property @androidx.compose.runtime.Composable public float largeStrokeWidth;
property @androidx.compose.runtime.Composable public float smallStrokeWidth;
field public static final androidx.wear.compose.material3.CircularProgressIndicatorDefaults INSTANCE;
}
public final class CircularProgressIndicatorKt {
method @androidx.compose.runtime.Composable public static void CircularProgressIndicator(optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional float gapSize);
method @androidx.compose.runtime.Composable public static void CircularProgressIndicator(kotlin.jvm.functions.Function0<java.lang.Float> progress, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional boolean allowProgressOverflow, optional float startAngle, optional float endAngle, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional float gapSize);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void CircularProgressIndicator-HXNGIdc(kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, boolean, boolean, float, float, androidx.wear.compose.material3.ProgressIndicatorColors?, float, float, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void CircularProgressIndicator-UuyPYSY(androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ProgressIndicatorColors?, float, float, androidx.compose.runtime.Composer?, int, int);
method public static void drawCircularProgressIndicator(androidx.compose.ui.graphics.drawscope.DrawScope, float progress, androidx.wear.compose.material3.ProgressIndicatorColors colors, float strokeWidth, optional boolean enabled, optional float targetProgress, optional boolean allowProgressOverflow, optional float startAngle, optional float endAngle, optional float gapSize);
method @BytecodeOnly public static void drawCircularProgressIndicator-N_l63oY(androidx.compose.ui.graphics.drawscope.DrawScope, float, androidx.wear.compose.material3.ProgressIndicatorColors, float, boolean, float, boolean, float, float, float);
}
@androidx.compose.runtime.Immutable @androidx.compose.runtime.Stable public final class ColorScheme {
ctor public ColorScheme();
ctor public ColorScheme(optional long primary, optional long primaryDim, optional long primaryContainer, optional long onPrimary, optional long onPrimaryContainer, optional long secondary, optional long secondaryDim, optional long secondaryContainer, optional long onSecondary, optional long onSecondaryContainer, optional long tertiary, optional long tertiaryDim, optional long tertiaryContainer, optional long onTertiary, optional long onTertiaryContainer, optional long surfaceContainerLow, optional long surfaceContainer, optional long surfaceContainerHigh, optional long onSurface, optional long onSurfaceVariant, optional long outline, optional long outlineVariant, optional long background, optional long onBackground, optional long error, optional long errorDim, optional long errorContainer, optional long onError, optional long onErrorContainer);
method public androidx.wear.compose.material3.ColorScheme copy(optional long primary, optional long primaryDim, optional long primaryContainer, optional long onPrimary, optional long onPrimaryContainer, optional long secondary, optional long secondaryDim, optional long secondaryContainer, optional long onSecondary, optional long onSecondaryContainer, optional long tertiary, optional long tertiaryDim, optional long tertiaryContainer, optional long onTertiary, optional long onTertiaryContainer, optional long surfaceContainerLow, optional long surfaceContainer, optional long surfaceContainerHigh, optional long onSurface, optional long onSurfaceVariant, optional long outline, optional long outlineVariant, optional long background, optional long onBackground, optional long error, optional long errorDim, optional long errorContainer, optional long onError, optional long onErrorContainer);
method @BytecodeOnly public androidx.wear.compose.material3.ColorScheme copy-G1PFc-w(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getBackground();
method @BytecodeOnly public long getBackground-0d7_KjU();
method public long getError();
method @BytecodeOnly public long getError-0d7_KjU();
method public long getErrorContainer();
method @BytecodeOnly public long getErrorContainer-0d7_KjU();
method public long getErrorDim();
method @BytecodeOnly public long getErrorDim-0d7_KjU();
method public long getOnBackground();
method @BytecodeOnly public long getOnBackground-0d7_KjU();
method public long getOnError();
method @BytecodeOnly public long getOnError-0d7_KjU();
method public long getOnErrorContainer();
method @BytecodeOnly public long getOnErrorContainer-0d7_KjU();
method public long getOnPrimary();
method @BytecodeOnly public long getOnPrimary-0d7_KjU();
method public long getOnPrimaryContainer();
method @BytecodeOnly public long getOnPrimaryContainer-0d7_KjU();
method public long getOnSecondary();
method @BytecodeOnly public long getOnSecondary-0d7_KjU();
method public long getOnSecondaryContainer();
method @BytecodeOnly public long getOnSecondaryContainer-0d7_KjU();
method public long getOnSurface();
method @BytecodeOnly public long getOnSurface-0d7_KjU();
method public long getOnSurfaceVariant();
method @BytecodeOnly public long getOnSurfaceVariant-0d7_KjU();
method public long getOnTertiary();
method @BytecodeOnly public long getOnTertiary-0d7_KjU();
method public long getOnTertiaryContainer();
method @BytecodeOnly public long getOnTertiaryContainer-0d7_KjU();
method public long getOutline();
method @BytecodeOnly public long getOutline-0d7_KjU();
method public long getOutlineVariant();
method @BytecodeOnly public long getOutlineVariant-0d7_KjU();
method public long getPrimary();
method @BytecodeOnly public long getPrimary-0d7_KjU();
method public long getPrimaryContainer();
method @BytecodeOnly public long getPrimaryContainer-0d7_KjU();
method public long getPrimaryDim();
method @BytecodeOnly public long getPrimaryDim-0d7_KjU();
method public long getSecondary();
method @BytecodeOnly public long getSecondary-0d7_KjU();
method public long getSecondaryContainer();
method @BytecodeOnly public long getSecondaryContainer-0d7_KjU();
method public long getSecondaryDim();
method @BytecodeOnly public long getSecondaryDim-0d7_KjU();
method public long getSurfaceContainer();
method @BytecodeOnly public long getSurfaceContainer-0d7_KjU();
method public long getSurfaceContainerHigh();
method @BytecodeOnly public long getSurfaceContainerHigh-0d7_KjU();
method public long getSurfaceContainerLow();
method @BytecodeOnly public long getSurfaceContainerLow-0d7_KjU();
method public long getTertiary();
method @BytecodeOnly public long getTertiary-0d7_KjU();
method public long getTertiaryContainer();
method @BytecodeOnly public long getTertiaryContainer-0d7_KjU();
method public long getTertiaryDim();
method @BytecodeOnly public long getTertiaryDim-0d7_KjU();
property public long background;
property public long error;
property public long errorContainer;
property public long errorDim;
property public long onBackground;
property public long onError;
property public long onErrorContainer;
property public long onPrimary;
property public long onPrimaryContainer;
property public long onSecondary;
property public long onSecondaryContainer;
property public long onSurface;
property public long onSurfaceVariant;
property public long onTertiary;
property public long onTertiaryContainer;
property public long outline;
property public long outlineVariant;
property public long primary;
property public long primaryContainer;
property public long primaryDim;
property public long secondary;
property public long secondaryContainer;
property public long secondaryDim;
property public long surfaceContainer;
property public long surfaceContainerHigh;
property public long surfaceContainerLow;
property public long tertiary;
property public long tertiaryContainer;
property public long tertiaryDim;
}
public final class ColorSchemeKt {
method public static long contentColorFor(androidx.wear.compose.material3.ColorScheme, long backgroundColor);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public static long contentColorFor(long backgroundColor);
method @BytecodeOnly public static long contentColorFor-4WTKRHQ(androidx.wear.compose.material3.ColorScheme, long);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public static long contentColorFor-ek8zF_U(long, androidx.compose.runtime.Composer?, int);
}
public final class ConfirmationDialogColors {
ctor public ConfirmationDialogColors(long iconColor, long iconContainerColor, long textColor);
method public androidx.wear.compose.material3.ConfirmationDialogColors copy(optional long iconColor, optional long iconContainerColor, optional long textColor);
method @BytecodeOnly public androidx.wear.compose.material3.ConfirmationDialogColors copy-ysEtTa8(long, long, long);
method public long getIconColor();
method @BytecodeOnly public long getIconColor-0d7_KjU();
method public long getIconContainerColor();
method @BytecodeOnly public long getIconContainerColor-0d7_KjU();
method public long getTextColor();
method @BytecodeOnly public long getTextColor-0d7_KjU();
property public long iconColor;
property public long iconContainerColor;
property public long textColor;
}
public final class ConfirmationDialogDefaults {
method @androidx.compose.runtime.Composable public void FailureIcon(optional androidx.compose.ui.Modifier modifier);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void FailureIcon(androidx.compose.ui.Modifier?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void SuccessIcon(optional androidx.compose.ui.Modifier modifier);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void SuccessIcon(androidx.compose.ui.Modifier?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors colors(optional long iconColor, optional long iconContainerColor, optional long textColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors colors-RGew2ao(long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors failureColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors failureColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors failureColors(optional long iconColor, optional long iconContainerColor, optional long textColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors failureColors-RGew2ao(long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle getCurvedTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle getCurvedTextStyle(androidx.compose.runtime.Composer?, int);
method public long getDurationMillis();
method public float getIconSize();
method @BytecodeOnly public float getIconSize-D9Ej5fM();
method public float getSmallIconSize();
method @BytecodeOnly public float getSmallIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors successColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors successColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors successColors(optional long iconColor, optional long iconContainerColor, optional long textColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ConfirmationDialogColors successColors-RGew2ao(long, long, long, androidx.compose.runtime.Composer?, int, int);
property public long DurationMillis;
property public float IconSize;
property public float SmallIconSize;
property @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle curvedTextStyle;
field public static final androidx.wear.compose.material3.ConfirmationDialogDefaults INSTANCE;
}
public final class ConfirmationDialogKt {
method @androidx.compose.runtime.Composable public static void ConfirmationDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? text, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional androidx.compose.ui.window.DialogProperties properties, optional long durationMillis, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void ConfirmationDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional androidx.compose.ui.window.DialogProperties properties, optional long durationMillis, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ConfirmationDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, androidx.compose.ui.window.DialogProperties?, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ConfirmationDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, androidx.compose.ui.window.DialogProperties?, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.ColumnScope,kotlin.Unit>? text, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void ConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ConfirmationDialogContent(kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.ColumnScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void FailureConfirmationDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional androidx.compose.ui.window.DialogProperties properties, optional long durationMillis, optional kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FailureConfirmationDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, androidx.compose.ui.window.DialogProperties?, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void FailureConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FailureConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void SuccessConfirmationDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional androidx.compose.ui.window.DialogProperties properties, optional long durationMillis, optional kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SuccessConfirmationDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, androidx.compose.ui.window.DialogProperties?, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void SuccessConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ConfirmationDialogColors colors, optional kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SuccessConfirmationDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ConfirmationDialogColors?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method public static void confirmationDialogCurvedText(androidx.wear.compose.foundation.CurvedScope, String text, androidx.wear.compose.foundation.CurvedTextStyle style);
}
public final class ContentColorKt {
method public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.compose.ui.graphics.Color> getLocalContentColor();
property public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.compose.ui.graphics.Color> LocalContentColor;
}
public final class CurvedTextDefaults {
method @androidx.compose.runtime.Composable public long backgroundColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long backgroundColor-WaAFU9c(androidx.compose.runtime.Composer?, int);
method public float getScrollableContentMaxSweepAngle();
method public float getStaticContentMaxSweepAngle();
property public float ScrollableContentMaxSweepAngle;
property public float StaticContentMaxSweepAngle;
field public static final androidx.wear.compose.material3.CurvedTextDefaults INSTANCE;
}
public final class CurvedTextKt {
method public static void curvedText(androidx.wear.compose.foundation.CurvedScope, String text, optional androidx.wear.compose.foundation.CurvedModifier modifier, optional float maxSweepAngle, optional long background, optional long color, optional long fontSize, optional androidx.compose.ui.text.font.FontFamily? fontFamily, optional androidx.compose.ui.text.font.FontWeight? fontWeight, optional androidx.compose.ui.text.font.FontStyle? fontStyle, optional androidx.compose.ui.text.font.FontSynthesis? fontSynthesis, optional long letterSpacing, optional long letterSpacingCounterClockwise, optional androidx.wear.compose.foundation.CurvedTextStyle? style, optional androidx.wear.compose.foundation.CurvedDirection.Angular? angularDirection, optional int overflow);
method @BytecodeOnly public static void curvedText-8XmYcvk(androidx.wear.compose.foundation.CurvedScope, String, androidx.wear.compose.foundation.CurvedModifier, float, long, long, long, androidx.compose.ui.text.font.FontFamily?, androidx.compose.ui.text.font.FontWeight?, androidx.compose.ui.text.font.FontStyle?, androidx.compose.ui.text.font.FontSynthesis?, long, long, androidx.wear.compose.foundation.CurvedTextStyle?, androidx.wear.compose.foundation.CurvedDirection.Angular?, int);
}
@androidx.compose.runtime.Immutable public final class DatePickerColors {
ctor public DatePickerColors(long activePickerContentColor, long inactivePickerContentColor, long invalidPickerContentColor, long pickerLabelColor, long nextButtonContentColor, long nextButtonContainerColor, long confirmButtonContentColor, long confirmButtonContainerColor);
method public androidx.wear.compose.material3.DatePickerColors copy(optional long activePickerContentColor, optional long inactivePickerContentColor, optional long invalidPickerContentColor, optional long pickerLabelColor, optional long nextButtonContentColor, optional long nextButtonContainerColor, optional long confirmButtonContentColor, optional long confirmButtonContainerColor);
method @BytecodeOnly public androidx.wear.compose.material3.DatePickerColors copy-FD3wquc(long, long, long, long, long, long, long, long);
method public long getActivePickerContentColor();
method @BytecodeOnly public long getActivePickerContentColor-0d7_KjU();
method public long getConfirmButtonContainerColor();
method @BytecodeOnly public long getConfirmButtonContainerColor-0d7_KjU();
method public long getConfirmButtonContentColor();
method @BytecodeOnly public long getConfirmButtonContentColor-0d7_KjU();
method public long getInactivePickerContentColor();
method @BytecodeOnly public long getInactivePickerContentColor-0d7_KjU();
method public long getInvalidPickerContentColor();
method @BytecodeOnly public long getInvalidPickerContentColor-0d7_KjU();
method public long getNextButtonContainerColor();
method @BytecodeOnly public long getNextButtonContainerColor-0d7_KjU();
method public long getNextButtonContentColor();
method @BytecodeOnly public long getNextButtonContentColor-0d7_KjU();
method public long getPickerLabelColor();
method @BytecodeOnly public long getPickerLabelColor-0d7_KjU();
property public long activePickerContentColor;
property public long confirmButtonContainerColor;
property public long confirmButtonContentColor;
property public long inactivePickerContentColor;
property public long invalidPickerContentColor;
property public long nextButtonContainerColor;
property public long nextButtonContentColor;
property public long pickerLabelColor;
}
public final class DatePickerDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.DatePickerColors datePickerColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.DatePickerColors datePickerColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.DatePickerColors datePickerColors(optional long activePickerContentColor, optional long inactivePickerContentColor, optional long invalidPickerContentColor, optional long pickerLabelColor, optional long nextButtonContentColor, optional long nextButtonContainerColor, optional long confirmButtonContentColor, optional long confirmButtonContainerColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.DatePickerColors datePickerColors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public int getDatePickerType();
method @BytecodeOnly @androidx.compose.runtime.Composable public int getDatePickerType(androidx.compose.runtime.Composer?, int);
property @androidx.compose.runtime.Composable public int datePickerType;
field public static final androidx.wear.compose.material3.DatePickerDefaults INSTANCE;
}
public final class DatePickerKt {
method @RequiresApi(android.os.Build.VERSION_CODES.O) @androidx.compose.runtime.Composable public static void DatePicker(java.time.LocalDate initialDate, kotlin.jvm.functions.Function1<? super java.time.LocalDate,kotlin.Unit> onDatePicked, optional androidx.compose.ui.Modifier modifier, optional java.time.LocalDate? minValidDate, optional java.time.LocalDate? maxValidDate, optional int datePickerType, optional androidx.wear.compose.material3.DatePickerColors colors);
method @BytecodeOnly @RequiresApi(26) @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void DatePicker-zlYVwes(java.time.LocalDate, kotlin.jvm.functions.Function1<? super java.time.LocalDate!,kotlin.Unit!>, androidx.compose.ui.Modifier?, java.time.LocalDate?, java.time.LocalDate?, int, androidx.wear.compose.material3.DatePickerColors?, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class DatePickerType {
method @BytecodeOnly public static androidx.wear.compose.material3.DatePickerType! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.DatePickerType.Companion Companion;
}
public static final class DatePickerType.Companion {
method public int getDayMonthYear();
method @BytecodeOnly public int getDayMonthYear-15tL_DM();
method public int getMonthDayYear();
method @BytecodeOnly public int getMonthDayYear-15tL_DM();
method public int getYearMonthDay();
method @BytecodeOnly public int getYearMonthDay-15tL_DM();
property public int DayMonthYear;
property public int MonthDayYear;
property public int YearMonthDay;
}
public final class DialogKt {
method @androidx.compose.runtime.Composable public static void Dialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.ui.window.DialogProperties properties, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Dialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.compose.ui.window.DialogProperties?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class DynamicColorSchemeKt {
method public static androidx.wear.compose.material3.ColorScheme? dynamicColorScheme(android.content.Context context);
}
public final class EdgeButtonDefaults {
method public float getExtraSmallIconSize();
method @BytecodeOnly public float getExtraSmallIconSize-D9Ej5fM();
method public float getLargeIconSize();
method @BytecodeOnly public float getLargeIconSize-D9Ej5fM();
method public float getMediumIconSize();
method @BytecodeOnly public float getMediumIconSize-D9Ej5fM();
method public float getSmallIconSize();
method @BytecodeOnly public float getSmallIconSize-D9Ej5fM();
method public float iconSizeFor(float edgeButtonSize);
method @BytecodeOnly public float iconSizeFor-wBXdqSs(float);
property public float ExtraSmallIconSize;
property public float LargeIconSize;
property public float MediumIconSize;
property public float SmallIconSize;
field public static final androidx.wear.compose.material3.EdgeButtonDefaults INSTANCE;
}
public final class EdgeButtonKt {
method @androidx.compose.runtime.Composable public static void EdgeButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional float buttonSize, optional boolean enabled, optional androidx.wear.compose.material3.ButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void EdgeButton-P1_1MVs(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, float, boolean, androidx.wear.compose.material3.ButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
@kotlin.jvm.JvmInline public final value class EdgeButtonSize {
method @BytecodeOnly public static androidx.wear.compose.material3.EdgeButtonSize! box-impl(float);
method @BytecodeOnly public float unbox-impl();
field public static final androidx.wear.compose.material3.EdgeButtonSize.Companion Companion;
}
public static final class EdgeButtonSize.Companion {
method public float getExtraSmall();
method @BytecodeOnly public float getExtraSmall-Z3Txhm8();
method public float getLarge();
method @BytecodeOnly public float getLarge-Z3Txhm8();
method public float getMedium();
method @BytecodeOnly public float getMedium-Z3Txhm8();
method public float getSmall();
method @BytecodeOnly public float getSmall-Z3Txhm8();
property public float ExtraSmall;
property public float Large;
property public float Medium;
property public float Small;
}
public final class FadingExpandingLabelDefaults {
method @androidx.compose.runtime.Composable public androidx.compose.animation.core.FiniteAnimationSpec<java.lang.Float> getAnimationSpec();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.animation.core.FiniteAnimationSpec<java.lang.Float!> getAnimationSpec(androidx.compose.runtime.Composer?, int);
property @androidx.compose.runtime.Composable public androidx.compose.animation.core.FiniteAnimationSpec<java.lang.Float> animationSpec;
field public static final androidx.wear.compose.material3.FadingExpandingLabelDefaults INSTANCE;
}
public final class FadingExpandingLabelKt {
method @androidx.compose.runtime.Composable public static void FadingExpandingLabel(String text, optional androidx.compose.ui.Modifier modifier, optional long color, optional long fontSize, optional androidx.compose.ui.text.font.FontStyle? fontStyle, optional androidx.compose.ui.text.font.FontWeight? fontWeight, optional androidx.compose.ui.text.font.FontFamily? fontFamily, optional long letterSpacing, optional androidx.compose.ui.text.style.TextDecoration? textDecoration, optional androidx.compose.ui.text.style.TextAlign? textAlign, optional long lineHeight, optional boolean softWrap, optional int maxLines, optional int minLines, optional androidx.compose.ui.text.TextStyle textStyle, optional androidx.compose.animation.core.FiniteAnimationSpec<java.lang.Float> animationSpec);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void FadingExpandingLabel-oiE5lR0(String, androidx.compose.ui.Modifier?, long, long, androidx.compose.ui.text.font.FontStyle?, androidx.compose.ui.text.font.FontWeight?, androidx.compose.ui.text.font.FontFamily?, long, androidx.compose.ui.text.style.TextDecoration?, androidx.compose.ui.text.style.TextAlign?, long, boolean, int, int, androidx.compose.ui.text.TextStyle?, androidx.compose.animation.core.FiniteAnimationSpec<java.lang.Float!>?, androidx.compose.runtime.Composer?, int, int, int);
}
@androidx.compose.runtime.Immutable public final class IconButtonColors {
ctor public IconButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor);
method public androidx.wear.compose.material3.IconButtonColors copy(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly public androidx.wear.compose.material3.IconButtonColors copy-jRlVdoo(long, long, long, long);
method public long getContainerColor();
method @BytecodeOnly public long getContainerColor-0d7_KjU();
method public long getContentColor();
method @BytecodeOnly public long getContentColor-0d7_KjU();
method public long getDisabledContainerColor();
method @BytecodeOnly public long getDisabledContainerColor-0d7_KjU();
method public long getDisabledContentColor();
method @BytecodeOnly public long getDisabledContentColor-0d7_KjU();
property public long containerColor;
property public long contentColor;
property public long disabledContainerColor;
property public long disabledContentColor;
}
public final class IconButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes animatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes animatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? shape, optional androidx.compose.foundation.shape.CornerBasedShape? pressedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes animatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes animatedShapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledIconButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledIconButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledIconButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledIconButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledTonalIconButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledTonalIconButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledTonalIconButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledTonalIconButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledVariantIconButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledVariantIconButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledVariantIconButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors filledVariantIconButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float getDefaultButtonSize();
method @BytecodeOnly public float getDefaultButtonSize-D9Ej5fM();
method public float getDefaultIconSize();
method @BytecodeOnly public float getDefaultIconSize-D9Ej5fM();
method public float getDisabledImageOpacity();
method public float getExtraSmallButtonSize();
method @BytecodeOnly public float getExtraSmallButtonSize-D9Ej5fM();
method public float getLargeButtonSize();
method @BytecodeOnly public float getLargeButtonSize-D9Ej5fM();
method public float getLargeIconSize();
method @BytecodeOnly public float getLargeIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape(androidx.compose.runtime.Composer?, int);
method public float getSmallButtonSize();
method @BytecodeOnly public float getSmallButtonSize-D9Ej5fM();
method public float getSmallIconSize();
method @BytecodeOnly public float getSmallIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors iconButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors iconButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors iconButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors iconButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float iconSizeFor(float buttonSize);
method @BytecodeOnly public float iconSizeFor-5rwHm24(float);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors outlinedIconButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors outlinedIconButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors outlinedIconButtonColors(optional long contentColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonColors outlinedIconButtonColors-dgg9oW8(long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes shapes();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes shapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes shapes(androidx.compose.ui.graphics.Shape shape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconButtonShapes shapes(androidx.compose.ui.graphics.Shape, androidx.compose.runtime.Composer?, int);
property public float DefaultButtonSize;
property public float DefaultIconSize;
property public float DisabledImageOpacity;
property public float ExtraSmallButtonSize;
property public float LargeButtonSize;
property public float LargeIconSize;
property public float SmallButtonSize;
property public float SmallIconSize;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape pressedShape;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape shape;
field public static final androidx.wear.compose.material3.IconButtonDefaults INSTANCE;
}
public final class IconButtonKt {
method @androidx.compose.runtime.Composable public static void FilledIconButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.wear.compose.material3.IconButtonShapes shapes, optional androidx.wear.compose.material3.IconButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FilledIconButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.wear.compose.material3.IconButtonShapes?, androidx.wear.compose.material3.IconButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void FilledTonalIconButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.wear.compose.material3.IconButtonShapes shapes, optional androidx.wear.compose.material3.IconButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void FilledTonalIconButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.wear.compose.material3.IconButtonShapes?, androidx.wear.compose.material3.IconButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void IconButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.wear.compose.material3.IconButtonShapes shapes, optional androidx.wear.compose.material3.IconButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void IconButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.wear.compose.material3.IconButtonShapes?, androidx.wear.compose.material3.IconButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void OutlinedIconButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.wear.compose.material3.IconButtonShapes shapes, optional androidx.wear.compose.material3.IconButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OutlinedIconButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.wear.compose.material3.IconButtonShapes?, androidx.wear.compose.material3.IconButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class IconButtonShapes {
ctor public IconButtonShapes(androidx.compose.ui.graphics.Shape shape, optional androidx.compose.ui.graphics.Shape pressedShape);
method public androidx.wear.compose.material3.IconButtonShapes copy(optional androidx.compose.ui.graphics.Shape? shape, optional androidx.compose.ui.graphics.Shape? pressedShape);
method public androidx.compose.ui.graphics.Shape getPressedShape();
method public androidx.compose.ui.graphics.Shape getShape();
property public androidx.compose.ui.graphics.Shape pressedShape;
property public androidx.compose.ui.graphics.Shape shape;
}
public final class IconKt {
method @androidx.compose.runtime.Composable public static void Icon(androidx.compose.ui.graphics.ImageBitmap bitmap, String? contentDescription, optional androidx.compose.ui.Modifier modifier, optional long tint);
method @androidx.compose.runtime.Composable public static void Icon(androidx.compose.ui.graphics.painter.Painter painter, String? contentDescription, optional androidx.compose.ui.Modifier modifier, optional long tint);
method @androidx.compose.runtime.Composable public static void Icon(androidx.compose.ui.graphics.vector.ImageVector imageVector, String? contentDescription, optional androidx.compose.ui.Modifier modifier, optional long tint);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void Icon-ww6aTOc(androidx.compose.ui.graphics.ImageBitmap, String?, androidx.compose.ui.Modifier?, long, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void Icon-ww6aTOc(androidx.compose.ui.graphics.painter.Painter, String?, androidx.compose.ui.Modifier?, long, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void Icon-ww6aTOc(androidx.compose.ui.graphics.vector.ImageVector, String?, androidx.compose.ui.Modifier?, long, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable public final class IconToggleButtonColors {
ctor public IconToggleButtonColors(long checkedContainerColor, long checkedContentColor, long uncheckedContainerColor, long uncheckedContentColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor);
method public androidx.wear.compose.material3.IconToggleButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor);
method @BytecodeOnly public androidx.wear.compose.material3.IconToggleButtonColors copy-FD3wquc(long, long, long, long, long, long, long, long);
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
property public long checkedContainerColor;
property public long checkedContentColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
}
public final class IconToggleButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes animatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes animatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? shape, optional androidx.compose.foundation.shape.CornerBasedShape? pressedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes animatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes animatedShapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonColors colors(optional long checkedContainerColor, optional long checkedContentColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonColors colors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getCheckedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getCheckedShape(androidx.compose.runtime.Composer?, int);
method public float getDefaultIconSize();
method @BytecodeOnly public float getDefaultIconSize-D9Ej5fM();
method public float getExtraLargeIconSize();
method @BytecodeOnly public float getExtraLargeIconSize-D9Ej5fM();
method public float getExtraLargeSize();
method @BytecodeOnly public float getExtraLargeSize-D9Ej5fM();
method public float getLargeIconSize();
method @BytecodeOnly public float getLargeIconSize-D9Ej5fM();
method public float getLargeSize();
method @BytecodeOnly public float getLargeSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape(androidx.compose.runtime.Composer?, int);
method public float getSize();
method @BytecodeOnly public float getSize-D9Ej5fM();
method public float getSmallIconSize();
method @BytecodeOnly public float getSmallIconSize-D9Ej5fM();
method public float getSmallSize();
method @BytecodeOnly public float getSmallSize-D9Ej5fM();
method public float iconSizeFor(float buttonSize);
method @BytecodeOnly public float iconSizeFor-5rwHm24(float);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes shapes();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes shapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes shapes(androidx.compose.ui.graphics.Shape shape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes shapes(androidx.compose.ui.graphics.Shape, androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes variantAnimatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes variantAnimatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? uncheckedShape, optional androidx.compose.foundation.shape.CornerBasedShape? checkedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes variantAnimatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.IconToggleButtonShapes variantAnimatedShapes(androidx.compose.runtime.Composer?, int);
property public float DefaultIconSize;
property public float ExtraLargeIconSize;
property public float ExtraLargeSize;
property public float LargeIconSize;
property public float LargeSize;
property public float Size;
property public float SmallIconSize;
property public float SmallSize;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape checkedShape;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape pressedShape;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape shape;
field public static final androidx.wear.compose.material3.IconToggleButtonDefaults INSTANCE;
}
public final class IconToggleButtonKt {
method @androidx.compose.runtime.Composable public static void IconToggleButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.wear.compose.material3.IconToggleButtonColors colors, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.IconToggleButtonShapes shapes, optional androidx.compose.foundation.BorderStroke? border, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void IconToggleButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.wear.compose.material3.IconToggleButtonColors?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.IconToggleButtonShapes?, androidx.compose.foundation.BorderStroke?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class IconToggleButtonShapes {
ctor public IconToggleButtonShapes(androidx.compose.ui.graphics.Shape uncheckedShape, optional androidx.compose.ui.graphics.Shape checkedShape, optional androidx.compose.ui.graphics.Shape uncheckedPressedShape, optional androidx.compose.ui.graphics.Shape checkedPressedShape);
method public androidx.wear.compose.material3.IconToggleButtonShapes copy(optional androidx.compose.ui.graphics.Shape? uncheckedShape, optional androidx.compose.ui.graphics.Shape? checkedShape, optional androidx.compose.ui.graphics.Shape? uncheckedPressedShape, optional androidx.compose.ui.graphics.Shape? checkedPressedShape);
method public androidx.compose.ui.graphics.Shape getCheckedPressedShape();
method public androidx.compose.ui.graphics.Shape getCheckedShape();
method public androidx.compose.ui.graphics.Shape getUncheckedPressedShape();
method public androidx.compose.ui.graphics.Shape getUncheckedShape();
property public androidx.compose.ui.graphics.Shape checkedPressedShape;
property public androidx.compose.ui.graphics.Shape checkedShape;
property public androidx.compose.ui.graphics.Shape uncheckedPressedShape;
property public androidx.compose.ui.graphics.Shape uncheckedShape;
}
public final class InteractiveComponentSizeKt {
method @androidx.compose.runtime.Stable public static androidx.compose.ui.Modifier minimumInteractiveComponentSize(androidx.compose.ui.Modifier);
}
public final class LevelIndicatorColors {
ctor public LevelIndicatorColors(long indicatorColor, long trackColor, long disabledIndicatorColor, long disabledTrackColor);
method public androidx.wear.compose.material3.LevelIndicatorColors copy(optional long indicatorColor, optional long trackColor, optional long disabledIndicatorColor, optional long disabledTrackColor);
method @BytecodeOnly public androidx.wear.compose.material3.LevelIndicatorColors copy-jRlVdoo(long, long, long, long);
method public long getDisabledIndicatorColor();
method @BytecodeOnly public long getDisabledIndicatorColor-0d7_KjU();
method public long getDisabledTrackColor();
method @BytecodeOnly public long getDisabledTrackColor-0d7_KjU();
method public long getIndicatorColor();
method @BytecodeOnly public long getIndicatorColor-0d7_KjU();
method public long getTrackColor();
method @BytecodeOnly public long getTrackColor-0d7_KjU();
property public long disabledIndicatorColor;
property public long disabledTrackColor;
property public long indicatorColor;
property public long trackColor;
}
public final class LevelIndicatorDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.LevelIndicatorColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.LevelIndicatorColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.LevelIndicatorColors colors(optional long indicatorColor, optional long trackColor, optional long disabledIndicatorColor, optional long disabledTrackColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.LevelIndicatorColors colors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float getStrokeWidth();
method @BytecodeOnly public float getStrokeWidth-D9Ej5fM();
method public float getSweepAngle();
property public float StrokeWidth;
property public float SweepAngle;
field public static final androidx.wear.compose.material3.LevelIndicatorDefaults INSTANCE;
}
public final class LevelIndicatorKt {
method @androidx.compose.runtime.Composable public static void LevelIndicator(kotlin.jvm.functions.Function0<java.lang.Float> value, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.wear.compose.material3.LevelIndicatorColors colors, optional float strokeWidth, optional @FloatRange(from=0.0, to=360.0) float sweepAngle, optional boolean reverseDirection);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void LevelIndicator-iHT-50w(kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, boolean, androidx.wear.compose.material3.LevelIndicatorColors?, float, @FloatRange(from=0.0, to=360.0) float, boolean, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void StepperLevelIndicator(kotlin.jvm.functions.Function0<java.lang.Float> value, optional androidx.compose.ui.Modifier modifier, optional kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> valueRange, optional boolean enabled, optional androidx.wear.compose.material3.LevelIndicatorColors colors, optional float strokeWidth, optional @FloatRange(from=0.0, to=360.0) float sweepAngle, optional boolean reverseDirection);
method @androidx.compose.runtime.Composable public static void StepperLevelIndicator(kotlin.jvm.functions.Function0<java.lang.Integer> value, kotlin.ranges.IntProgression valueProgression, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.wear.compose.material3.LevelIndicatorColors colors, optional float strokeWidth, optional @FloatRange(from=0.0, to=360.0) float sweepAngle, optional boolean reverseDirection);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void StepperLevelIndicator-eHTjO5g(kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, kotlin.ranges.ClosedFloatingPointRange<java.lang.Float!>?, boolean, androidx.wear.compose.material3.LevelIndicatorColors?, float, @FloatRange(from=0.0, to=360.0) float, boolean, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void StepperLevelIndicator-eHTjO5g(kotlin.jvm.functions.Function0<java.lang.Integer!>, kotlin.ranges.IntProgression, androidx.compose.ui.Modifier?, boolean, androidx.wear.compose.material3.LevelIndicatorColors?, float, @FloatRange(from=0.0, to=360.0) float, boolean, androidx.compose.runtime.Composer?, int, int);
}
public final class LinearProgressIndicatorDefaults {
method public float getStrokeWidthLarge();
method @BytecodeOnly public float getStrokeWidthLarge-D9Ej5fM();
method public float getStrokeWidthSmall();
method @BytecodeOnly public float getStrokeWidthSmall-D9Ej5fM();
property public float StrokeWidthLarge;
property public float StrokeWidthSmall;
field public static final androidx.wear.compose.material3.LinearProgressIndicatorDefaults INSTANCE;
}
public final class LinearProgressIndicatorKt {
method @androidx.compose.runtime.Composable public static void LinearProgressIndicator(kotlin.jvm.functions.Function0<java.lang.Float> progress, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional boolean enabled);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void LinearProgressIndicator-hGBTI10(kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ProgressIndicatorColors?, float, boolean, androidx.compose.runtime.Composer?, int, int);
}
public final class ListHeaderDefaults {
method @androidx.compose.runtime.Composable public long getContentColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getContentColor(androidx.compose.runtime.Composer?, int);
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method @androidx.compose.runtime.Composable public long getSubHeaderContentColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getSubHeaderContentColor(androidx.compose.runtime.Composer?, int);
method public androidx.compose.foundation.layout.PaddingValues getSubHeaderContentPadding();
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property public androidx.compose.foundation.layout.PaddingValues SubHeaderContentPadding;
property @androidx.compose.runtime.Composable public long contentColor;
property @androidx.compose.runtime.Composable public long subHeaderContentColor;
field public static final androidx.wear.compose.material3.ListHeaderDefaults INSTANCE;
}
public final class ListHeaderKt {
method @androidx.compose.runtime.Composable public static void ListHeader(optional androidx.compose.ui.Modifier modifier, optional long backgroundColor, optional long contentColor, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ListHeader-qi6gXK8(androidx.compose.ui.Modifier?, long, long, androidx.compose.foundation.layout.PaddingValues?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ListSubHeader(optional androidx.compose.ui.Modifier modifier, optional long backgroundColor, optional long contentColor, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ListSubHeader-K2djEUw(androidx.compose.ui.Modifier?, long, long, androidx.compose.foundation.layout.PaddingValues?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class MaterialTheme {
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.ColorScheme getColorScheme();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.ColorScheme getColorScheme(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.MotionScheme getMotionScheme();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.MotionScheme getMotionScheme(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Shapes getShapes();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Shapes getShapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Typography getTypography();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Typography getTypography(androidx.compose.runtime.Composer?, int);
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.ColorScheme colorScheme;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.MotionScheme motionScheme;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Shapes shapes;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.wear.compose.material3.Typography typography;
field public static final androidx.wear.compose.material3.MaterialTheme INSTANCE;
}
public final class MaterialThemeKt {
method @androidx.compose.runtime.Composable public static void MaterialTheme(optional androidx.wear.compose.material3.ColorScheme colorScheme, optional androidx.wear.compose.material3.Typography typography, optional androidx.wear.compose.material3.Shapes shapes, optional androidx.wear.compose.material3.MotionScheme motionScheme, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void MaterialTheme(androidx.wear.compose.material3.ColorScheme?, androidx.wear.compose.material3.Typography?, androidx.wear.compose.material3.Shapes?, androidx.wear.compose.material3.MotionScheme?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable public interface MotionScheme {
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> defaultEffectsSpec();
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> defaultSpatialSpec();
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> fastEffectsSpec();
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> fastSpatialSpec();
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> slowEffectsSpec();
method public <T> androidx.compose.animation.core.FiniteAnimationSpec<T> slowSpatialSpec();
field public static final androidx.wear.compose.material3.MotionScheme.Companion Companion;
}
public static final class MotionScheme.Companion {
method public androidx.wear.compose.material3.MotionScheme expressive();
method public androidx.wear.compose.material3.MotionScheme standard();
}
public final class OpenOnPhoneDialogColors {
ctor public OpenOnPhoneDialogColors(long iconColor, long iconContainerColor, long progressIndicatorColor, long progressTrackColor, long textColor);
method public androidx.wear.compose.material3.OpenOnPhoneDialogColors copy(optional long iconColor, optional long iconContainerColor, optional long progressIndicatorColor, optional long progressTrackColor, optional long textColor);
method @BytecodeOnly public androidx.wear.compose.material3.OpenOnPhoneDialogColors copy-t635Npw(long, long, long, long, long);
method public long getIconColor();
method @BytecodeOnly public long getIconColor-0d7_KjU();
method public long getIconContainerColor();
method @BytecodeOnly public long getIconContainerColor-0d7_KjU();
method public long getProgressIndicatorColor();
method @BytecodeOnly public long getProgressIndicatorColor-0d7_KjU();
method public long getProgressTrackColor();
method @BytecodeOnly public long getProgressTrackColor-0d7_KjU();
method public long getTextColor();
method @BytecodeOnly public long getTextColor-0d7_KjU();
property public long iconColor;
property public long iconContainerColor;
property public long progressIndicatorColor;
property public long progressTrackColor;
property public long textColor;
}
public final class OpenOnPhoneDialogDefaults {
method @androidx.compose.runtime.Composable public void Icon(optional androidx.compose.ui.Modifier modifier);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void Icon(androidx.compose.ui.Modifier?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.OpenOnPhoneDialogColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.OpenOnPhoneDialogColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.OpenOnPhoneDialogColors colors(optional long iconColor, optional long iconContainerColor, optional long progressIndicatorColor, optional long progressTrackColor, optional long textColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.OpenOnPhoneDialogColors colors-zjMxDiM(long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle getCurvedTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle getCurvedTextStyle(androidx.compose.runtime.Composer?, int);
method public long getDurationMillis();
method @androidx.compose.runtime.Composable public String getText();
method @BytecodeOnly @androidx.compose.runtime.Composable public String getText(androidx.compose.runtime.Composer?, int);
property public long DurationMillis;
property @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle curvedTextStyle;
property @androidx.compose.runtime.Composable public String text;
field public static final androidx.wear.compose.material3.OpenOnPhoneDialogDefaults INSTANCE;
}
public final class OpenOnPhoneDialogKt {
method @androidx.compose.runtime.Composable public static void OpenOnPhoneDialog(boolean visible, kotlin.jvm.functions.Function0<kotlin.Unit> onDismissRequest, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.OpenOnPhoneDialogColors colors, optional androidx.compose.ui.window.DialogProperties properties, optional long durationMillis, optional kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OpenOnPhoneDialog(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.OpenOnPhoneDialogColors?, androidx.compose.ui.window.DialogProperties?, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void OpenOnPhoneDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope,kotlin.Unit>? curvedText, long durationMillis, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.OpenOnPhoneDialogColors colors, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void OpenOnPhoneDialogContent(kotlin.jvm.functions.Function1<? super androidx.wear.compose.foundation.CurvedScope!,kotlin.Unit!>?, long, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.OpenOnPhoneDialogColors?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method public static void openOnPhoneDialogCurvedText(androidx.wear.compose.foundation.CurvedScope, String text, androidx.wear.compose.foundation.CurvedTextStyle style);
}
public final class PageIndicatorDefaults {
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getBackgroundColor();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getBackgroundColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getSelectedColor();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getSelectedColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getUnselectedColor();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long getUnselectedColor(androidx.compose.runtime.Composer?, int);
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long backgroundColor;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long selectedColor;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public long unselectedColor;
field public static final androidx.wear.compose.material3.PageIndicatorDefaults INSTANCE;
}
public final class PageIndicatorKt {
method @androidx.compose.runtime.Composable public static void HorizontalPageIndicator(androidx.wear.compose.foundation.pager.PagerState pagerState, optional androidx.compose.ui.Modifier modifier, optional long selectedColor, optional long unselectedColor, optional long backgroundColor);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void HorizontalPageIndicator-aDBTMWw(androidx.wear.compose.foundation.pager.PagerState, androidx.compose.ui.Modifier?, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void VerticalPageIndicator(androidx.wear.compose.foundation.pager.PagerState pagerState, optional androidx.compose.ui.Modifier modifier, optional long selectedColor, optional long unselectedColor, optional long backgroundColor);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void VerticalPageIndicator-aDBTMWw(androidx.wear.compose.foundation.pager.PagerState, androidx.compose.ui.Modifier?, long, long, long, androidx.compose.runtime.Composer?, int, int);
}
public final class PagerScaffoldDefaults {
method public androidx.compose.animation.core.AnimationSpec<java.lang.Float> getFadeOutAnimationSpec();
method @androidx.compose.runtime.Composable public androidx.compose.foundation.gestures.TargetedFlingBehavior snapWithSpringFlingBehavior(androidx.wear.compose.foundation.pager.PagerState state);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.gestures.TargetedFlingBehavior snapWithSpringFlingBehavior(androidx.wear.compose.foundation.pager.PagerState, androidx.compose.runtime.Composer?, int);
property public androidx.compose.animation.core.AnimationSpec<java.lang.Float> FadeOutAnimationSpec;
field public static final androidx.wear.compose.material3.PagerScaffoldDefaults INSTANCE;
}
public final class PagerScaffoldKt {
method @androidx.compose.runtime.Composable public static void AnimatedPage(int pageIndex, androidx.wear.compose.foundation.pager.PagerState pagerState, optional long contentScrimColor, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void AnimatedPage-cf5BqRc(int, androidx.wear.compose.foundation.pager.PagerState, long, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void HorizontalPagerScaffold(androidx.wear.compose.foundation.pager.PagerState pagerState, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? pageIndicator, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float>? pageIndicatorAnimationSpec, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void HorizontalPagerScaffold(androidx.wear.compose.foundation.pager.PagerState, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void VerticalPagerScaffold(androidx.wear.compose.foundation.pager.PagerState pagerState, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? pageIndicator, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float>? pageIndicatorAnimationSpec, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void VerticalPagerScaffold(androidx.wear.compose.foundation.pager.PagerState, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class PickerDefaults {
method public float getGradientRatio();
method @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.rotary.RotaryScrollableBehavior rotarySnapBehavior(androidx.wear.compose.material3.PickerState state);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.rotary.RotaryScrollableBehavior rotarySnapBehavior(androidx.wear.compose.material3.PickerState, androidx.compose.runtime.Composer?, int);
property public float GradientRatio;
field public static final androidx.wear.compose.material3.PickerDefaults INSTANCE;
}
public final class PickerGroupKt {
method @androidx.compose.runtime.Composable public static void PickerGroup(optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.PickerState? selectedPickerState, optional boolean autoCenter, optional boolean propagateMinConstraints, kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.PickerGroupScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void PickerGroup(androidx.compose.ui.Modifier?, androidx.wear.compose.material3.PickerState?, boolean, boolean, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.PickerGroupScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class PickerGroupScope {
ctor public PickerGroupScope();
method @androidx.compose.runtime.Composable public void PickerGroupItem(androidx.wear.compose.material3.PickerState pickerState, boolean selected, kotlin.jvm.functions.Function0<kotlin.Unit> onSelected, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<java.lang.String>? contentDescription, optional androidx.compose.ui.focus.FocusRequester? focusRequester, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? readOnlyLabel, optional float verticalSpacing, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.PickerScope,? super java.lang.Integer,? super java.lang.Boolean,kotlin.Unit> option);
method @BytecodeOnly @androidx.compose.runtime.Composable public void PickerGroupItem-gMrHQkA(androidx.wear.compose.material3.PickerState, boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<java.lang.String!>?, androidx.compose.ui.focus.FocusRequester?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, float, kotlin.jvm.functions.Function5<? super androidx.wear.compose.material3.PickerScope!,? super java.lang.Integer!,? super java.lang.Boolean!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class PickerKt {
method @androidx.compose.runtime.Composable public static void Picker(androidx.wear.compose.material3.PickerState state, kotlin.jvm.functions.Function0<java.lang.String>? contentDescription, optional androidx.compose.ui.Modifier modifier, optional boolean readOnly, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? readOnlyLabel, optional kotlin.jvm.functions.Function0<kotlin.Unit> onSelected, optional float verticalSpacing, optional @FloatRange(from=0.0, to=0.5) float gradientRatio, optional long gradientColor, optional boolean userScrollEnabled, optional androidx.wear.compose.foundation.rotary.RotaryScrollableBehavior? rotaryScrollableBehavior, kotlin.jvm.functions.Function2<? super androidx.wear.compose.material3.PickerScope,? super java.lang.Integer,kotlin.Unit> option);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Picker-jSk6agE(androidx.wear.compose.material3.PickerState, kotlin.jvm.functions.Function0<java.lang.String!>?, androidx.compose.ui.Modifier?, boolean, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, float, @FloatRange(from=0.0, to=0.5) float, long, boolean, androidx.wear.compose.foundation.rotary.RotaryScrollableBehavior?, kotlin.jvm.functions.Function4<? super androidx.wear.compose.material3.PickerScope!,? super java.lang.Integer!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.PickerState rememberPickerState(@IntRange(from=1L) int initialNumberOfOptions, optional @IntRange(from=0L) int initiallySelectedIndex, optional boolean shouldRepeatOptions);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.PickerState rememberPickerState(@IntRange(from=1L) int, @IntRange(from=0L) int, boolean, androidx.compose.runtime.Composer?, int, int);
}
public interface PickerScope {
method public int getSelectedOptionIndex();
property public abstract int selectedOptionIndex;
}
@androidx.compose.runtime.Stable public final class PickerState implements androidx.compose.foundation.gestures.ScrollableState {
ctor public PickerState(@IntRange(from=1L) int initialNumberOfOptions, optional @IntRange(from=0L) int initiallySelectedIndex, optional boolean shouldRepeatOptions);
method public suspend Object? animateScrollToOption(int index, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method public float dispatchRawDelta(float delta);
method public int getNumberOfOptions();
method public int getSelectedOptionIndex();
method public boolean getShouldRepeatOptions();
method public boolean isScrollInProgress();
method public suspend Object? scroll(androidx.compose.foundation.MutatePriority scrollPriority, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.gestures.ScrollScope,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object?> block, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method public suspend Object? scrollToOption(int index, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method public void setNumberOfOptions(int);
property public boolean canScrollBackward;
property public boolean canScrollForward;
property public boolean isScrollInProgress;
property public int numberOfOptions;
property public int selectedOptionIndex;
property public boolean shouldRepeatOptions;
field public static final androidx.wear.compose.material3.PickerState.Companion Companion;
}
public static final class PickerState.Companion {
method public androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material3.PickerState,java.lang.Object> getSaver();
property public androidx.compose.runtime.saveable.Saver<androidx.wear.compose.material3.PickerState,java.lang.Object> Saver;
}
public final class PlaceholderDefaults {
method @androidx.compose.runtime.Composable public long getColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getColor(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public long getShimmerColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long getShimmerColor(androidx.compose.runtime.Composer?, int);
property @androidx.compose.runtime.Composable public long color;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape shape;
property @androidx.compose.runtime.Composable public long shimmerColor;
field public static final androidx.wear.compose.material3.PlaceholderDefaults INSTANCE;
}
public final class PlaceholderKt {
method @androidx.compose.runtime.Composable public static androidx.compose.ui.Modifier placeholder(androidx.compose.ui.Modifier, androidx.wear.compose.material3.PlaceholderState placeholderState, optional androidx.compose.ui.graphics.Shape shape, optional long color);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.compose.ui.Modifier placeholder-ww6aTOc(androidx.compose.ui.Modifier, androidx.wear.compose.material3.PlaceholderState, androidx.compose.ui.graphics.Shape?, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static androidx.compose.ui.Modifier placeholderShimmer(androidx.compose.ui.Modifier, androidx.wear.compose.material3.PlaceholderState placeholderState, optional androidx.compose.ui.graphics.Shape shape, optional long color);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.compose.ui.Modifier placeholderShimmer-ww6aTOc(androidx.compose.ui.Modifier, androidx.wear.compose.material3.PlaceholderState, androidx.compose.ui.graphics.Shape?, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.PlaceholderState rememberPlaceholderState(boolean isVisible);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.PlaceholderState rememberPlaceholderState(boolean, androidx.compose.runtime.Composer?, int);
}
@androidx.compose.runtime.Stable public final class PlaceholderState {
ctor public PlaceholderState(boolean isVisible);
method public boolean isVisible();
method public void setVisible(boolean);
property public boolean isVisible;
}
public final class ProgressIndicatorColors {
ctor public ProgressIndicatorColors(androidx.compose.ui.graphics.Brush indicatorBrush, androidx.compose.ui.graphics.Brush trackBrush, androidx.compose.ui.graphics.Brush overflowTrackBrush, androidx.compose.ui.graphics.Brush disabledIndicatorBrush, androidx.compose.ui.graphics.Brush disabledTrackBrush, androidx.compose.ui.graphics.Brush disabledOverflowTrackBrush);
method public androidx.wear.compose.material3.ProgressIndicatorColors copy(optional androidx.compose.ui.graphics.Brush? indicatorBrush, optional androidx.compose.ui.graphics.Brush? trackBrush, optional androidx.compose.ui.graphics.Brush? overflowTrackBrush, optional androidx.compose.ui.graphics.Brush? disabledIndicatorBrush, optional androidx.compose.ui.graphics.Brush? disabledTrackBrush, optional androidx.compose.ui.graphics.Brush? disabledOverflowTrackBrush);
method public androidx.wear.compose.material3.ProgressIndicatorColors copy(optional long indicatorColor, optional long trackColor, optional long overflowTrackColor, optional long disabledIndicatorColor, optional long disabledTrackColor, optional long disabledOverflowTrackColor);
method @BytecodeOnly public androidx.wear.compose.material3.ProgressIndicatorColors copy-tNS2XkQ(long, long, long, long, long, long);
method public androidx.compose.ui.graphics.Brush getDisabledIndicatorBrush();
method public androidx.compose.ui.graphics.Brush getDisabledOverflowTrackBrush();
method public androidx.compose.ui.graphics.Brush getDisabledTrackBrush();
method public androidx.compose.ui.graphics.Brush getIndicatorBrush();
method public androidx.compose.ui.graphics.Brush getOverflowTrackBrush();
method public androidx.compose.ui.graphics.Brush getTrackBrush();
property public androidx.compose.ui.graphics.Brush disabledIndicatorBrush;
property public androidx.compose.ui.graphics.Brush disabledOverflowTrackBrush;
property public androidx.compose.ui.graphics.Brush disabledTrackBrush;
property public androidx.compose.ui.graphics.Brush indicatorBrush;
property public androidx.compose.ui.graphics.Brush overflowTrackBrush;
property public androidx.compose.ui.graphics.Brush trackBrush;
}
public final class ProgressIndicatorDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors(optional androidx.compose.ui.graphics.Brush? indicatorBrush, optional androidx.compose.ui.graphics.Brush? trackBrush, optional androidx.compose.ui.graphics.Brush? overflowTrackBrush, optional androidx.compose.ui.graphics.Brush? disabledIndicatorBrush, optional androidx.compose.ui.graphics.Brush? disabledTrackBrush, optional androidx.compose.ui.graphics.Brush? disabledOverflowTrackBrush);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors(androidx.compose.ui.graphics.Brush?, androidx.compose.ui.graphics.Brush?, androidx.compose.ui.graphics.Brush?, androidx.compose.ui.graphics.Brush?, androidx.compose.ui.graphics.Brush?, androidx.compose.ui.graphics.Brush?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors(optional long indicatorColor, optional long trackColor, optional long overflowTrackColor, optional long disabledIndicatorColor, optional long disabledTrackColor, optional long disabledOverflowTrackColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ProgressIndicatorColors colors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
field public static final androidx.wear.compose.material3.ProgressIndicatorDefaults INSTANCE;
}
@androidx.compose.runtime.Immutable public final class RadioButtonColors {
ctor public RadioButtonColors(long selectedContainerColor, long selectedContentColor, long selectedSecondaryContentColor, long selectedIconColor, long selectedControlColor, long unselectedContainerColor, long unselectedContentColor, long unselectedSecondaryContentColor, long unselectedIconColor, long unselectedControlColor, long disabledSelectedContainerColor, long disabledSelectedContentColor, long disabledSelectedSecondaryContentColor, long disabledSelectedIconColor, long disabledSelectedControlColor, long disabledUnselectedContainerColor, long disabledUnselectedContentColor, long disabledUnselectedSecondaryContentColor, long disabledUnselectedIconColor, long disabledUnselectedControlColor);
method public androidx.wear.compose.material3.RadioButtonColors copy(optional long selectedContainerColor, optional long selectedContentColor, optional long selectedSecondaryContentColor, optional long selectedIconColor, optional long selectedControlColor, optional long unselectedContainerColor, optional long unselectedContentColor, optional long unselectedSecondaryContentColor, optional long unselectedIconColor, optional long unselectedControlColor, optional long disabledSelectedContainerColor, optional long disabledSelectedContentColor, optional long disabledSelectedSecondaryContentColor, optional long disabledSelectedIconColor, optional long disabledSelectedControlColor, optional long disabledUnselectedContainerColor, optional long disabledUnselectedContentColor, optional long disabledUnselectedSecondaryContentColor, optional long disabledUnselectedIconColor, optional long disabledUnselectedControlColor);
method @BytecodeOnly public androidx.wear.compose.material3.RadioButtonColors copy-Cmkg8xs(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getDisabledSelectedContainerColor();
method @BytecodeOnly public long getDisabledSelectedContainerColor-0d7_KjU();
method public long getDisabledSelectedContentColor();
method @BytecodeOnly public long getDisabledSelectedContentColor-0d7_KjU();
method public long getDisabledSelectedControlColor();
method @BytecodeOnly public long getDisabledSelectedControlColor-0d7_KjU();
method public long getDisabledSelectedIconColor();
method @BytecodeOnly public long getDisabledSelectedIconColor-0d7_KjU();
method public long getDisabledSelectedSecondaryContentColor();
method @BytecodeOnly public long getDisabledSelectedSecondaryContentColor-0d7_KjU();
method public long getDisabledUnselectedContainerColor();
method @BytecodeOnly public long getDisabledUnselectedContainerColor-0d7_KjU();
method public long getDisabledUnselectedContentColor();
method @BytecodeOnly public long getDisabledUnselectedContentColor-0d7_KjU();
method public long getDisabledUnselectedControlColor();
method @BytecodeOnly public long getDisabledUnselectedControlColor-0d7_KjU();
method public long getDisabledUnselectedIconColor();
method @BytecodeOnly public long getDisabledUnselectedIconColor-0d7_KjU();
method public long getDisabledUnselectedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUnselectedSecondaryContentColor-0d7_KjU();
method public long getSelectedContainerColor();
method @BytecodeOnly public long getSelectedContainerColor-0d7_KjU();
method public long getSelectedContentColor();
method @BytecodeOnly public long getSelectedContentColor-0d7_KjU();
method public long getSelectedControlColor();
method @BytecodeOnly public long getSelectedControlColor-0d7_KjU();
method public long getSelectedIconColor();
method @BytecodeOnly public long getSelectedIconColor-0d7_KjU();
method public long getSelectedSecondaryContentColor();
method @BytecodeOnly public long getSelectedSecondaryContentColor-0d7_KjU();
method public long getUnselectedContainerColor();
method @BytecodeOnly public long getUnselectedContainerColor-0d7_KjU();
method public long getUnselectedContentColor();
method @BytecodeOnly public long getUnselectedContentColor-0d7_KjU();
method public long getUnselectedControlColor();
method @BytecodeOnly public long getUnselectedControlColor-0d7_KjU();
method public long getUnselectedIconColor();
method @BytecodeOnly public long getUnselectedIconColor-0d7_KjU();
method public long getUnselectedSecondaryContentColor();
method @BytecodeOnly public long getUnselectedSecondaryContentColor-0d7_KjU();
property public long disabledSelectedContainerColor;
property public long disabledSelectedContentColor;
property public long disabledSelectedControlColor;
property public long disabledSelectedIconColor;
property public long disabledSelectedSecondaryContentColor;
property public long disabledUnselectedContainerColor;
property public long disabledUnselectedContentColor;
property public long disabledUnselectedControlColor;
property public long disabledUnselectedIconColor;
property public long disabledUnselectedSecondaryContentColor;
property public long selectedContainerColor;
property public long selectedContentColor;
property public long selectedControlColor;
property public long selectedIconColor;
property public long selectedSecondaryContentColor;
property public long unselectedContainerColor;
property public long unselectedContentColor;
property public long unselectedControlColor;
property public long unselectedIconColor;
property public long unselectedSecondaryContentColor;
}
public final class RadioButtonDefaults {
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getRadioButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getRadioButtonShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitRadioButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitRadioButtonShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.RadioButtonColors radioButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.RadioButtonColors radioButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.RadioButtonColors radioButtonColors(optional long selectedContainerColor, optional long selectedContentColor, optional long selectedSecondaryContentColor, optional long selectedIconColor, optional long selectedControlColor, optional long unselectedContainerColor, optional long unselectedContentColor, optional long unselectedSecondaryContentColor, optional long unselectedIconColor, optional long unselectedControlColor, optional long disabledSelectedContainerColor, optional long disabledSelectedContentColor, optional long disabledSelectedSecondaryContentColor, optional long disabledSelectedIconColor, optional long disabledSelectedControlColor, optional long disabledUnselectedContainerColor, optional long disabledUnselectedContentColor, optional long disabledUnselectedSecondaryContentColor, optional long disabledUnselectedIconColor, optional long disabledUnselectedControlColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.RadioButtonColors radioButtonColors-Xf8s2Ik(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitRadioButtonColors splitRadioButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitRadioButtonColors splitRadioButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitRadioButtonColors splitRadioButtonColors(optional long selectedContainerColor, optional long selectedContentColor, optional long selectedSecondaryContentColor, optional long selectedSplitContainerColor, optional long selectedControlColor, optional long unselectedContainerColor, optional long unselectedContentColor, optional long unselectedSecondaryContentColor, optional long unselectedSplitContainerColor, optional long unselectedControlColor, optional long disabledSelectedContainerColor, optional long disabledSelectedContentColor, optional long disabledSelectedSecondaryContentColor, optional long disabledSelectedSplitContainerColor, optional long disabledSelectedControlColor, optional long disabledUnselectedContainerColor, optional long disabledUnselectedContentColor, optional long disabledUnselectedSecondaryContentColor, optional long disabledUnselectedSplitContainerColor, optional long disabledUnselectedControlColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitRadioButtonColors splitRadioButtonColors-Xf8s2Ik(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape radioButtonShape;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape splitRadioButtonShape;
field public static final androidx.wear.compose.material3.RadioButtonDefaults INSTANCE;
}
public final class RadioButtonKt {
method @androidx.compose.runtime.Composable public static void RadioButton(boolean selected, kotlin.jvm.functions.Function0<kotlin.Unit> onSelect, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.RadioButtonColors colors, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void RadioButton(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.RadioButtonColors?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void SplitRadioButton(boolean selected, kotlin.jvm.functions.Function0<kotlin.Unit> onSelectionClick, String? selectionContentDescription, kotlin.jvm.functions.Function0<kotlin.Unit> onContainerClick, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SplitRadioButtonColors colors, optional androidx.compose.foundation.interaction.MutableInteractionSource? selectionInteractionSource, optional androidx.compose.foundation.interaction.MutableInteractionSource? containerInteractionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional String? containerClickLabel, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SplitRadioButton(boolean, kotlin.jvm.functions.Function0<kotlin.Unit!>, String?, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SplitRadioButtonColors?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, String?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
}
public final class RangeSemanticsKt {
method public static androidx.compose.ui.Modifier rangeSemantics(androidx.compose.ui.Modifier, float value, boolean enabled, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onValueChange, kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> valueRange, int steps);
}
@kotlin.jvm.JvmInline public final value class RevealDirection {
method @BytecodeOnly public static androidx.wear.compose.material3.RevealDirection! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.RevealDirection.Companion Companion;
}
public static final class RevealDirection.Companion {
method public int getBidirectional();
method @BytecodeOnly public int getBidirectional-OFG4b4o();
method public int getRightToLeft();
method @BytecodeOnly public int getRightToLeft-OFG4b4o();
property public int Bidirectional;
property public int RightToLeft;
}
public final class RevealState {
ctor public RevealState(int initialValue);
method public suspend Object? animateTo(int targetValue, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method @BytecodeOnly public Object? animateTo-1PKuNuk(int, kotlin.coroutines.Continuation<? super kotlin.Unit!>);
method public int getCurrentValue();
method @BytecodeOnly public int getCurrentValue-OMiAi4w();
method public float getOffset();
method public int getTargetValue();
method @BytecodeOnly public int getTargetValue-OMiAi4w();
method public boolean isAnimationRunning();
method public suspend Object? snapTo(int targetValue, kotlin.coroutines.Continuation<? super kotlin.Unit>);
method @BytecodeOnly public Object? snapTo-1PKuNuk(int, kotlin.coroutines.Continuation<? super kotlin.Unit!>);
property public int currentValue;
property public boolean isAnimationRunning;
property public float offset;
property public int targetValue;
}
@kotlin.jvm.JvmInline public final value class RevealValue {
method @BytecodeOnly public static androidx.wear.compose.material3.RevealValue! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.RevealValue.Companion Companion;
}
public static final class RevealValue.Companion {
method public int getCovered();
method @BytecodeOnly public int getCovered-OMiAi4w();
method public int getLeftRevealed();
method @BytecodeOnly public int getLeftRevealed-OMiAi4w();
method public int getLeftRevealing();
method @BytecodeOnly public int getLeftRevealing-OMiAi4w();
method public int getRightRevealed();
method @BytecodeOnly public int getRightRevealed-OMiAi4w();
method public int getRightRevealing();
method @BytecodeOnly public int getRightRevealing-OMiAi4w();
property public int Covered;
property public int LeftRevealed;
property public int LeftRevealing;
property public int RightRevealed;
property public int RightRevealing;
}
public final class RippleKt {
method @androidx.compose.runtime.Stable public static androidx.compose.foundation.IndicationNodeFactory ripple(androidx.compose.ui.graphics.ColorProducer color, optional boolean bounded, optional float radius);
method @androidx.compose.runtime.Stable public static androidx.compose.foundation.IndicationNodeFactory ripple(optional boolean bounded, optional float radius, optional long color);
method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.foundation.IndicationNodeFactory ripple-H2RKhps(boolean, float, long);
method @BytecodeOnly @androidx.compose.runtime.Stable public static androidx.compose.foundation.IndicationNodeFactory ripple-wH6b6FI(androidx.compose.ui.graphics.ColorProducer, boolean, float);
}
public final class ScreenScaffoldDefaults {
method @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues getContentPadding(androidx.compose.runtime.Composer?, int);
method public float getEdgeButtonMinSpacing();
method @BytecodeOnly public float getEdgeButtonMinSpacing-D9Ej5fM();
method public float getEdgeButtonSpacing();
method @BytecodeOnly public float getEdgeButtonSpacing-D9Ej5fM();
property public float EdgeButtonMinSpacing;
property public float EdgeButtonSpacing;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.layout.PaddingValues contentPadding;
field public static final androidx.wear.compose.material3.ScreenScaffoldDefaults INSTANCE;
}
public final class ScreenScaffoldKt {
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.foundation.lazy.LazyListState scrollState, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.foundation.lazy.LazyListState, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.foundation.lazy.LazyListState scrollState, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, optional float edgeButtonSpacing, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.foundation.ScrollState scrollState, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.foundation.ScrollState, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.foundation.ScrollInfoProvider? scrollInfoProvider, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.compose.ui.Modifier?, androidx.wear.compose.foundation.ScrollInfoProvider?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.ScalingLazyListState scrollState, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.ScalingLazyListState, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.ScalingLazyListState scrollState, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional float edgeButtonSpacing, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState scrollState, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState scrollState, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional float edgeButtonSpacing, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void ScreenScaffold(androidx.wear.compose.foundation.ScrollInfoProvider scrollInfoProvider, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> edgeButton, optional androidx.compose.ui.Modifier modifier, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function0<kotlin.Unit>? timeText, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? scrollIndicator, optional float edgeButtonSpacing, optional androidx.compose.foundation.OverscrollEffect? overscrollEffect, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super androidx.compose.foundation.layout.PaddingValues,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold-V-95POc(androidx.wear.compose.foundation.lazy.ScalingLazyListState, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, float, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold-V-95POc(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, float, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold-V-95POc(androidx.wear.compose.foundation.ScrollInfoProvider, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, float, androidx.compose.foundation.OverscrollEffect?, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ScreenScaffold-gMrHQkA(androidx.compose.foundation.lazy.LazyListState, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.compose.foundation.OverscrollEffect?, float, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.foundation.layout.PaddingValues!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class ScreenStage {
method @BytecodeOnly public static androidx.wear.compose.material3.ScreenStage! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.ScreenStage.Companion Companion;
}
public static final class ScreenStage.Companion {
method public int getIdle();
method @BytecodeOnly public int getIdle-5IOn0kw();
method public int getNew();
method @BytecodeOnly public int getNew-5IOn0kw();
method public int getScrolling();
method @BytecodeOnly public int getScrolling-5IOn0kw();
property public int Idle;
property public int New;
property public int Scrolling;
}
public final class ScrollAwayKt {
method public static androidx.compose.ui.Modifier scrollAway(androidx.compose.ui.Modifier, androidx.wear.compose.foundation.ScrollInfoProvider scrollInfoProvider, kotlin.jvm.functions.Function0<androidx.wear.compose.material3.ScreenStage> screenStage);
}
public final class ScrollIndicatorColors {
ctor public ScrollIndicatorColors(long indicatorColor, long trackColor);
method public androidx.wear.compose.material3.ScrollIndicatorColors copy(optional long indicatorColor, optional long trackColor);
method @BytecodeOnly public androidx.wear.compose.material3.ScrollIndicatorColors copy--OWjLjI(long, long);
method public long getIndicatorColor();
method @BytecodeOnly public long getIndicatorColor-0d7_KjU();
method public long getTrackColor();
method @BytecodeOnly public long getTrackColor-0d7_KjU();
property public long indicatorColor;
property public long trackColor;
}
public final class ScrollIndicatorDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ScrollIndicatorColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ScrollIndicatorColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ScrollIndicatorColors colors(optional long indicatorColor, optional long trackColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.ScrollIndicatorColors colors-dgg9oW8(long, long, androidx.compose.runtime.Composer?, int, int);
method public androidx.compose.animation.core.AnimationSpec<java.lang.Float> getPositionAnimationSpec();
property public androidx.compose.animation.core.AnimationSpec<java.lang.Float> PositionAnimationSpec;
field public static final androidx.wear.compose.material3.ScrollIndicatorDefaults INSTANCE;
}
public final class ScrollIndicatorKt {
method @androidx.compose.runtime.Composable public static void ScrollIndicator(androidx.compose.foundation.lazy.LazyListState state, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ScrollIndicatorColors colors, optional boolean reverseDirection, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> positionAnimationSpec);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void ScrollIndicator(androidx.compose.foundation.lazy.LazyListState, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ScrollIndicatorColors?, boolean, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScrollIndicator(androidx.compose.foundation.ScrollState state, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ScrollIndicatorColors colors, optional boolean reverseDirection, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> positionAnimationSpec);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void ScrollIndicator(androidx.compose.foundation.ScrollState, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ScrollIndicatorColors?, boolean, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScrollIndicator(androidx.wear.compose.foundation.lazy.ScalingLazyListState state, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ScrollIndicatorColors colors, optional boolean reverseDirection, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> positionAnimationSpec);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void ScrollIndicator(androidx.wear.compose.foundation.lazy.ScalingLazyListState, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ScrollIndicatorColors?, boolean, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void ScrollIndicator(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState state, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.material3.ScrollIndicatorColors colors, optional boolean reverseDirection, optional androidx.compose.animation.core.AnimationSpec<java.lang.Float> positionAnimationSpec);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void ScrollIndicator(androidx.wear.compose.foundation.lazy.TransformingLazyColumnState, androidx.compose.ui.Modifier?, androidx.wear.compose.material3.ScrollIndicatorColors?, boolean, androidx.compose.animation.core.AnimationSpec<java.lang.Float!>?, androidx.compose.runtime.Composer?, int, int);
}
public final class SegmentedCircularProgressIndicatorKt {
method @androidx.compose.runtime.Composable public static void SegmentedCircularProgressIndicator(@IntRange(from=1L) int segmentCount, kotlin.jvm.functions.Function0<java.lang.Float> progress, optional androidx.compose.ui.Modifier modifier, optional boolean allowProgressOverflow, optional float startAngle, optional float endAngle, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional float gapSize, optional boolean enabled);
method @androidx.compose.runtime.Composable public static void SegmentedCircularProgressIndicator(@IntRange(from=1L) int segmentCount, kotlin.jvm.functions.Function1<? super java.lang.Integer,java.lang.Boolean> segmentValue, optional androidx.compose.ui.Modifier modifier, optional float startAngle, optional float endAngle, optional androidx.wear.compose.material3.ProgressIndicatorColors colors, optional float strokeWidth, optional float gapSize, optional boolean enabled);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void SegmentedCircularProgressIndicator-EQC0FA8(@IntRange(from=1L) int, kotlin.jvm.functions.Function1<? super java.lang.Integer!,java.lang.Boolean!>, androidx.compose.ui.Modifier?, float, float, androidx.wear.compose.material3.ProgressIndicatorColors?, float, float, boolean, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void SegmentedCircularProgressIndicator-KBW6s6s(@IntRange(from=1L) int, kotlin.jvm.functions.Function0<java.lang.Float!>, androidx.compose.ui.Modifier?, boolean, float, float, androidx.wear.compose.material3.ProgressIndicatorColors?, float, float, boolean, androidx.compose.runtime.Composer?, int, int);
}
public final class ShapeDefaults {
method public androidx.compose.foundation.shape.RoundedCornerShape getExtraLarge();
method public androidx.compose.foundation.shape.RoundedCornerShape getExtraSmall();
method public androidx.compose.foundation.shape.RoundedCornerShape getLarge();
method public androidx.compose.foundation.shape.RoundedCornerShape getMedium();
method public androidx.compose.foundation.shape.RoundedCornerShape getSmall();
property public androidx.compose.foundation.shape.RoundedCornerShape ExtraLarge;
property public androidx.compose.foundation.shape.RoundedCornerShape ExtraSmall;
property public androidx.compose.foundation.shape.RoundedCornerShape Large;
property public androidx.compose.foundation.shape.RoundedCornerShape Medium;
property public androidx.compose.foundation.shape.RoundedCornerShape Small;
field public static final androidx.wear.compose.material3.ShapeDefaults INSTANCE;
}
@androidx.compose.runtime.Immutable public final class Shapes {
ctor public Shapes();
ctor public Shapes(optional androidx.compose.foundation.shape.CornerBasedShape extraSmall, optional androidx.compose.foundation.shape.CornerBasedShape small, optional androidx.compose.foundation.shape.CornerBasedShape medium, optional androidx.compose.foundation.shape.CornerBasedShape large, optional androidx.compose.foundation.shape.CornerBasedShape extraLarge);
method public androidx.wear.compose.material3.Shapes copy(optional androidx.compose.foundation.shape.CornerBasedShape extraSmall, optional androidx.compose.foundation.shape.CornerBasedShape small, optional androidx.compose.foundation.shape.CornerBasedShape medium, optional androidx.compose.foundation.shape.CornerBasedShape large, optional androidx.compose.foundation.shape.CornerBasedShape extraLarge);
method public androidx.compose.foundation.shape.CornerBasedShape getExtraLarge();
method public androidx.compose.foundation.shape.CornerBasedShape getExtraSmall();
method public androidx.compose.foundation.shape.CornerBasedShape getLarge();
method public androidx.compose.foundation.shape.CornerBasedShape getMedium();
method public androidx.compose.foundation.shape.CornerBasedShape getSmall();
property public androidx.compose.foundation.shape.CornerBasedShape extraLarge;
property public androidx.compose.foundation.shape.CornerBasedShape extraSmall;
property public androidx.compose.foundation.shape.CornerBasedShape large;
property public androidx.compose.foundation.shape.CornerBasedShape medium;
property public androidx.compose.foundation.shape.CornerBasedShape small;
}
@androidx.compose.runtime.Immutable public final class SliderColors {
ctor public SliderColors(long containerColor, long buttonIconColor, long selectedBarColor, long unselectedBarColor, long selectedBarSeparatorColor, long unselectedBarSeparatorColor, long disabledContainerColor, long disabledButtonIconColor, long disabledSelectedBarColor, long disabledUnselectedBarColor, long disabledSelectedBarSeparatorColor, long disabledUnselectedBarSeparatorColor);
method public androidx.wear.compose.material3.SliderColors copy(optional long containerColor, optional long buttonIconColor, optional long selectedBarColor, optional long unselectedBarColor, optional long selectedBarSeparatorColor, optional long unselectedBarSeparatorColor, optional long disabledContainerColor, optional long disabledButtonIconColor, optional long disabledSelectedBarColor, optional long disabledUnselectedBarColor, optional long disabledSelectedBarSeparatorColor, optional long disabledUnselectedBarSeparatorColor);
method @BytecodeOnly public androidx.wear.compose.material3.SliderColors copy-2qZNXz8(long, long, long, long, long, long, long, long, long, long, long, long);
method public long getButtonIconColor();
method @BytecodeOnly public long getButtonIconColor-0d7_KjU();
method public long getContainerColor();
method @BytecodeOnly public long getContainerColor-0d7_KjU();
method public long getDisabledButtonIconColor();
method @BytecodeOnly public long getDisabledButtonIconColor-0d7_KjU();
method public long getDisabledContainerColor();
method @BytecodeOnly public long getDisabledContainerColor-0d7_KjU();
method public long getDisabledSelectedBarColor();
method @BytecodeOnly public long getDisabledSelectedBarColor-0d7_KjU();
method public long getDisabledSelectedBarSeparatorColor();
method @BytecodeOnly public long getDisabledSelectedBarSeparatorColor-0d7_KjU();
method public long getDisabledUnselectedBarColor();
method @BytecodeOnly public long getDisabledUnselectedBarColor-0d7_KjU();
method public long getDisabledUnselectedBarSeparatorColor();
method @BytecodeOnly public long getDisabledUnselectedBarSeparatorColor-0d7_KjU();
method public long getSelectedBarColor();
method @BytecodeOnly public long getSelectedBarColor-0d7_KjU();
method public long getSelectedBarSeparatorColor();
method @BytecodeOnly public long getSelectedBarSeparatorColor-0d7_KjU();
method public long getUnselectedBarColor();
method @BytecodeOnly public long getUnselectedBarColor-0d7_KjU();
method public long getUnselectedBarSeparatorColor();
method @BytecodeOnly public long getUnselectedBarSeparatorColor-0d7_KjU();
property public long buttonIconColor;
property public long containerColor;
property public long disabledButtonIconColor;
property public long disabledContainerColor;
property public long disabledSelectedBarColor;
property public long disabledSelectedBarSeparatorColor;
property public long disabledUnselectedBarColor;
property public long disabledUnselectedBarSeparatorColor;
property public long selectedBarColor;
property public long selectedBarSeparatorColor;
property public long unselectedBarColor;
property public long unselectedBarSeparatorColor;
}
public final class SliderDefaults {
method @androidx.compose.runtime.Composable public void DecreaseIcon(optional androidx.compose.ui.Modifier modifier, optional String contentDescription);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void DecreaseIcon(androidx.compose.ui.Modifier?, String?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void IncreaseIcon(optional androidx.compose.ui.Modifier modifier, optional String contentDescription);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public void IncreaseIcon(androidx.compose.ui.Modifier?, String?, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public String getDecreaseIconContentDescription();
method @BytecodeOnly @androidx.compose.runtime.Composable public String getDecreaseIconContentDescription(androidx.compose.runtime.Composer?, int);
method public float getIconSize();
method @BytecodeOnly public float getIconSize-D9Ej5fM();
method @androidx.compose.runtime.Composable public String getIncreaseIconContentDescription();
method @BytecodeOnly @androidx.compose.runtime.Composable public String getIncreaseIconContentDescription(androidx.compose.runtime.Composer?, int);
method public int getMaxSegmentSteps();
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors sliderColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors sliderColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors sliderColors(optional long containerColor, optional long buttonIconColor, optional long selectedBarColor, optional long unselectedBarColor, optional long selectedBarSeparatorColor, optional long unselectedBarSeparatorColor, optional long disabledContainerColor, optional long disabledButtonIconColor, optional long disabledSelectedBarColor, optional long disabledUnselectedBarColor, optional long disabledSelectedBarSeparatorColor, optional long disabledUnselectedBarSeparatorColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors sliderColors-XqyqHi0(long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors variantSliderColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors variantSliderColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors variantSliderColors(optional long containerColor, optional long buttonIconColor, optional long selectedBarColor, optional long unselectedBarColor, optional long selectedBarSeparatorColor, optional long unselectedBarSeparatorColor, optional long disabledContainerColor, optional long disabledButtonIconColor, optional long disabledSelectedBarColor, optional long disabledUnselectedBarColor, optional long disabledSelectedBarSeparatorColor, optional long disabledUnselectedBarSeparatorColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SliderColors variantSliderColors-XqyqHi0(long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int);
property public float IconSize;
property public int MaxSegmentSteps;
property @androidx.compose.runtime.Composable public String decreaseIconContentDescription;
property @androidx.compose.runtime.Composable public String increaseIconContentDescription;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape shape;
field public static final androidx.wear.compose.material3.SliderDefaults INSTANCE;
}
public final class SliderKt {
method @androidx.compose.runtime.Composable public static void Slider(float value, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onValueChange, int steps, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit> decreaseIcon, optional kotlin.jvm.functions.Function0<kotlin.Unit> increaseIcon, optional boolean enabled, optional kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> valueRange, optional boolean segmented, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SliderColors colors);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Slider(float, kotlin.jvm.functions.Function1<? super java.lang.Float!,kotlin.Unit!>, int, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, kotlin.ranges.ClosedFloatingPointRange<java.lang.Float!>?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SliderColors?, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void Slider(int value, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onValueChange, kotlin.ranges.IntProgression valueProgression, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit> decreaseIcon, optional kotlin.jvm.functions.Function0<kotlin.Unit> increaseIcon, optional boolean enabled, optional boolean segmented, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SliderColors colors);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Slider(int, kotlin.jvm.functions.Function1<? super java.lang.Integer!,kotlin.Unit!>, kotlin.ranges.IntProgression, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, boolean, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SliderColors?, androidx.compose.runtime.Composer?, int, int);
}
public final class SplitCheckboxButtonColors {
ctor public SplitCheckboxButtonColors(long checkedContainerColor, long checkedContentColor, long checkedSecondaryContentColor, long checkedSplitContainerColor, long checkedBoxColor, long checkedCheckmarkColor, long uncheckedContainerColor, long uncheckedContentColor, long uncheckedSecondaryContentColor, long uncheckedSplitContainerColor, long uncheckedBoxColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledCheckedSecondaryContentColor, long disabledCheckedSplitContainerColor, long disabledCheckedBoxColor, long disabledCheckedCheckmarkColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor, long disabledUncheckedSecondaryContentColor, long disabledUncheckedSplitContainerColor, long disabledUncheckedBoxColor);
method public androidx.wear.compose.material3.SplitCheckboxButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedSplitContainerColor, optional long checkedBoxColor, optional long checkedCheckmarkColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedSplitContainerColor, optional long uncheckedBoxColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedSplitContainerColor, optional long disabledCheckedBoxColor, optional long disabledCheckedCheckmarkColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedSplitContainerColor, optional long disabledUncheckedBoxColor);
method @BytecodeOnly public androidx.wear.compose.material3.SplitCheckboxButtonColors copy-0VcbP8k(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getCheckedBoxColor();
method @BytecodeOnly public long getCheckedBoxColor-0d7_KjU();
method public long getCheckedCheckmarkColor();
method @BytecodeOnly public long getCheckedCheckmarkColor-0d7_KjU();
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getCheckedSecondaryContentColor();
method @BytecodeOnly public long getCheckedSecondaryContentColor-0d7_KjU();
method public long getCheckedSplitContainerColor();
method @BytecodeOnly public long getCheckedSplitContainerColor-0d7_KjU();
method public long getDisabledCheckedBoxColor();
method @BytecodeOnly public long getDisabledCheckedBoxColor-0d7_KjU();
method public long getDisabledCheckedCheckmarkColor();
method @BytecodeOnly public long getDisabledCheckedCheckmarkColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledCheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledCheckedSplitContainerColor();
method @BytecodeOnly public long getDisabledCheckedSplitContainerColor-0d7_KjU();
method public long getDisabledUncheckedBoxColor();
method @BytecodeOnly public long getDisabledUncheckedBoxColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUncheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledUncheckedSplitContainerColor();
method @BytecodeOnly public long getDisabledUncheckedSplitContainerColor-0d7_KjU();
method public long getUncheckedBoxColor();
method @BytecodeOnly public long getUncheckedBoxColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
method public long getUncheckedSecondaryContentColor();
method @BytecodeOnly public long getUncheckedSecondaryContentColor-0d7_KjU();
method public long getUncheckedSplitContainerColor();
method @BytecodeOnly public long getUncheckedSplitContainerColor-0d7_KjU();
property public long checkedBoxColor;
property public long checkedCheckmarkColor;
property public long checkedContainerColor;
property public long checkedContentColor;
property public long checkedSecondaryContentColor;
property public long checkedSplitContainerColor;
property public long disabledCheckedBoxColor;
property public long disabledCheckedCheckmarkColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledCheckedSecondaryContentColor;
property public long disabledCheckedSplitContainerColor;
property public long disabledUncheckedBoxColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long disabledUncheckedSecondaryContentColor;
property public long disabledUncheckedSplitContainerColor;
property public long uncheckedBoxColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
property public long uncheckedSecondaryContentColor;
property public long uncheckedSplitContainerColor;
}
public final class SplitRadioButtonColors {
ctor public SplitRadioButtonColors(long selectedContainerColor, long selectedContentColor, long selectedSecondaryContentColor, long selectedSplitContainerColor, long selectedControlColor, long unselectedContainerColor, long unselectedContentColor, long unselectedSecondaryContentColor, long unselectedSplitContainerColor, long unselectedControlColor, long disabledSelectedContainerColor, long disabledSelectedContentColor, long disabledSelectedSecondaryContentColor, long disabledSelectedSplitContainerColor, long disabledSelectedControlColor, long disabledUnselectedContainerColor, long disabledUnselectedContentColor, long disabledUnselectedSecondaryContentColor, long disabledUnselectedSplitContainerColor, long disabledUnselectedControlColor);
method public androidx.wear.compose.material3.SplitRadioButtonColors copy(optional long selectedContainerColor, optional long selectedContentColor, optional long selectedSecondaryContentColor, optional long selectedSplitContainerColor, optional long selectedControlColor, optional long unselectedContainerColor, optional long unselectedContentColor, optional long unselectedSecondaryContentColor, optional long unselectedSplitContainerColor, optional long unselectedControlColor, optional long disabledSelectedContainerColor, optional long disabledSelectedContentColor, optional long disabledSelectedSecondaryContentColor, optional long disabledSelectedSplitContainerColor, optional long disabledSelectedControlColor, optional long disabledUnselectedContainerColor, optional long disabledUnselectedContentColor, optional long disabledUnselectedSecondaryContentColor, optional long disabledUnselectedSplitContainerColor, optional long disabledUnselectedControlColor);
method @BytecodeOnly public androidx.wear.compose.material3.SplitRadioButtonColors copy-Cmkg8xs(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getDisabledSelectedContainerColor();
method @BytecodeOnly public long getDisabledSelectedContainerColor-0d7_KjU();
method public long getDisabledSelectedContentColor();
method @BytecodeOnly public long getDisabledSelectedContentColor-0d7_KjU();
method public long getDisabledSelectedControlColor();
method @BytecodeOnly public long getDisabledSelectedControlColor-0d7_KjU();
method public long getDisabledSelectedSecondaryContentColor();
method @BytecodeOnly public long getDisabledSelectedSecondaryContentColor-0d7_KjU();
method public long getDisabledSelectedSplitContainerColor();
method @BytecodeOnly public long getDisabledSelectedSplitContainerColor-0d7_KjU();
method public long getDisabledUnselectedContainerColor();
method @BytecodeOnly public long getDisabledUnselectedContainerColor-0d7_KjU();
method public long getDisabledUnselectedContentColor();
method @BytecodeOnly public long getDisabledUnselectedContentColor-0d7_KjU();
method public long getDisabledUnselectedControlColor();
method @BytecodeOnly public long getDisabledUnselectedControlColor-0d7_KjU();
method public long getDisabledUnselectedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUnselectedSecondaryContentColor-0d7_KjU();
method public long getDisabledUnselectedSplitContainerColor();
method @BytecodeOnly public long getDisabledUnselectedSplitContainerColor-0d7_KjU();
method public long getSelectedContainerColor();
method @BytecodeOnly public long getSelectedContainerColor-0d7_KjU();
method public long getSelectedContentColor();
method @BytecodeOnly public long getSelectedContentColor-0d7_KjU();
method public long getSelectedControlColor();
method @BytecodeOnly public long getSelectedControlColor-0d7_KjU();
method public long getSelectedSecondaryContentColor();
method @BytecodeOnly public long getSelectedSecondaryContentColor-0d7_KjU();
method public long getSelectedSplitContainerColor();
method @BytecodeOnly public long getSelectedSplitContainerColor-0d7_KjU();
method public long getUnselectedContainerColor();
method @BytecodeOnly public long getUnselectedContainerColor-0d7_KjU();
method public long getUnselectedContentColor();
method @BytecodeOnly public long getUnselectedContentColor-0d7_KjU();
method public long getUnselectedControlColor();
method @BytecodeOnly public long getUnselectedControlColor-0d7_KjU();
method public long getUnselectedSecondaryContentColor();
method @BytecodeOnly public long getUnselectedSecondaryContentColor-0d7_KjU();
method public long getUnselectedSplitContainerColor();
method @BytecodeOnly public long getUnselectedSplitContainerColor-0d7_KjU();
property public long disabledSelectedContainerColor;
property public long disabledSelectedContentColor;
property public long disabledSelectedControlColor;
property public long disabledSelectedSecondaryContentColor;
property public long disabledSelectedSplitContainerColor;
property public long disabledUnselectedContainerColor;
property public long disabledUnselectedContentColor;
property public long disabledUnselectedControlColor;
property public long disabledUnselectedSecondaryContentColor;
property public long disabledUnselectedSplitContainerColor;
property public long selectedContainerColor;
property public long selectedContentColor;
property public long selectedControlColor;
property public long selectedSecondaryContentColor;
property public long selectedSplitContainerColor;
property public long unselectedContainerColor;
property public long unselectedContentColor;
property public long unselectedControlColor;
property public long unselectedSecondaryContentColor;
property public long unselectedSplitContainerColor;
}
public final class SplitSwitchButtonColors {
ctor public SplitSwitchButtonColors(long checkedContainerColor, long checkedContentColor, long checkedSecondaryContentColor, long checkedSplitContainerColor, long checkedThumbColor, long checkedThumbIconColor, long checkedTrackColor, long checkedTrackBorderColor, long uncheckedContainerColor, long uncheckedContentColor, long uncheckedSecondaryContentColor, long uncheckedSplitContainerColor, long uncheckedThumbColor, long uncheckedTrackColor, long uncheckedTrackBorderColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledCheckedSecondaryContentColor, long disabledCheckedSplitContainerColor, long disabledCheckedThumbColor, long disabledCheckedThumbIconColor, long disabledCheckedTrackColor, long disabledCheckedTrackBorderColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor, long disabledUncheckedSecondaryContentColor, long disabledUncheckedSplitContainerColor, long disabledUncheckedThumbColor, long disabledUncheckedTrackBorderColor);
method public androidx.wear.compose.material3.SplitSwitchButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedSplitContainerColor, optional long checkedThumbColor, optional long checkedThumbIconColor, optional long checkedTrackColor, optional long checkedTrackBorderColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedSplitContainerColor, optional long uncheckedThumbColor, optional long uncheckedTrackColor, optional long uncheckedTrackBorderColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedSplitContainerColor, optional long disabledCheckedThumbColor, optional long disabledCheckedThumbIconColor, optional long disabledCheckedTrackColor, optional long disabledCheckedTrackBorderColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedSplitContainerColor, optional long disabledUncheckedThumbColor, optional long disabledUncheckedTrackBorderColor);
method @BytecodeOnly public androidx.wear.compose.material3.SplitSwitchButtonColors copy-G1PFc-w(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getCheckedSecondaryContentColor();
method @BytecodeOnly public long getCheckedSecondaryContentColor-0d7_KjU();
method public long getCheckedSplitContainerColor();
method @BytecodeOnly public long getCheckedSplitContainerColor-0d7_KjU();
method public long getCheckedThumbColor();
method @BytecodeOnly public long getCheckedThumbColor-0d7_KjU();
method public long getCheckedThumbIconColor();
method @BytecodeOnly public long getCheckedThumbIconColor-0d7_KjU();
method public long getCheckedTrackBorderColor();
method @BytecodeOnly public long getCheckedTrackBorderColor-0d7_KjU();
method public long getCheckedTrackColor();
method @BytecodeOnly public long getCheckedTrackColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledCheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledCheckedSplitContainerColor();
method @BytecodeOnly public long getDisabledCheckedSplitContainerColor-0d7_KjU();
method public long getDisabledCheckedThumbColor();
method @BytecodeOnly public long getDisabledCheckedThumbColor-0d7_KjU();
method public long getDisabledCheckedThumbIconColor();
method @BytecodeOnly public long getDisabledCheckedThumbIconColor-0d7_KjU();
method public long getDisabledCheckedTrackBorderColor();
method @BytecodeOnly public long getDisabledCheckedTrackBorderColor-0d7_KjU();
method public long getDisabledCheckedTrackColor();
method @BytecodeOnly public long getDisabledCheckedTrackColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUncheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledUncheckedSplitContainerColor();
method @BytecodeOnly public long getDisabledUncheckedSplitContainerColor-0d7_KjU();
method public long getDisabledUncheckedThumbColor();
method @BytecodeOnly public long getDisabledUncheckedThumbColor-0d7_KjU();
method public long getDisabledUncheckedTrackBorderColor();
method @BytecodeOnly public long getDisabledUncheckedTrackBorderColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
method public long getUncheckedSecondaryContentColor();
method @BytecodeOnly public long getUncheckedSecondaryContentColor-0d7_KjU();
method public long getUncheckedSplitContainerColor();
method @BytecodeOnly public long getUncheckedSplitContainerColor-0d7_KjU();
method public long getUncheckedThumbColor();
method @BytecodeOnly public long getUncheckedThumbColor-0d7_KjU();
method public long getUncheckedTrackBorderColor();
method @BytecodeOnly public long getUncheckedTrackBorderColor-0d7_KjU();
method public long getUncheckedTrackColor();
method @BytecodeOnly public long getUncheckedTrackColor-0d7_KjU();
property public long checkedContainerColor;
property public long checkedContentColor;
property public long checkedSecondaryContentColor;
property public long checkedSplitContainerColor;
property public long checkedThumbColor;
property public long checkedThumbIconColor;
property public long checkedTrackBorderColor;
property public long checkedTrackColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledCheckedSecondaryContentColor;
property public long disabledCheckedSplitContainerColor;
property public long disabledCheckedThumbColor;
property public long disabledCheckedThumbIconColor;
property public long disabledCheckedTrackBorderColor;
property public long disabledCheckedTrackColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long disabledUncheckedSecondaryContentColor;
property public long disabledUncheckedSplitContainerColor;
property public long disabledUncheckedThumbColor;
property public long disabledUncheckedTrackBorderColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
property public long uncheckedSecondaryContentColor;
property public long uncheckedSplitContainerColor;
property public long uncheckedThumbColor;
property public long uncheckedTrackBorderColor;
property public long uncheckedTrackColor;
}
public final class StepperColors {
ctor public StepperColors(long contentColor, long buttonContainerColor, long buttonIconColor, long disabledContentColor, long disabledButtonContainerColor, long disabledButtonIconColor);
method public androidx.wear.compose.material3.StepperColors copy(optional long contentColor, optional long buttonContainerColor, optional long buttonIconColor, optional long disabledContentColor, optional long disabledButtonContainerColor, optional long disabledButtonIconColor);
method @BytecodeOnly public androidx.wear.compose.material3.StepperColors copy-tNS2XkQ(long, long, long, long, long, long);
method public long getButtonContainerColor();
method @BytecodeOnly public long getButtonContainerColor-0d7_KjU();
method public long getButtonIconColor();
method @BytecodeOnly public long getButtonIconColor-0d7_KjU();
method public long getContentColor();
method @BytecodeOnly public long getContentColor-0d7_KjU();
method public long getDisabledButtonContainerColor();
method @BytecodeOnly public long getDisabledButtonContainerColor-0d7_KjU();
method public long getDisabledButtonIconColor();
method @BytecodeOnly public long getDisabledButtonIconColor-0d7_KjU();
method public long getDisabledContentColor();
method @BytecodeOnly public long getDisabledContentColor-0d7_KjU();
property public long buttonContainerColor;
property public long buttonIconColor;
property public long contentColor;
property public long disabledButtonContainerColor;
property public long disabledButtonIconColor;
property public long disabledContentColor;
}
public final class StepperDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.StepperColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.StepperColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.StepperColors colors(optional long contentColor, optional long buttonContainerColor, optional long buttonIconColor, optional long disabledContentColor, optional long disabledButtonContainerColor, optional long disabledButtonIconColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.StepperColors colors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float getIconSize();
method @BytecodeOnly public float getIconSize-D9Ej5fM();
property public float IconSize;
field public static final androidx.wear.compose.material3.StepperDefaults INSTANCE;
}
public final class StepperKt {
method @androidx.compose.runtime.Composable public static void Stepper(float value, kotlin.jvm.functions.Function1<? super java.lang.Float,kotlin.Unit> onValueChange, int steps, kotlin.jvm.functions.Function0<kotlin.Unit> decreaseIcon, kotlin.jvm.functions.Function0<kotlin.Unit> increaseIcon, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional kotlin.ranges.ClosedFloatingPointRange<java.lang.Float> valueRange, optional androidx.wear.compose.material3.StepperColors colors, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Stepper(float, kotlin.jvm.functions.Function1<? super java.lang.Float!,kotlin.Unit!>, int, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, kotlin.ranges.ClosedFloatingPointRange<java.lang.Float!>?, androidx.wear.compose.material3.StepperColors?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public static void Stepper(int value, kotlin.jvm.functions.Function1<? super java.lang.Integer,kotlin.Unit> onValueChange, kotlin.ranges.IntProgression valueProgression, kotlin.jvm.functions.Function0<kotlin.Unit> decreaseIcon, kotlin.jvm.functions.Function0<kotlin.Unit> increaseIcon, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.wear.compose.material3.StepperColors colors, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void Stepper(int, kotlin.jvm.functions.Function1<? super java.lang.Integer!,kotlin.Unit!>, kotlin.ranges.IntProgression, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.wear.compose.material3.StepperColors?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public interface SurfaceTransformation {
method public void applyContainerTransformation(androidx.compose.ui.graphics.GraphicsLayerScope);
method public void applyContentTransformation(androidx.compose.ui.graphics.GraphicsLayerScope);
method public androidx.compose.ui.graphics.painter.Painter createContainerPainter(androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.graphics.Shape shape, optional androidx.compose.foundation.BorderStroke? border);
}
public final class SurfaceTransformationKt {
method @androidx.compose.runtime.Stable public static androidx.wear.compose.material3.SurfaceTransformation SurfaceTransformation(androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope, androidx.wear.compose.material3.lazy.TransformationSpec spec);
}
public final class SwipeToDismissBoxKt {
method @androidx.compose.runtime.Composable public static void SwipeToDismissBox(androidx.wear.compose.foundation.SwipeToDismissBoxState state, optional androidx.compose.ui.Modifier modifier, optional long backgroundScrimColor, optional long contentScrimColor, optional Object backgroundKey, optional Object contentKey, optional boolean userSwipeEnabled, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super java.lang.Boolean,kotlin.Unit> content);
method @androidx.compose.runtime.Composable public static void SwipeToDismissBox(kotlin.jvm.functions.Function0<kotlin.Unit> onDismissed, optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.foundation.SwipeToDismissBoxState state, optional long backgroundScrimColor, optional long contentScrimColor, optional Object backgroundKey, optional Object contentKey, optional boolean userSwipeEnabled, kotlin.jvm.functions.Function2<? super androidx.compose.foundation.layout.BoxScope,? super java.lang.Boolean,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SwipeToDismissBox-LHOAhiI(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, androidx.wear.compose.foundation.SwipeToDismissBoxState?, long, long, Object?, Object?, boolean, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super java.lang.Boolean!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SwipeToDismissBox-njYn8yo(androidx.wear.compose.foundation.SwipeToDismissBoxState, androidx.compose.ui.Modifier?, long, long, Object?, Object?, boolean, kotlin.jvm.functions.Function4<? super androidx.compose.foundation.layout.BoxScope!,? super java.lang.Boolean!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class SwipeToRevealDefaults {
method public androidx.wear.compose.foundation.GestureInclusion gestureInclusion(androidx.wear.compose.material3.RevealState state, optional @FloatRange(from=0.0, to=1.0) float edgeZoneFraction);
method public androidx.wear.compose.foundation.GestureInclusion getBidirectionalGestureInclusion();
method public float getLargeActionButtonHeight();
method @BytecodeOnly public float getLargeActionButtonHeight-D9Ej5fM();
method public float getLeftEdgeZoneFraction();
property public float LargeActionButtonHeight;
property public float LeftEdgeZoneFraction;
property public androidx.wear.compose.foundation.GestureInclusion bidirectionalGestureInclusion;
field public static final androidx.wear.compose.material3.SwipeToRevealDefaults INSTANCE;
}
public final class SwipeToRevealKt {
method @androidx.compose.runtime.Composable public static void SwipeToReveal(kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.SwipeToRevealScope,kotlin.Unit> primaryAction, kotlin.jvm.functions.Function0<kotlin.Unit> onSwipePrimaryAction, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.SwipeToRevealScope,kotlin.Unit>? secondaryAction, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.SwipeToRevealScope,kotlin.Unit>? undoPrimaryAction, optional kotlin.jvm.functions.Function1<? super androidx.wear.compose.material3.SwipeToRevealScope,kotlin.Unit>? undoSecondaryAction, optional androidx.wear.compose.material3.RevealState revealState, optional int revealDirection, optional boolean hasPartiallyRevealedState, optional androidx.wear.compose.foundation.GestureInclusion gestureInclusion, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SwipeToReveal-TBs7xKg(kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.SwipeToRevealScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.SwipeToRevealScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.SwipeToRevealScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.wear.compose.material3.SwipeToRevealScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, androidx.wear.compose.material3.RevealState?, int, boolean, androidx.wear.compose.foundation.GestureInclusion?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.RevealState rememberRevealState(optional int initialValue);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.RevealState rememberRevealState-pkmXi8A(int, androidx.compose.runtime.Composer?, int, int);
}
public final class SwipeToRevealScope {
method @androidx.compose.runtime.Composable public void PrimaryActionButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, kotlin.jvm.functions.Function0<kotlin.Unit> icon, kotlin.jvm.functions.Function0<kotlin.Unit> text, optional androidx.compose.ui.Modifier modifier, optional long containerColor, optional long contentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public void PrimaryActionButton-wBJOh4Y(kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void SecondaryActionButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, kotlin.jvm.functions.Function0<kotlin.Unit> icon, optional androidx.compose.ui.Modifier modifier, optional long containerColor, optional long contentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public void SecondaryActionButton-jA1GFJw(kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public void UndoActionButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, kotlin.jvm.functions.Function0<kotlin.Unit> text, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? icon, optional long containerColor, optional long contentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public void UndoActionButton-wBJOh4Y(kotlin.jvm.functions.Function0<kotlin.Unit!>, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, long, long, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable public final class SwitchButtonColors {
ctor public SwitchButtonColors(long checkedContainerColor, long checkedContentColor, long checkedSecondaryContentColor, long checkedIconColor, long checkedThumbColor, long checkedThumbIconColor, long checkedTrackBorderColor, long checkedTrackColor, long uncheckedContainerColor, long uncheckedContentColor, long uncheckedSecondaryContentColor, long uncheckedIconColor, long uncheckedThumbColor, long uncheckedTrackColor, long uncheckedTrackBorderColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledCheckedSecondaryContentColor, long disabledCheckedIconColor, long disabledCheckedThumbColor, long disabledCheckedThumbIconColor, long disabledCheckedTrackColor, long disabledCheckedTrackBorderColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor, long disabledUncheckedSecondaryContentColor, long disabledUncheckedIconColor, long disabledUncheckedThumbColor, long disabledUncheckedTrackBorderColor);
method public androidx.wear.compose.material3.SwitchButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedIconColor, optional long checkedThumbColor, optional long checkedThumbIconColor, optional long checkedTrackColor, optional long checkedTrackBorderColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedIconColor, optional long uncheckedThumbColor, optional long uncheckedTrackColor, optional long uncheckedTrackBorderColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedIconColor, optional long disabledCheckedThumbColor, optional long disabledCheckedThumbIconColor, optional long disabledCheckedTrackColor, optional long disabledCheckedTrackBorderColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedIconColor, optional long disabledUncheckedThumbColor, optional long disabledUncheckedTrackBorderColor);
method @BytecodeOnly public androidx.wear.compose.material3.SwitchButtonColors copy-G1PFc-w(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long);
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getCheckedIconColor();
method @BytecodeOnly public long getCheckedIconColor-0d7_KjU();
method public long getCheckedSecondaryContentColor();
method @BytecodeOnly public long getCheckedSecondaryContentColor-0d7_KjU();
method public long getCheckedThumbColor();
method @BytecodeOnly public long getCheckedThumbColor-0d7_KjU();
method public long getCheckedThumbIconColor();
method @BytecodeOnly public long getCheckedThumbIconColor-0d7_KjU();
method public long getCheckedTrackBorderColor();
method @BytecodeOnly public long getCheckedTrackBorderColor-0d7_KjU();
method public long getCheckedTrackColor();
method @BytecodeOnly public long getCheckedTrackColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedIconColor();
method @BytecodeOnly public long getDisabledCheckedIconColor-0d7_KjU();
method public long getDisabledCheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledCheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledCheckedThumbColor();
method @BytecodeOnly public long getDisabledCheckedThumbColor-0d7_KjU();
method public long getDisabledCheckedThumbIconColor();
method @BytecodeOnly public long getDisabledCheckedThumbIconColor-0d7_KjU();
method public long getDisabledCheckedTrackBorderColor();
method @BytecodeOnly public long getDisabledCheckedTrackBorderColor-0d7_KjU();
method public long getDisabledCheckedTrackColor();
method @BytecodeOnly public long getDisabledCheckedTrackColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedIconColor();
method @BytecodeOnly public long getDisabledUncheckedIconColor-0d7_KjU();
method public long getDisabledUncheckedSecondaryContentColor();
method @BytecodeOnly public long getDisabledUncheckedSecondaryContentColor-0d7_KjU();
method public long getDisabledUncheckedThumbColor();
method @BytecodeOnly public long getDisabledUncheckedThumbColor-0d7_KjU();
method public long getDisabledUncheckedTrackBorderColor();
method @BytecodeOnly public long getDisabledUncheckedTrackBorderColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
method public long getUncheckedIconColor();
method @BytecodeOnly public long getUncheckedIconColor-0d7_KjU();
method public long getUncheckedSecondaryContentColor();
method @BytecodeOnly public long getUncheckedSecondaryContentColor-0d7_KjU();
method public long getUncheckedThumbColor();
method @BytecodeOnly public long getUncheckedThumbColor-0d7_KjU();
method public long getUncheckedTrackBorderColor();
method @BytecodeOnly public long getUncheckedTrackBorderColor-0d7_KjU();
method public long getUncheckedTrackColor();
method @BytecodeOnly public long getUncheckedTrackColor-0d7_KjU();
property public long checkedContainerColor;
property public long checkedContentColor;
property public long checkedIconColor;
property public long checkedSecondaryContentColor;
property public long checkedThumbColor;
property public long checkedThumbIconColor;
property public long checkedTrackBorderColor;
property public long checkedTrackColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledCheckedIconColor;
property public long disabledCheckedSecondaryContentColor;
property public long disabledCheckedThumbColor;
property public long disabledCheckedThumbIconColor;
property public long disabledCheckedTrackBorderColor;
property public long disabledCheckedTrackColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long disabledUncheckedIconColor;
property public long disabledUncheckedSecondaryContentColor;
property public long disabledUncheckedThumbColor;
property public long disabledUncheckedTrackBorderColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
property public long uncheckedIconColor;
property public long uncheckedSecondaryContentColor;
property public long uncheckedThumbColor;
property public long uncheckedTrackBorderColor;
property public long uncheckedTrackColor;
}
public final class SwitchButtonDefaults {
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitSwitchButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSplitSwitchButtonShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSwitchButtonShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape getSwitchButtonShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitSwitchButtonColors splitSwitchButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitSwitchButtonColors splitSwitchButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitSwitchButtonColors splitSwitchButtonColors(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedSplitContainerColor, optional long checkedThumbColor, optional long checkedThumbIconColor, optional long checkedTrackColor, optional long checkedTrackBorderColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedSplitContainerColor, optional long uncheckedThumbColor, optional long uncheckedTrackColor, optional long uncheckedTrackBorderColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedSplitContainerColor, optional long disabledCheckedThumbColor, optional long disabledCheckedThumbIconColor, optional long disabledCheckedTrackColor, optional long disabledCheckedTrackBorderColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedSplitContainerColor, optional long disabledUncheckedThumbColor, optional long disabledUncheckedTrackBorderColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SplitSwitchButtonColors splitSwitchButtonColors-MmU5H5k(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SwitchButtonColors switchButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SwitchButtonColors switchButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SwitchButtonColors switchButtonColors(optional long checkedContainerColor, optional long checkedContentColor, optional long checkedSecondaryContentColor, optional long checkedIconColor, optional long checkedThumbColor, optional long checkedThumbIconColor, optional long checkedTrackColor, optional long checkedTrackBorderColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long uncheckedSecondaryContentColor, optional long uncheckedIconColor, optional long uncheckedThumbColor, optional long uncheckedTrackColor, optional long uncheckedTrackBorderColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledCheckedSecondaryContentColor, optional long disabledCheckedIconColor, optional long disabledCheckedThumbColor, optional long disabledCheckedThumbIconColor, optional long disabledCheckedTrackColor, optional long disabledCheckedTrackBorderColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor, optional long disabledUncheckedSecondaryContentColor, optional long disabledUncheckedIconColor, optional long disabledUncheckedThumbColor, optional long disabledUncheckedTrackBorderColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.SwitchButtonColors switchButtonColors-MmU5H5k(long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int, int, int);
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape splitSwitchButtonShape;
property @androidx.compose.runtime.Composable public androidx.compose.ui.graphics.Shape switchButtonShape;
field public static final androidx.wear.compose.material3.SwitchButtonDefaults INSTANCE;
}
public final class SwitchButtonKt {
method @androidx.compose.runtime.Composable public static void SplitSwitchButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, String? toggleContentDescription, kotlin.jvm.functions.Function0<kotlin.Unit> onContainerClick, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SplitSwitchButtonColors colors, optional androidx.compose.foundation.interaction.MutableInteractionSource? toggleInteractionSource, optional androidx.compose.foundation.interaction.MutableInteractionSource? containerInteractionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional String? containerClickLabel, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SplitSwitchButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, String?, kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SplitSwitchButtonColors?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, String?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
method @androidx.compose.runtime.Composable public static void SwitchButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.compose.ui.graphics.Shape shape, optional androidx.wear.compose.material3.SwitchButtonColors colors, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.SurfaceTransformation? transformation, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit>? icon, optional kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit>? secondaryLabel, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.RowScope,kotlin.Unit> label);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void SwitchButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.compose.ui.graphics.Shape?, androidx.wear.compose.material3.SwitchButtonColors?, androidx.compose.foundation.layout.PaddingValues?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.SurfaceTransformation?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.RowScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int, int);
}
@androidx.compose.runtime.Immutable public final class TextButtonColors {
ctor public TextButtonColors(long containerColor, long contentColor, long disabledContainerColor, long disabledContentColor);
method public androidx.wear.compose.material3.TextButtonColors copy(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly public androidx.wear.compose.material3.TextButtonColors copy-jRlVdoo(long, long, long, long);
method public long getContainerColor();
method @BytecodeOnly public long getContainerColor-0d7_KjU();
method public long getContentColor();
method @BytecodeOnly public long getContentColor-0d7_KjU();
method public long getDisabledContainerColor();
method @BytecodeOnly public long getDisabledContainerColor-0d7_KjU();
method public long getDisabledContentColor();
method @BytecodeOnly public long getDisabledContentColor-0d7_KjU();
property public long containerColor;
property public long contentColor;
property public long disabledContainerColor;
property public long disabledContentColor;
}
public final class TextButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes animatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes animatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? shape, optional androidx.compose.foundation.shape.CornerBasedShape? pressedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes animatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes animatedShapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTextButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTextButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTextButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTextButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTonalTextButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTonalTextButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTonalTextButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledTonalTextButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledVariantTextButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledVariantTextButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledVariantTextButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors filledVariantTextButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method public float getDefaultButtonSize();
method @BytecodeOnly public float getDefaultButtonSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getDefaultButtonTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getDefaultButtonTextStyle(androidx.compose.runtime.Composer?, int);
method public float getLargeButtonSize();
method @BytecodeOnly public float getLargeButtonSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getLargeButtonTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getLargeButtonTextStyle(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape(androidx.compose.runtime.Composer?, int);
method public float getSmallButtonSize();
method @BytecodeOnly public float getSmallButtonSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getSmallButtonTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getSmallButtonTextStyle(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors outlinedTextButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors outlinedTextButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors outlinedTextButtonColors(optional long contentColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors outlinedTextButtonColors-dgg9oW8(long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes shapes();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes shapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes shapes(androidx.compose.ui.graphics.Shape shape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonShapes shapes(androidx.compose.ui.graphics.Shape, androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors textButtonColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors textButtonColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors textButtonColors(optional long containerColor, optional long contentColor, optional long disabledContainerColor, optional long disabledContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextButtonColors textButtonColors-ro_MJ88(long, long, long, long, androidx.compose.runtime.Composer?, int, int);
property public float DefaultButtonSize;
property public float LargeButtonSize;
property public float SmallButtonSize;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle defaultButtonTextStyle;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle largeButtonTextStyle;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape pressedShape;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape shape;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle smallButtonTextStyle;
field public static final androidx.wear.compose.material3.TextButtonDefaults INSTANCE;
}
public final class TextButtonKt {
method @androidx.compose.runtime.Composable public static void TextButton(kotlin.jvm.functions.Function0<kotlin.Unit> onClick, optional androidx.compose.ui.Modifier modifier, optional kotlin.jvm.functions.Function0<kotlin.Unit>? onLongClick, optional String? onLongClickLabel, optional boolean enabled, optional androidx.wear.compose.material3.TextButtonShapes shapes, optional androidx.wear.compose.material3.TextButtonColors colors, optional androidx.compose.foundation.BorderStroke? border, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void TextButton(kotlin.jvm.functions.Function0<kotlin.Unit!>, androidx.compose.ui.Modifier?, kotlin.jvm.functions.Function0<kotlin.Unit!>?, String?, boolean, androidx.wear.compose.material3.TextButtonShapes?, androidx.wear.compose.material3.TextButtonColors?, androidx.compose.foundation.BorderStroke?, androidx.compose.foundation.interaction.MutableInteractionSource?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class TextButtonShapes {
ctor public TextButtonShapes(androidx.compose.ui.graphics.Shape shape, optional androidx.compose.ui.graphics.Shape pressedShape);
method public androidx.wear.compose.material3.TextButtonShapes copy(optional androidx.compose.ui.graphics.Shape? shape, optional androidx.compose.ui.graphics.Shape? pressedShape);
method public androidx.compose.ui.graphics.Shape getPressedShape();
method public androidx.compose.ui.graphics.Shape getShape();
property public androidx.compose.ui.graphics.Shape pressedShape;
property public androidx.compose.ui.graphics.Shape shape;
}
public final class TextConfiguration {
ctor public TextConfiguration(androidx.compose.ui.text.style.TextAlign? textAlign, int overflow, int maxLines);
method public int getMaxLines();
method public int getOverflow();
method @BytecodeOnly public int getOverflow-gIe3tQ8();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
method @BytecodeOnly public androidx.compose.ui.text.style.TextAlign? getTextAlign-buA522U();
property public int maxLines;
property public int overflow;
property public androidx.compose.ui.text.style.TextAlign? textAlign;
}
public final class TextConfigurationDefaults {
method public int getMaxLines();
method public int getOverflow();
method @BytecodeOnly public int getOverflow-gIe3tQ8();
method public androidx.compose.ui.text.style.TextAlign? getTextAlign();
method @BytecodeOnly public androidx.compose.ui.text.style.TextAlign? getTextAlign-buA522U();
property public int MaxLines;
property public int Overflow;
property public androidx.compose.ui.text.style.TextAlign? TextAlign;
field public static final androidx.wear.compose.material3.TextConfigurationDefaults INSTANCE;
}
public final class TextKt {
method @androidx.compose.runtime.Composable public static void ProvideTextStyle(androidx.compose.ui.text.TextStyle value, kotlin.jvm.functions.Function0<kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void ProvideTextStyle(androidx.compose.ui.text.TextStyle, kotlin.jvm.functions.Function2<? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public static void Text(androidx.compose.ui.text.AnnotatedString text, optional androidx.compose.ui.Modifier modifier, optional long color, optional long fontSize, optional androidx.compose.ui.text.font.FontStyle? fontStyle, optional androidx.compose.ui.text.font.FontWeight? fontWeight, optional androidx.compose.ui.text.font.FontFamily? fontFamily, optional long letterSpacing, optional androidx.compose.ui.text.style.TextDecoration? textDecoration, optional androidx.compose.ui.text.style.TextAlign? textAlign, optional long lineHeight, optional int overflow, optional boolean softWrap, optional int maxLines, optional int minLines, optional java.util.Map<java.lang.String,androidx.compose.foundation.text.InlineTextContent> inlineContent, optional kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout, optional androidx.compose.ui.text.TextStyle style);
method @androidx.compose.runtime.Composable public static void Text(String text, optional androidx.compose.ui.Modifier modifier, optional long color, optional long fontSize, optional androidx.compose.ui.text.font.FontStyle? fontStyle, optional androidx.compose.ui.text.font.FontWeight? fontWeight, optional androidx.compose.ui.text.font.FontFamily? fontFamily, optional long letterSpacing, optional androidx.compose.ui.text.style.TextDecoration? textDecoration, optional androidx.compose.ui.text.style.TextAlign? textAlign, optional long lineHeight, optional int overflow, optional boolean softWrap, optional int maxLines, optional int minLines, optional kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult,kotlin.Unit> onTextLayout, optional androidx.compose.ui.text.TextStyle style);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void Text--4IGK_g(String, androidx.compose.ui.Modifier?, long, long, androidx.compose.ui.text.font.FontStyle?, androidx.compose.ui.text.font.FontWeight?, androidx.compose.ui.text.font.FontFamily?, long, androidx.compose.ui.text.style.TextDecoration?, androidx.compose.ui.text.style.TextAlign?, long, int, boolean, int, int, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult!,kotlin.Unit!>?, androidx.compose.ui.text.TextStyle?, androidx.compose.runtime.Composer?, int, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void Text-IbK3jfQ(androidx.compose.ui.text.AnnotatedString, androidx.compose.ui.Modifier?, long, long, androidx.compose.ui.text.font.FontStyle?, androidx.compose.ui.text.font.FontWeight?, androidx.compose.ui.text.font.FontFamily?, long, androidx.compose.ui.text.style.TextDecoration?, androidx.compose.ui.text.style.TextAlign?, long, int, boolean, int, int, java.util.Map<java.lang.String!,androidx.compose.foundation.text.InlineTextContent!>?, kotlin.jvm.functions.Function1<? super androidx.compose.ui.text.TextLayoutResult!,kotlin.Unit!>?, androidx.compose.ui.text.TextStyle?, androidx.compose.runtime.Composer?, int, int, int);
method public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.wear.compose.material3.TextConfiguration> getLocalTextConfiguration();
method public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.compose.ui.text.TextStyle> getLocalTextStyle();
property public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.wear.compose.material3.TextConfiguration> LocalTextConfiguration;
property public static androidx.compose.runtime.ProvidableCompositionLocal<androidx.compose.ui.text.TextStyle> LocalTextStyle;
}
@androidx.compose.runtime.Immutable public final class TextToggleButtonColors {
ctor public TextToggleButtonColors(long checkedContainerColor, long checkedContentColor, long uncheckedContainerColor, long uncheckedContentColor, long disabledCheckedContainerColor, long disabledCheckedContentColor, long disabledUncheckedContainerColor, long disabledUncheckedContentColor);
method public androidx.wear.compose.material3.TextToggleButtonColors copy(optional long checkedContainerColor, optional long checkedContentColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor);
method @BytecodeOnly public androidx.wear.compose.material3.TextToggleButtonColors copy-FD3wquc(long, long, long, long, long, long, long, long);
method public long getCheckedContainerColor();
method @BytecodeOnly public long getCheckedContainerColor-0d7_KjU();
method public long getCheckedContentColor();
method @BytecodeOnly public long getCheckedContentColor-0d7_KjU();
method public long getDisabledCheckedContainerColor();
method @BytecodeOnly public long getDisabledCheckedContainerColor-0d7_KjU();
method public long getDisabledCheckedContentColor();
method @BytecodeOnly public long getDisabledCheckedContentColor-0d7_KjU();
method public long getDisabledUncheckedContainerColor();
method @BytecodeOnly public long getDisabledUncheckedContainerColor-0d7_KjU();
method public long getDisabledUncheckedContentColor();
method @BytecodeOnly public long getDisabledUncheckedContentColor-0d7_KjU();
method public long getUncheckedContainerColor();
method @BytecodeOnly public long getUncheckedContainerColor-0d7_KjU();
method public long getUncheckedContentColor();
method @BytecodeOnly public long getUncheckedContentColor-0d7_KjU();
property public long checkedContainerColor;
property public long checkedContentColor;
property public long disabledCheckedContainerColor;
property public long disabledCheckedContentColor;
property public long disabledUncheckedContainerColor;
property public long disabledUncheckedContentColor;
property public long uncheckedContainerColor;
property public long uncheckedContentColor;
}
public final class TextToggleButtonDefaults {
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes animatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes animatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? shape, optional androidx.compose.foundation.shape.CornerBasedShape? pressedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes animatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes animatedShapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonColors colors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonColors colors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonColors colors(optional long checkedContainerColor, optional long checkedContentColor, optional long uncheckedContainerColor, optional long uncheckedContentColor, optional long disabledCheckedContainerColor, optional long disabledCheckedContentColor, optional long disabledUncheckedContainerColor, optional long disabledUncheckedContentColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonColors colors-oq7We08(long, long, long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getCheckedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getCheckedShape(androidx.compose.runtime.Composer?, int);
method public float getExtraLargeSize();
method @BytecodeOnly public float getExtraLargeSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getExtraLargeTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getExtraLargeTextStyle(androidx.compose.runtime.Composer?, int);
method public float getLargeSize();
method @BytecodeOnly public float getLargeSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getLargeTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getLargeTextStyle(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape getPressedShape(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape getShape(androidx.compose.runtime.Composer?, int);
method public float getSize();
method @BytecodeOnly public float getSize-D9Ej5fM();
method @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getTextStyle();
method @BytecodeOnly @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle getTextStyle(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes shapes();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes shapes(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes shapes(androidx.compose.ui.graphics.Shape shape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes shapes(androidx.compose.ui.graphics.Shape, androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes variantAnimatedShapes();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes variantAnimatedShapes(optional androidx.compose.foundation.shape.CornerBasedShape? uncheckedShape, optional androidx.compose.foundation.shape.CornerBasedShape? checkedShape);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes variantAnimatedShapes(androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.foundation.shape.CornerBasedShape?, androidx.compose.runtime.Composer?, int, int);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TextToggleButtonShapes variantAnimatedShapes(androidx.compose.runtime.Composer?, int);
property public float ExtraLargeSize;
property public float LargeSize;
property public float Size;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape checkedShape;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle extraLargeTextStyle;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle largeTextStyle;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.CornerBasedShape pressedShape;
property @androidx.compose.runtime.Composable public androidx.compose.foundation.shape.RoundedCornerShape shape;
property @androidx.compose.runtime.Composable @androidx.compose.runtime.ReadOnlyComposable public androidx.compose.ui.text.TextStyle textStyle;
field public static final androidx.wear.compose.material3.TextToggleButtonDefaults INSTANCE;
}
public final class TextToggleButtonKt {
method @androidx.compose.runtime.Composable public static void TextToggleButton(boolean checked, kotlin.jvm.functions.Function1<? super java.lang.Boolean,kotlin.Unit> onCheckedChange, optional androidx.compose.ui.Modifier modifier, optional boolean enabled, optional androidx.wear.compose.material3.TextToggleButtonColors colors, optional androidx.compose.foundation.interaction.MutableInteractionSource? interactionSource, optional androidx.wear.compose.material3.TextToggleButtonShapes shapes, optional androidx.compose.foundation.BorderStroke? border, kotlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void TextToggleButton(boolean, kotlin.jvm.functions.Function1<? super java.lang.Boolean!,kotlin.Unit!>, androidx.compose.ui.Modifier?, boolean, androidx.wear.compose.material3.TextToggleButtonColors?, androidx.compose.foundation.interaction.MutableInteractionSource?, androidx.wear.compose.material3.TextToggleButtonShapes?, androidx.compose.foundation.BorderStroke?, kotlin.jvm.functions.Function3<? super androidx.compose.foundation.layout.BoxScope!,? super androidx.compose.runtime.Composer!,? super java.lang.Integer!,kotlin.Unit!>, androidx.compose.runtime.Composer?, int, int);
}
public final class TextToggleButtonShapes {
ctor public TextToggleButtonShapes(androidx.compose.ui.graphics.Shape uncheckedShape, optional androidx.compose.ui.graphics.Shape checkedShape, optional androidx.compose.ui.graphics.Shape uncheckedPressedShape, optional androidx.compose.ui.graphics.Shape checkedPressedShape);
method public androidx.wear.compose.material3.TextToggleButtonShapes copy(optional androidx.compose.ui.graphics.Shape? uncheckedShape, optional androidx.compose.ui.graphics.Shape? checkedShape, optional androidx.compose.ui.graphics.Shape? uncheckedPressedShape, optional androidx.compose.ui.graphics.Shape? checkedPressedShape);
method public androidx.compose.ui.graphics.Shape getCheckedPressedShape();
method public androidx.compose.ui.graphics.Shape getCheckedShape();
method public androidx.compose.ui.graphics.Shape getUncheckedPressedShape();
method public androidx.compose.ui.graphics.Shape getUncheckedShape();
property public androidx.compose.ui.graphics.Shape checkedPressedShape;
property public androidx.compose.ui.graphics.Shape checkedShape;
property public androidx.compose.ui.graphics.Shape uncheckedPressedShape;
property public androidx.compose.ui.graphics.Shape uncheckedShape;
}
@androidx.compose.runtime.Immutable public final class TimePickerColors {
ctor public TimePickerColors(long selectedPickerContentColor, long unselectedPickerContentColor, long separatorColor, long pickerLabelColor, long confirmButtonContentColor, long confirmButtonContainerColor);
method public androidx.wear.compose.material3.TimePickerColors copy(optional long selectedPickerContentColor, optional long unselectedPickerContentColor, optional long separatorColor, optional long pickerLabelColor, optional long confirmButtonContentColor, optional long confirmButtonContainerColor);
method @BytecodeOnly public androidx.wear.compose.material3.TimePickerColors copy-tNS2XkQ(long, long, long, long, long, long);
method public long getConfirmButtonContainerColor();
method @BytecodeOnly public long getConfirmButtonContainerColor-0d7_KjU();
method public long getConfirmButtonContentColor();
method @BytecodeOnly public long getConfirmButtonContentColor-0d7_KjU();
method public long getPickerLabelColor();
method @BytecodeOnly public long getPickerLabelColor-0d7_KjU();
method public long getSelectedPickerContentColor();
method @BytecodeOnly public long getSelectedPickerContentColor-0d7_KjU();
method public long getSeparatorColor();
method @BytecodeOnly public long getSeparatorColor-0d7_KjU();
method public long getUnselectedPickerContentColor();
method @BytecodeOnly public long getUnselectedPickerContentColor-0d7_KjU();
property public long confirmButtonContainerColor;
property public long confirmButtonContentColor;
property public long pickerLabelColor;
property public long selectedPickerContentColor;
property public long separatorColor;
property public long unselectedPickerContentColor;
}
public final class TimePickerDefaults {
method @androidx.compose.runtime.Composable public int getTimePickerType();
method @BytecodeOnly @androidx.compose.runtime.Composable public int getTimePickerType(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimePickerColors timePickerColors();
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimePickerColors timePickerColors(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimePickerColors timePickerColors(optional long selectedPickerContentColor, optional long unselectedPickerContentColor, optional long separatorColor, optional long pickerLabelColor, optional long confirmButtonContentColor, optional long confirmButtonContainerColor);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimePickerColors timePickerColors-5tl4gsc(long, long, long, long, long, long, androidx.compose.runtime.Composer?, int, int);
property @androidx.compose.runtime.Composable public int timePickerType;
field public static final androidx.wear.compose.material3.TimePickerDefaults INSTANCE;
}
public final class TimePickerKt {
method @RequiresApi(android.os.Build.VERSION_CODES.O) @androidx.compose.runtime.Composable public static void TimePicker(java.time.LocalTime initialTime, kotlin.jvm.functions.Function1<? super java.time.LocalTime,kotlin.Unit> onTimePicked, optional androidx.compose.ui.Modifier modifier, optional int timePickerType, optional androidx.wear.compose.material3.TimePickerColors colors);
method @BytecodeOnly @RequiresApi(26) @androidx.compose.runtime.Composable @androidx.compose.runtime.ComposableTarget(applier="androidx.compose.ui.UiComposable") public static void TimePicker-0NXZJ5M(java.time.LocalTime, kotlin.jvm.functions.Function1<? super java.time.LocalTime!,kotlin.Unit!>, androidx.compose.ui.Modifier?, int, androidx.wear.compose.material3.TimePickerColors?, androidx.compose.runtime.Composer?, int, int);
}
@androidx.compose.runtime.Immutable @kotlin.jvm.JvmInline public final value class TimePickerType {
method @BytecodeOnly public static androidx.wear.compose.material3.TimePickerType! box-impl(int);
method @BytecodeOnly public int unbox-impl();
field public static final androidx.wear.compose.material3.TimePickerType.Companion Companion;
}
public static final class TimePickerType.Companion {
method public int getHoursMinutes24H();
method @BytecodeOnly public int getHoursMinutes24H-5KJDQV4();
method public int getHoursMinutesAmPm12H();
method @BytecodeOnly public int getHoursMinutesAmPm12H-5KJDQV4();
method public int getHoursMinutesSeconds24H();
method @BytecodeOnly public int getHoursMinutesSeconds24H-5KJDQV4();
property public int HoursMinutes24H;
property public int HoursMinutesAmPm12H;
property public int HoursMinutesSeconds24H;
}
public interface TimeSource {
method @androidx.compose.runtime.Composable public String currentTime();
method @BytecodeOnly @androidx.compose.runtime.Composable public String currentTime(androidx.compose.runtime.Composer?, int);
}
public final class TimeTextDefaults {
method @androidx.compose.runtime.Composable public long backgroundColor();
method @BytecodeOnly @androidx.compose.runtime.Composable public long backgroundColor-WaAFU9c(androidx.compose.runtime.Composer?, int);
method public androidx.compose.foundation.layout.PaddingValues getContentPadding();
method public float getMaxSweepAngle();
method public String getTimeFormat12Hours();
method public String getTimeFormat24Hours();
method @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimeSource rememberTimeSource(String timeFormat);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.material3.TimeSource rememberTimeSource(String, androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public String timeFormat();
method @BytecodeOnly @androidx.compose.runtime.Composable public String timeFormat(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle timeTextStyle(optional long background, optional long color, optional long fontSize);
method @BytecodeOnly @androidx.compose.runtime.Composable public androidx.wear.compose.foundation.CurvedTextStyle timeTextStyle-28gAR5Q(long, long, long, androidx.compose.runtime.Composer?, int, int);
property public androidx.compose.foundation.layout.PaddingValues ContentPadding;
property public float MaxSweepAngle;
property public String TimeFormat12Hours;
property public String TimeFormat24Hours;
field public static final androidx.wear.compose.material3.TimeTextDefaults INSTANCE;
}
public final class TimeTextKt {
method @androidx.compose.runtime.Composable public static void TimeText(optional androidx.compose.ui.Modifier modifier, optional androidx.wear.compose.foundation.CurvedModifier curvedModifier, optional float maxSweepAngle, optional long backgroundColor, optional androidx.wear.compose.material3.TimeSource timeSource, optional androidx.compose.foundation.layout.PaddingValues contentPadding, optional kotlin.jvm.functions.Function2<? super androidx.wear.compose.foundation.CurvedScope,? super java.lang.String,kotlin.Unit> content);
method @BytecodeOnly @androidx.compose.runtime.Composable public static void TimeText-hYmLsZ8(androidx.compose.ui.Modifier?, androidx.wear.compose.foundation.CurvedModifier?, float, long, androidx.wear.compose.material3.TimeSource?, androidx.compose.foundation.layout.PaddingValues?, kotlin.jvm.functions.Function2<? super androidx.wear.compose.foundation.CurvedScope!,? super java.lang.String!,kotlin.Unit!>?, androidx.compose.runtime.Composer?, int, int);
method public static void timeTextCurvedText(androidx.wear.compose.foundation.CurvedScope, String time, optional androidx.wear.compose.foundation.CurvedTextStyle? style);
method public static void timeTextSeparator(androidx.wear.compose.foundation.CurvedScope, optional androidx.wear.compose.foundation.CurvedTextStyle? curvedTextStyle, optional androidx.wear.compose.foundation.ArcPaddingValues contentArcPadding);
}
public final class TouchTargetAwareSizeKt {
method public static androidx.compose.ui.Modifier touchTargetAwareSize(androidx.compose.ui.Modifier, float size);
method @BytecodeOnly public static androidx.compose.ui.Modifier touchTargetAwareSize-3ABfNKs(androidx.compose.ui.Modifier, float);
}
@androidx.compose.runtime.Immutable public final class Typography {
ctor public Typography(optional androidx.compose.ui.text.font.FontFamily defaultFontFamily, optional androidx.wear.compose.foundation.CurvedTextStyle arcLarge, optional androidx.wear.compose.foundation.CurvedTextStyle arcMedium, optional androidx.wear.compose.foundation.CurvedTextStyle arcSmall, optional androidx.compose.ui.text.TextStyle displayLarge, optional androidx.compose.ui.text.TextStyle displayMedium, optional androidx.compose.ui.text.TextStyle displaySmall, optional androidx.compose.ui.text.TextStyle titleLarge, optional androidx.compose.ui.text.TextStyle titleMedium, optional androidx.compose.ui.text.TextStyle titleSmall, optional androidx.compose.ui.text.TextStyle labelLarge, optional androidx.compose.ui.text.TextStyle labelMedium, optional androidx.compose.ui.text.TextStyle labelSmall, optional androidx.compose.ui.text.TextStyle bodyLarge, optional androidx.compose.ui.text.TextStyle bodyMedium, optional androidx.compose.ui.text.TextStyle bodySmall, optional androidx.compose.ui.text.TextStyle bodyExtraSmall, optional androidx.compose.ui.text.TextStyle numeralExtraLarge, optional androidx.compose.ui.text.TextStyle numeralLarge, optional androidx.compose.ui.text.TextStyle numeralMedium, optional androidx.compose.ui.text.TextStyle numeralSmall, optional androidx.compose.ui.text.TextStyle numeralExtraSmall);
method public androidx.wear.compose.material3.Typography copy(optional androidx.wear.compose.foundation.CurvedTextStyle arcLarge, optional androidx.wear.compose.foundation.CurvedTextStyle arcMedium, optional androidx.wear.compose.foundation.CurvedTextStyle arcSmall, optional androidx.compose.ui.text.TextStyle displayLarge, optional androidx.compose.ui.text.TextStyle displayMedium, optional androidx.compose.ui.text.TextStyle displaySmall, optional androidx.compose.ui.text.TextStyle titleLarge, optional androidx.compose.ui.text.TextStyle titleMedium, optional androidx.compose.ui.text.TextStyle titleSmall, optional androidx.compose.ui.text.TextStyle labelLarge, optional androidx.compose.ui.text.TextStyle labelMedium, optional androidx.compose.ui.text.TextStyle labelSmall, optional androidx.compose.ui.text.TextStyle bodyLarge, optional androidx.compose.ui.text.TextStyle bodyMedium, optional androidx.compose.ui.text.TextStyle bodySmall, optional androidx.compose.ui.text.TextStyle bodyExtraSmall, optional androidx.compose.ui.text.TextStyle numeralExtraLarge, optional androidx.compose.ui.text.TextStyle numeralLarge, optional androidx.compose.ui.text.TextStyle numeralMedium, optional androidx.compose.ui.text.TextStyle numeralSmall, optional androidx.compose.ui.text.TextStyle numeralExtraSmall);
method public androidx.wear.compose.foundation.CurvedTextStyle getArcLarge();
method public androidx.wear.compose.foundation.CurvedTextStyle getArcMedium();
method public androidx.wear.compose.foundation.CurvedTextStyle getArcSmall();
method public androidx.compose.ui.text.TextStyle getBodyExtraSmall();
method public androidx.compose.ui.text.TextStyle getBodyLarge();
method public androidx.compose.ui.text.TextStyle getBodyMedium();
method public androidx.compose.ui.text.TextStyle getBodySmall();
method public androidx.compose.ui.text.TextStyle getDisplayLarge();
method public androidx.compose.ui.text.TextStyle getDisplayMedium();
method public androidx.compose.ui.text.TextStyle getDisplaySmall();
method public androidx.compose.ui.text.TextStyle getLabelLarge();
method public androidx.compose.ui.text.TextStyle getLabelMedium();
method public androidx.compose.ui.text.TextStyle getLabelSmall();
method public androidx.compose.ui.text.TextStyle getNumeralExtraLarge();
method public androidx.compose.ui.text.TextStyle getNumeralExtraSmall();
method public androidx.compose.ui.text.TextStyle getNumeralLarge();
method public androidx.compose.ui.text.TextStyle getNumeralMedium();
method public androidx.compose.ui.text.TextStyle getNumeralSmall();
method public androidx.compose.ui.text.TextStyle getTitleLarge();
method public androidx.compose.ui.text.TextStyle getTitleMedium();
method public androidx.compose.ui.text.TextStyle getTitleSmall();
property public androidx.wear.compose.foundation.CurvedTextStyle arcLarge;
property public androidx.wear.compose.foundation.CurvedTextStyle arcMedium;
property public androidx.wear.compose.foundation.CurvedTextStyle arcSmall;
property public androidx.compose.ui.text.TextStyle bodyExtraSmall;
property public androidx.compose.ui.text.TextStyle bodyLarge;
property public androidx.compose.ui.text.TextStyle bodyMedium;
property public androidx.compose.ui.text.TextStyle bodySmall;
property public androidx.compose.ui.text.TextStyle displayLarge;
property public androidx.compose.ui.text.TextStyle displayMedium;
property public androidx.compose.ui.text.TextStyle displaySmall;
property public androidx.compose.ui.text.TextStyle labelLarge;
property public androidx.compose.ui.text.TextStyle labelMedium;
property public androidx.compose.ui.text.TextStyle labelSmall;
property public androidx.compose.ui.text.TextStyle numeralExtraLarge;
property public androidx.compose.ui.text.TextStyle numeralExtraSmall;
property public androidx.compose.ui.text.TextStyle numeralLarge;
property public androidx.compose.ui.text.TextStyle numeralMedium;
property public androidx.compose.ui.text.TextStyle numeralSmall;
property public androidx.compose.ui.text.TextStyle titleLarge;
property public androidx.compose.ui.text.TextStyle titleMedium;
property public androidx.compose.ui.text.TextStyle titleSmall;
}
}
package androidx.wear.compose.material3.lazy {
public sealed interface ResponsiveTransformationSpec extends androidx.wear.compose.material3.lazy.TransformationSpec {
field public static final androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec.Companion Companion;
}
public static final class ResponsiveTransformationSpec.Companion {
method public androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec largeScreen(optional float screenSize, optional @FloatRange(from=0.0, to=1.0) float minElementHeightFraction, optional @FloatRange(from=0.0, to=1.0) float maxElementHeightFraction, optional @FloatRange(from=0.0, to=1.0) float minTransitionAreaHeightFraction, optional @FloatRange(from=0.0, to=1.0) float maxTransitionAreaHeightFraction, optional androidx.compose.animation.core.Easing easing, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec containerAlpha, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec contentAlpha, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec scale);
method @BytecodeOnly public androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec largeScreen-Q1bl1hc(float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, androidx.compose.animation.core.Easing, androidx.wear.compose.material3.lazy.TransformationVariableSpec, androidx.wear.compose.material3.lazy.TransformationVariableSpec, androidx.wear.compose.material3.lazy.TransformationVariableSpec);
method public androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec smallScreen(optional float screenSize, optional @FloatRange(from=0.0, to=1.0) float minElementHeightFraction, optional @FloatRange(from=0.0, to=1.0) float maxElementHeightFraction, optional @FloatRange(from=0.0, to=1.0) float minTransitionAreaHeightFraction, optional @FloatRange(from=0.0, to=1.0) float maxTransitionAreaHeightFraction, optional androidx.compose.animation.core.Easing easing, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec containerAlpha, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec contentAlpha, optional androidx.wear.compose.material3.lazy.TransformationVariableSpec scale);
method @BytecodeOnly public androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec smallScreen-Q1bl1hc(float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, @FloatRange(from=0.0, to=1.0) float, androidx.compose.animation.core.Easing, androidx.wear.compose.material3.lazy.TransformationVariableSpec, androidx.wear.compose.material3.lazy.TransformationVariableSpec, androidx.wear.compose.material3.lazy.TransformationVariableSpec);
}
public final class ResponsiveTransformationSpecDefaults {
method public float getLargeScreenSize();
method @BytecodeOnly public float getLargeScreenSize-D9Ej5fM();
method public float getSmallScreenSize();
method @BytecodeOnly public float getSmallScreenSize-D9Ej5fM();
property public float LargeScreenSize;
property public float SmallScreenSize;
field public static final androidx.wear.compose.material3.lazy.ResponsiveTransformationSpecDefaults INSTANCE;
}
public final class ResponsiveTransformationSpecKt {
method @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.lazy.TransformationSpec rememberTransformationSpec();
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.lazy.TransformationSpec rememberTransformationSpec(androidx.compose.runtime.Composer?, int);
method @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.lazy.TransformationSpec rememberTransformationSpec(androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec... specs);
method @BytecodeOnly @androidx.compose.runtime.Composable public static androidx.wear.compose.material3.lazy.TransformationSpec rememberTransformationSpec(androidx.wear.compose.material3.lazy.ResponsiveTransformationSpec![], androidx.compose.runtime.Composer?, int);
}
public interface TransformationSpec {
method public void applyContainerTransformation(androidx.compose.ui.graphics.GraphicsLayerScope, long scrollProgress);
method @BytecodeOnly public void applyContainerTransformation-BvjJYIE(androidx.compose.ui.graphics.GraphicsLayerScope, long);
method public void applyContentTransformation(androidx.compose.ui.graphics.GraphicsLayerScope, long scrollProgress);
method @BytecodeOnly public void applyContentTransformation-BvjJYIE(androidx.compose.ui.graphics.GraphicsLayerScope, long);
method public androidx.compose.ui.graphics.painter.Painter createTransformedContainerPainter(androidx.wear.compose.material3.lazy.TransformedContainerPainterScope, androidx.compose.ui.graphics.painter.Painter painter, androidx.compose.ui.graphics.Shape shape, androidx.compose.foundation.BorderStroke? border);
method public int getTransformedHeight(int measuredHeight, long scrollProgress);
method @BytecodeOnly public int getTransformedHeight-BvjJYIE(int, long);
}
public final class TransformationSpecKt {
method public static androidx.wear.compose.material3.lazy.TransformationVariableSpec lerp(androidx.wear.compose.material3.lazy.TransformationVariableSpec start, androidx.wear.compose.material3.lazy.TransformationVariableSpec stop, float progress);
method public static androidx.compose.ui.Modifier transformedHeight(androidx.compose.ui.Modifier, androidx.wear.compose.foundation.lazy.TransformingLazyColumnItemScope scope, androidx.wear.compose.material3.lazy.TransformationSpec transformationSpec);
}
public final class TransformationVariableSpec {
ctor public TransformationVariableSpec(@FloatRange(from=0.0, to=1.0) float topValue, optional @FloatRange(from=0.0, to=1.0) float targetValue, optional @FloatRange(from=0.0, to=1.0) float bottomValue, optional @FloatRange(from=0.0, to=1.0) float transformationZoneEnterFraction, optional @FloatRange(from=0.0, to=1.0) float transformationZoneExitFraction);
method public androidx.wear.compose.material3.lazy.TransformationVariableSpec copy(optional float topValue, optional float targetValue, optional float bottomValue, optional float transformationZoneEnterFraction, optional float transformationZoneExitFraction);
method public float getBottomValue();
method public float getTargetValue();
method public float getTopValue();
method public float getTransformationZoneEnterFraction();
method public float getTransformationZoneExitFraction();
property @FloatRange(from=0.0, to=1.0) public float bottomValue;
property @FloatRange(from=0.0, to=1.0) public float targetValue;
property @FloatRange(from=0.0, to=1.0) public float topValue;
property @FloatRange(from=0.0, to=1.0) public float transformationZoneEnterFraction;
property @FloatRange(from=0.0, to=1.0) public float transformationZoneExitFraction;
}
public interface TransformedContainerPainterScope {
method public float getItemHeight(androidx.compose.ui.graphics.drawscope.DrawScope);
method public long getScrollProgress();
method @BytecodeOnly public long getScrollProgress-CyslRjo(androidx.compose.ui.graphics.drawscope.DrawScope);
property public abstract float androidx.compose.ui.graphics.drawscope.DrawScope.itemHeight;
property public abstract long androidx.compose.ui.graphics.drawscope.DrawScope.scrollProgress;
}
}