1// Signature format: 4.0
2package androidx.wear.protolayout.material3 {
3
4  public final class AppCardStyle {
5    field public static final androidx.wear.protolayout.material3.AppCardStyle.Companion Companion;
6  }
7
8  public static final class AppCardStyle.Companion {
9    method public androidx.wear.protolayout.material3.AppCardStyle defaultAppCardStyle();
10    method public androidx.wear.protolayout.material3.AppCardStyle largeAppCardStyle();
11    method public androidx.wear.protolayout.material3.AppCardStyle smallAppCardStyle();
12  }
13
14  public final class AvatarButtonStyle {
15    field public static final androidx.wear.protolayout.material3.AvatarButtonStyle.Companion Companion;
16  }
17
18  public static final class AvatarButtonStyle.Companion {
19    method public androidx.wear.protolayout.material3.AvatarButtonStyle defaultAvatarButtonStyle();
20    method public androidx.wear.protolayout.material3.AvatarButtonStyle largeAvatarButtonStyle();
21  }
22
23  public final class ButtonColors {
24    ctor public ButtonColors();
25    ctor public ButtonColors(optional androidx.wear.protolayout.types.LayoutColor containerColor, optional androidx.wear.protolayout.types.LayoutColor iconColor, optional androidx.wear.protolayout.types.LayoutColor labelColor, optional androidx.wear.protolayout.types.LayoutColor secondaryLabelColor);
26    method public androidx.wear.protolayout.material3.ButtonColors copy(optional androidx.wear.protolayout.types.LayoutColor containerColor, optional androidx.wear.protolayout.types.LayoutColor iconColor, optional androidx.wear.protolayout.types.LayoutColor labelColor, optional androidx.wear.protolayout.types.LayoutColor secondaryLabelColor);
27    method public androidx.wear.protolayout.types.LayoutColor getContainerColor();
28    method public androidx.wear.protolayout.types.LayoutColor getIconColor();
29    method public androidx.wear.protolayout.types.LayoutColor getLabelColor();
30    method public androidx.wear.protolayout.types.LayoutColor getSecondaryLabelColor();
31    property public androidx.wear.protolayout.types.LayoutColor containerColor;
32    property public androidx.wear.protolayout.types.LayoutColor iconColor;
33    property public androidx.wear.protolayout.types.LayoutColor labelColor;
34    property public androidx.wear.protolayout.types.LayoutColor secondaryLabelColor;
35  }
36
37  public final class ButtonDefaults {
38    method public androidx.wear.protolayout.material3.ButtonColors filledButtonColors(androidx.wear.protolayout.material3.MaterialScope);
39    method public androidx.wear.protolayout.material3.ButtonColors filledTonalButtonColors(androidx.wear.protolayout.material3.MaterialScope);
40    method public androidx.wear.protolayout.material3.ButtonColors filledVariantButtonColors(androidx.wear.protolayout.material3.MaterialScope);
41    field public static final androidx.wear.protolayout.material3.ButtonDefaults INSTANCE;
42  }
43
44  public final class ButtonGroupDefaults {
45    property public androidx.wear.protolayout.LayoutElementBuilders.Spacer DEFAULT_SPACER_BETWEEN_BUTTON_GROUPS;
46    property @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static float DEFAULT_SPACER_WIDTH_DP;
47    field public static final androidx.wear.protolayout.LayoutElementBuilders.Spacer DEFAULT_SPACER_BETWEEN_BUTTON_GROUPS;
48    field @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static final float DEFAULT_SPACER_WIDTH_DP = 4.0f;
49    field public static final androidx.wear.protolayout.material3.ButtonGroupDefaults INSTANCE;
50  }
51
52  public final class ButtonGroupKt {
53    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement buttonGroup(androidx.wear.protolayout.material3.MaterialScope, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional @Dimension(unit=androidx.annotation.Dimension.Companion.DP) float spacing, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.ButtonGroupScope,kotlin.Unit> content);
54  }
55
56  @androidx.wear.protolayout.material3.MaterialScopeMarker public final class ButtonGroupScope {
57    method public void buttonGroupItem(kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> content);
58  }
59
60  public final class ButtonKt {
61    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement avatarButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> labelContent, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> avatarContent, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? secondaryLabelContent, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.ButtonColors colors, optional androidx.wear.protolayout.material3.AvatarButtonStyle style, optional int horizontalAlignment, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
62    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement button(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> labelContent, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? secondaryLabelContent, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? iconContent, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.ButtonColors colors, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.material3.ButtonStyle style, optional int horizontalAlignment, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
63    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement compactButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? labelContent, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? iconContent, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.ButtonColors colors, optional int horizontalAlignment, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
64    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement iconButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> iconContent, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.ButtonColors colors, optional androidx.wear.protolayout.material3.IconButtonStyle style, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
65    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement imageButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> backgroundContent, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height);
66    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement textButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> labelContent, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.ButtonColors colors, optional androidx.wear.protolayout.material3.TextButtonStyle style, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
67  }
68
69  public final class ButtonStyle {
70    field public static final androidx.wear.protolayout.material3.ButtonStyle.Companion Companion;
71  }
72
73  public static final class ButtonStyle.Companion {
74    method public androidx.wear.protolayout.material3.ButtonStyle defaultButtonStyle();
75    method public androidx.wear.protolayout.material3.ButtonStyle largeButtonStyle();
76    method public androidx.wear.protolayout.material3.ButtonStyle smallButtonStyle();
77  }
78
79  public final class CardColors {
80    ctor public CardColors();
81    ctor public CardColors(optional androidx.wear.protolayout.types.LayoutColor backgroundColor, optional androidx.wear.protolayout.types.LayoutColor titleColor, optional androidx.wear.protolayout.types.LayoutColor contentColor, optional androidx.wear.protolayout.types.LayoutColor timeColor, optional androidx.wear.protolayout.types.LayoutColor labelColor, optional androidx.wear.protolayout.types.LayoutColor secondaryIconColor, optional androidx.wear.protolayout.types.LayoutColor secondaryTextColor, optional androidx.wear.protolayout.material3.ProgressIndicatorColors? graphicProgressIndicatorColors, optional androidx.wear.protolayout.types.LayoutColor? graphicIconColor);
82    method public androidx.wear.protolayout.material3.CardColors copy(optional androidx.wear.protolayout.types.LayoutColor backgroundColor, optional androidx.wear.protolayout.types.LayoutColor titleColor, optional androidx.wear.protolayout.types.LayoutColor contentColor, optional androidx.wear.protolayout.types.LayoutColor timeColor, optional androidx.wear.protolayout.types.LayoutColor labelColor, optional androidx.wear.protolayout.types.LayoutColor secondaryIconColor, optional androidx.wear.protolayout.types.LayoutColor secondaryTextColor, optional androidx.wear.protolayout.material3.ProgressIndicatorColors? graphicProgressIndicatorColors, optional androidx.wear.protolayout.types.LayoutColor? graphicIconColor);
83    method public androidx.wear.protolayout.types.LayoutColor getBackgroundColor();
84    method public androidx.wear.protolayout.types.LayoutColor getContentColor();
85    method public androidx.wear.protolayout.types.LayoutColor? getGraphicIconColor();
86    method public androidx.wear.protolayout.material3.ProgressIndicatorColors? getGraphicProgressIndicatorColors();
87    method public androidx.wear.protolayout.types.LayoutColor getLabelColor();
88    method public androidx.wear.protolayout.types.LayoutColor getSecondaryIconColor();
89    method public androidx.wear.protolayout.types.LayoutColor getSecondaryTextColor();
90    method public androidx.wear.protolayout.types.LayoutColor getTimeColor();
91    method public androidx.wear.protolayout.types.LayoutColor getTitleColor();
92    property public androidx.wear.protolayout.types.LayoutColor backgroundColor;
93    property public androidx.wear.protolayout.types.LayoutColor contentColor;
94    property public androidx.wear.protolayout.types.LayoutColor? graphicIconColor;
95    property public androidx.wear.protolayout.material3.ProgressIndicatorColors? graphicProgressIndicatorColors;
96    property public androidx.wear.protolayout.types.LayoutColor labelColor;
97    property public androidx.wear.protolayout.types.LayoutColor secondaryIconColor;
98    property public androidx.wear.protolayout.types.LayoutColor secondaryTextColor;
99    property public androidx.wear.protolayout.types.LayoutColor timeColor;
100    property public androidx.wear.protolayout.types.LayoutColor titleColor;
101  }
102
103  public final class CardDefaults {
104    method public androidx.wear.protolayout.material3.CardColors filledCardColors(androidx.wear.protolayout.material3.MaterialScope);
105    method public androidx.wear.protolayout.material3.CardColors filledTonalCardColors(androidx.wear.protolayout.material3.MaterialScope);
106    method public androidx.wear.protolayout.material3.CardColors filledVariantCardColors(androidx.wear.protolayout.material3.MaterialScope);
107    method public androidx.wear.protolayout.material3.CardColors imageBackgroundCardColors(androidx.wear.protolayout.material3.MaterialScope);
108    field public static final androidx.wear.protolayout.material3.CardDefaults INSTANCE;
109  }
110
111  public final class CardKt {
112    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement appCard(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> title, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? content, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? avatar, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? label, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? time, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.CardColors colors, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.material3.AppCardStyle style, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
113    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement card(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> content);
114    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement graphicDataCard(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> graphic, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> title, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? content, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.CardColors colors, optional androidx.wear.protolayout.material3.GraphicDataCardStyle style, optional int horizontalAlignment, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
115    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement iconDataCard(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> title, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? content, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? secondaryIcon, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.CardColors colors, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.material3.DataCardStyle style, optional int titleContentPlacement, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
116    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement textDataCard(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> title, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? content, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? secondaryText, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension width, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.CardColors colors, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.material3.DataCardStyle style, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding);
117    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement titleCard(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> title, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? content, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? time, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension height, optional androidx.wear.protolayout.ModifiersBuilders.Corner shape, optional androidx.wear.protolayout.material3.CardColors colors, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? backgroundContent, optional androidx.wear.protolayout.material3.TitleCardStyle style, optional androidx.wear.protolayout.ModifiersBuilders.Padding contentPadding, optional int horizontalAlignment);
118  }
119
120  public final class CircularProgressIndicatorDefaults {
121    method @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public float calculateRecommendedGapSize(@Dimension(unit=androidx.annotation.Dimension.Companion.DP) float strokeWidth);
122    method public androidx.wear.protolayout.material3.ProgressIndicatorColors filledProgressIndicatorColors(androidx.wear.protolayout.material3.MaterialScope);
123    method public androidx.wear.protolayout.material3.ProgressIndicatorColors filledTonalProgressIndicatorColors(androidx.wear.protolayout.material3.MaterialScope);
124    method public androidx.wear.protolayout.material3.ProgressIndicatorColors filledVariantProgressIndicatorColors(androidx.wear.protolayout.material3.MaterialScope);
125    method public androidx.wear.protolayout.expression.AnimationParameterBuilders.AnimationSpec getRecommendedAnimationSpec();
126    property @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static float LARGE_STROKE_WIDTH;
127    property @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static float SMALL_STROKE_WIDTH;
128    property public androidx.wear.protolayout.expression.AnimationParameterBuilders.AnimationSpec recommendedAnimationSpec;
129    field public static final androidx.wear.protolayout.material3.CircularProgressIndicatorDefaults INSTANCE;
130    field @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static final float LARGE_STROKE_WIDTH = 8.0f;
131    field @Dimension(unit=androidx.annotation.Dimension.Companion.DP) public static final float SMALL_STROKE_WIDTH = 4.0f;
132  }
133
134  public final class CircularProgressIndicatorKt {
135    method public static androidx.wear.protolayout.LayoutElementBuilders.Box circularProgressIndicator(androidx.wear.protolayout.material3.MaterialScope, optional float staticProgress, optional androidx.wear.protolayout.expression.DynamicBuilders.DynamicFloat? dynamicProgress, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional float startAngleDegrees, optional float endAngleDegrees, optional @Dimension(unit=androidx.annotation.Dimension.Companion.DP) float strokeWidth, optional @Dimension(unit=androidx.annotation.Dimension.Companion.DP) float gapSize, optional androidx.wear.protolayout.material3.ProgressIndicatorColors colors, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension size);
136    method public static androidx.wear.protolayout.LayoutElementBuilders.Box segmentedCircularProgressIndicator(androidx.wear.protolayout.material3.MaterialScope, @IntRange(from=1L) int segmentCount, optional float staticProgress, optional androidx.wear.protolayout.expression.DynamicBuilders.DynamicFloat? dynamicProgress, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional float startAngleDegrees, optional float endAngleDegrees, optional @Dimension(unit=androidx.annotation.Dimension.Companion.DP) float strokeWidth, optional @Dimension(unit=androidx.annotation.Dimension.Companion.DP) float gapSize, optional androidx.wear.protolayout.material3.ProgressIndicatorColors colors, optional androidx.wear.protolayout.DimensionBuilders.ContainerDimension size);
137  }
138
139  public final class ColorScheme {
140    ctor public ColorScheme();
141    ctor public ColorScheme(optional androidx.wear.protolayout.types.LayoutColor primary, optional androidx.wear.protolayout.types.LayoutColor primaryDim, optional androidx.wear.protolayout.types.LayoutColor primaryContainer, optional androidx.wear.protolayout.types.LayoutColor onPrimary, optional androidx.wear.protolayout.types.LayoutColor onPrimaryContainer, optional androidx.wear.protolayout.types.LayoutColor secondary, optional androidx.wear.protolayout.types.LayoutColor secondaryDim, optional androidx.wear.protolayout.types.LayoutColor secondaryContainer, optional androidx.wear.protolayout.types.LayoutColor onSecondary, optional androidx.wear.protolayout.types.LayoutColor onSecondaryContainer, optional androidx.wear.protolayout.types.LayoutColor tertiary, optional androidx.wear.protolayout.types.LayoutColor tertiaryDim, optional androidx.wear.protolayout.types.LayoutColor tertiaryContainer, optional androidx.wear.protolayout.types.LayoutColor onTertiary, optional androidx.wear.protolayout.types.LayoutColor onTertiaryContainer, optional androidx.wear.protolayout.types.LayoutColor surfaceContainerLow, optional androidx.wear.protolayout.types.LayoutColor surfaceContainer, optional androidx.wear.protolayout.types.LayoutColor surfaceContainerHigh, optional androidx.wear.protolayout.types.LayoutColor onSurface, optional androidx.wear.protolayout.types.LayoutColor onSurfaceVariant, optional androidx.wear.protolayout.types.LayoutColor outline, optional androidx.wear.protolayout.types.LayoutColor outlineVariant, optional androidx.wear.protolayout.types.LayoutColor background, optional androidx.wear.protolayout.types.LayoutColor onBackground, optional androidx.wear.protolayout.types.LayoutColor error, optional androidx.wear.protolayout.types.LayoutColor errorDim, optional androidx.wear.protolayout.types.LayoutColor errorContainer, optional androidx.wear.protolayout.types.LayoutColor onError, optional androidx.wear.protolayout.types.LayoutColor onErrorContainer);
142    method public androidx.wear.protolayout.types.LayoutColor getBackground();
143    method public androidx.wear.protolayout.types.LayoutColor getError();
144    method public androidx.wear.protolayout.types.LayoutColor getErrorContainer();
145    method public androidx.wear.protolayout.types.LayoutColor getErrorDim();
146    method public androidx.wear.protolayout.types.LayoutColor getOnBackground();
147    method public androidx.wear.protolayout.types.LayoutColor getOnError();
148    method public androidx.wear.protolayout.types.LayoutColor getOnErrorContainer();
149    method public androidx.wear.protolayout.types.LayoutColor getOnPrimary();
150    method public androidx.wear.protolayout.types.LayoutColor getOnPrimaryContainer();
151    method public androidx.wear.protolayout.types.LayoutColor getOnSecondary();
152    method public androidx.wear.protolayout.types.LayoutColor getOnSecondaryContainer();
153    method public androidx.wear.protolayout.types.LayoutColor getOnSurface();
154    method public androidx.wear.protolayout.types.LayoutColor getOnSurfaceVariant();
155    method public androidx.wear.protolayout.types.LayoutColor getOnTertiary();
156    method public androidx.wear.protolayout.types.LayoutColor getOnTertiaryContainer();
157    method public androidx.wear.protolayout.types.LayoutColor getOutline();
158    method public androidx.wear.protolayout.types.LayoutColor getOutlineVariant();
159    method public androidx.wear.protolayout.types.LayoutColor getPrimary();
160    method public androidx.wear.protolayout.types.LayoutColor getPrimaryContainer();
161    method public androidx.wear.protolayout.types.LayoutColor getPrimaryDim();
162    method public androidx.wear.protolayout.types.LayoutColor getSecondary();
163    method public androidx.wear.protolayout.types.LayoutColor getSecondaryContainer();
164    method public androidx.wear.protolayout.types.LayoutColor getSecondaryDim();
165    method public androidx.wear.protolayout.types.LayoutColor getSurfaceContainer();
166    method public androidx.wear.protolayout.types.LayoutColor getSurfaceContainerHigh();
167    method public androidx.wear.protolayout.types.LayoutColor getSurfaceContainerLow();
168    method public androidx.wear.protolayout.types.LayoutColor getTertiary();
169    method public androidx.wear.protolayout.types.LayoutColor getTertiaryContainer();
170    method public androidx.wear.protolayout.types.LayoutColor getTertiaryDim();
171    property public androidx.wear.protolayout.types.LayoutColor background;
172    property public androidx.wear.protolayout.types.LayoutColor error;
173    property public androidx.wear.protolayout.types.LayoutColor errorContainer;
174    property public androidx.wear.protolayout.types.LayoutColor errorDim;
175    property public androidx.wear.protolayout.types.LayoutColor onBackground;
176    property public androidx.wear.protolayout.types.LayoutColor onError;
177    property public androidx.wear.protolayout.types.LayoutColor onErrorContainer;
178    property public androidx.wear.protolayout.types.LayoutColor onPrimary;
179    property public androidx.wear.protolayout.types.LayoutColor onPrimaryContainer;
180    property public androidx.wear.protolayout.types.LayoutColor onSecondary;
181    property public androidx.wear.protolayout.types.LayoutColor onSecondaryContainer;
182    property public androidx.wear.protolayout.types.LayoutColor onSurface;
183    property public androidx.wear.protolayout.types.LayoutColor onSurfaceVariant;
184    property public androidx.wear.protolayout.types.LayoutColor onTertiary;
185    property public androidx.wear.protolayout.types.LayoutColor onTertiaryContainer;
186    property public androidx.wear.protolayout.types.LayoutColor outline;
187    property public androidx.wear.protolayout.types.LayoutColor outlineVariant;
188    property public androidx.wear.protolayout.types.LayoutColor primary;
189    property public androidx.wear.protolayout.types.LayoutColor primaryContainer;
190    property public androidx.wear.protolayout.types.LayoutColor primaryDim;
191    property public androidx.wear.protolayout.types.LayoutColor secondary;
192    property public androidx.wear.protolayout.types.LayoutColor secondaryContainer;
193    property public androidx.wear.protolayout.types.LayoutColor secondaryDim;
194    property public androidx.wear.protolayout.types.LayoutColor surfaceContainer;
195    property public androidx.wear.protolayout.types.LayoutColor surfaceContainerHigh;
196    property public androidx.wear.protolayout.types.LayoutColor surfaceContainerLow;
197    property public androidx.wear.protolayout.types.LayoutColor tertiary;
198    property public androidx.wear.protolayout.types.LayoutColor tertiaryContainer;
199    property public androidx.wear.protolayout.types.LayoutColor tertiaryDim;
200  }
201
202  public final class DataCardStyle {
203    field public static final androidx.wear.protolayout.material3.DataCardStyle.Companion Companion;
204  }
205
206  public static final class DataCardStyle.Companion {
207    method public androidx.wear.protolayout.material3.DataCardStyle defaultCompactDataCardStyle();
208    method public androidx.wear.protolayout.material3.DataCardStyle defaultDataCardStyle();
209    method public androidx.wear.protolayout.material3.DataCardStyle extraLargeDataCardStyle();
210    method public androidx.wear.protolayout.material3.DataCardStyle largeCompactDataCardStyle();
211    method public androidx.wear.protolayout.material3.DataCardStyle largeDataCardStyle();
212    method public androidx.wear.protolayout.material3.DataCardStyle smallCompactDataCardStyle();
213    method public androidx.wear.protolayout.material3.DataCardStyle smallDataCardStyle();
214  }
215
216  public final class DynamicColorSchemeKt {
217    method public static androidx.wear.protolayout.material3.ColorScheme dynamicColorScheme(android.content.Context context, optional androidx.wear.protolayout.material3.ColorScheme defaultColorScheme);
218    method public static boolean isDynamicColorSchemeEnabled(android.content.Context context);
219  }
220
221  public final class EdgeButtonKt {
222    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement iconEdgeButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.material3.ButtonColors colors, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> iconContent);
223    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement textEdgeButton(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.ModifiersBuilders.Clickable onClick, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.material3.ButtonColors colors, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> labelContent);
224  }
225
226  public final class GraphicDataCardDefaults {
227    method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement constructGraphic(androidx.wear.protolayout.material3.MaterialScope, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,androidx.wear.protolayout.LayoutElementBuilders.Box> mainContent, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> iconContent, optional float iconSizeRatio);
228    field public static final androidx.wear.protolayout.material3.GraphicDataCardDefaults INSTANCE;
229  }
230
231  public final class GraphicDataCardStyle {
232    field public static final androidx.wear.protolayout.material3.GraphicDataCardStyle.Companion Companion;
233  }
234
235  public static final class GraphicDataCardStyle.Companion {
236    method public androidx.wear.protolayout.material3.GraphicDataCardStyle defaultGraphicDataCardStyle();
237    method public androidx.wear.protolayout.material3.GraphicDataCardStyle largeGraphicDataCardStyle();
238  }
239
240  public final class IconButtonStyle {
241    field public static final androidx.wear.protolayout.material3.IconButtonStyle.Companion Companion;
242  }
243
244  public static final class IconButtonStyle.Companion {
245    method public androidx.wear.protolayout.material3.IconButtonStyle defaultIconButtonStyle();
246    method public androidx.wear.protolayout.material3.IconButtonStyle largeIconButtonStyle();
247  }
248
249  public final class IconKt {
250    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement icon(androidx.wear.protolayout.material3.MaterialScope, String protoLayoutResourceId, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension width, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension height, optional androidx.wear.protolayout.types.LayoutColor tintColor);
251  }
252
253  public final class ImageKt {
254    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement avatarImage(androidx.wear.protolayout.material3.MaterialScope, String protoLayoutResourceId, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension width, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension height, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional int contentScaleMode);
255    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement backgroundImage(androidx.wear.protolayout.material3.MaterialScope, String protoLayoutResourceId, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension width, optional androidx.wear.protolayout.DimensionBuilders.ImageDimension height, optional androidx.wear.protolayout.types.LayoutColor? overlayColor, optional int contentScaleMode);
256  }
257
258  @androidx.wear.protolayout.material3.MaterialScopeMarker public class MaterialScope {
259    method public final androidx.wear.protolayout.material3.ColorScheme getColorScheme();
260    method public final androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters getDeviceConfiguration();
261    method public final androidx.wear.protolayout.material3.Shapes getShapes();
262    property public final androidx.wear.protolayout.material3.ColorScheme colorScheme;
263    property public final androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters deviceConfiguration;
264    property public final androidx.wear.protolayout.material3.Shapes shapes;
265  }
266
267  public final class MaterialScopeKt {
268    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement materialScope(android.content.Context context, androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters deviceConfiguration, optional boolean allowDynamicTheme, optional androidx.wear.protolayout.material3.ColorScheme defaultColorScheme, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> layout);
269  }
270
271  @kotlin.DslMarker public @interface MaterialScopeMarker {
272  }
273
274  public final class PrimaryLayoutKt {
275    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement primaryLayout(androidx.wear.protolayout.material3.MaterialScope, kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement> mainSlot, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? titleSlot, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? bottomSlot, optional kotlin.jvm.functions.Function1<? super androidx.wear.protolayout.material3.MaterialScope,? extends androidx.wear.protolayout.LayoutElementBuilders.LayoutElement>? labelForBottomSlot, optional androidx.wear.protolayout.ModifiersBuilders.Clickable? onClick, optional androidx.wear.protolayout.material3.PrimaryLayoutMargins margins);
276  }
277
278  public abstract class PrimaryLayoutMargins {
279    field public static final androidx.wear.protolayout.material3.PrimaryLayoutMargins.Companion Companion;
280    field public static final androidx.wear.protolayout.material3.PrimaryLayoutMargins DEFAULT_PRIMARY_LAYOUT_MARGIN;
281    field public static final androidx.wear.protolayout.material3.PrimaryLayoutMargins MAX_PRIMARY_LAYOUT_MARGIN;
282    field public static final androidx.wear.protolayout.material3.PrimaryLayoutMargins MID_PRIMARY_LAYOUT_MARGIN;
283    field public static final androidx.wear.protolayout.material3.PrimaryLayoutMargins MIN_PRIMARY_LAYOUT_MARGIN;
284  }
285
286  public static final class PrimaryLayoutMargins.Companion {
287    method public androidx.wear.protolayout.material3.PrimaryLayoutMargins customizedPrimaryLayoutMargin(@FloatRange(from=0.0, to=1.0) float start, @FloatRange(from=0.0, to=1.0) float end);
288    method public androidx.wear.protolayout.material3.PrimaryLayoutMargins customizedPrimaryLayoutMargin(@FloatRange(from=0.0, to=1.0) float start, @FloatRange(from=0.0, to=1.0) float end, @FloatRange(from=0.0, to=1.0) float bottom);
289    property public androidx.wear.protolayout.material3.PrimaryLayoutMargins DEFAULT_PRIMARY_LAYOUT_MARGIN;
290    property public androidx.wear.protolayout.material3.PrimaryLayoutMargins MAX_PRIMARY_LAYOUT_MARGIN;
291    property public androidx.wear.protolayout.material3.PrimaryLayoutMargins MID_PRIMARY_LAYOUT_MARGIN;
292    property public androidx.wear.protolayout.material3.PrimaryLayoutMargins MIN_PRIMARY_LAYOUT_MARGIN;
293  }
294
295  public final class ProgressIndicatorColors {
296    ctor public ProgressIndicatorColors(androidx.wear.protolayout.types.LayoutColor indicatorColor, androidx.wear.protolayout.types.LayoutColor trackColor, optional androidx.wear.protolayout.types.LayoutColor trackOverflowColor);
297    method public androidx.wear.protolayout.material3.ProgressIndicatorColors copy(optional androidx.wear.protolayout.types.LayoutColor indicatorColor, optional androidx.wear.protolayout.types.LayoutColor trackColor, optional androidx.wear.protolayout.types.LayoutColor trackOverflowColor);
298    method public androidx.wear.protolayout.types.LayoutColor getIndicatorColor();
299    method public androidx.wear.protolayout.types.LayoutColor getTrackColor();
300    method public androidx.wear.protolayout.types.LayoutColor getTrackOverflowColor();
301    property public androidx.wear.protolayout.types.LayoutColor indicatorColor;
302    property public androidx.wear.protolayout.types.LayoutColor trackColor;
303    property public androidx.wear.protolayout.types.LayoutColor trackOverflowColor;
304  }
305
306  public final class Shapes {
307    ctor public Shapes();
308    method public androidx.wear.protolayout.ModifiersBuilders.Corner getExtraLarge();
309    method public androidx.wear.protolayout.ModifiersBuilders.Corner getExtraSmall();
310    method public androidx.wear.protolayout.ModifiersBuilders.Corner getFull();
311    method public androidx.wear.protolayout.ModifiersBuilders.Corner getLarge();
312    method public androidx.wear.protolayout.ModifiersBuilders.Corner getMedium();
313    method public androidx.wear.protolayout.ModifiersBuilders.Corner getNone();
314    method public androidx.wear.protolayout.ModifiersBuilders.Corner getSmall();
315    property public androidx.wear.protolayout.ModifiersBuilders.Corner extraLarge;
316    property public androidx.wear.protolayout.ModifiersBuilders.Corner extraSmall;
317    property public androidx.wear.protolayout.ModifiersBuilders.Corner full;
318    property public androidx.wear.protolayout.ModifiersBuilders.Corner large;
319    property public androidx.wear.protolayout.ModifiersBuilders.Corner medium;
320    property public androidx.wear.protolayout.ModifiersBuilders.Corner none;
321    property public androidx.wear.protolayout.ModifiersBuilders.Corner small;
322  }
323
324  public final class TextButtonStyle {
325    field public static final androidx.wear.protolayout.material3.TextButtonStyle.Companion Companion;
326  }
327
328  public static final class TextButtonStyle.Companion {
329    method public androidx.wear.protolayout.material3.TextButtonStyle defaultTextButtonStyle();
330    method public androidx.wear.protolayout.material3.TextButtonStyle extraLargeTextButtonStyle();
331    method public androidx.wear.protolayout.material3.TextButtonStyle largeTextButtonStyle();
332    method public androidx.wear.protolayout.material3.TextButtonStyle smallTextButtonStyle();
333  }
334
335  public final class TextKt {
336    method public static androidx.wear.protolayout.LayoutElementBuilders.LayoutElement text(androidx.wear.protolayout.material3.MaterialScope, androidx.wear.protolayout.types.LayoutString text, optional androidx.wear.protolayout.modifiers.LayoutModifier modifier, optional int typography, optional androidx.wear.protolayout.types.LayoutColor color, optional boolean italic, optional boolean underline, optional boolean scalable, optional int maxLines, optional int alignment, optional int overflow, optional @androidx.wear.protolayout.expression.RequiresSchemaVersion(major=1, minor=400) java.util.List<? extends androidx.wear.protolayout.LayoutElementBuilders.FontSetting> settings);
337  }
338
339  public final class TitleCardDefaults {
340    field public static final androidx.wear.protolayout.material3.TitleCardDefaults INSTANCE;
341  }
342
343  public final class TitleCardStyle {
344    field public static final androidx.wear.protolayout.material3.TitleCardStyle.Companion Companion;
345  }
346
347  public static final class TitleCardStyle.Companion {
348    method public androidx.wear.protolayout.material3.TitleCardStyle defaultTitleCardStyle();
349    method public androidx.wear.protolayout.material3.TitleCardStyle extraLargeTitleCardStyle();
350    method public androidx.wear.protolayout.material3.TitleCardStyle largeTitleCardStyle();
351    method public androidx.wear.protolayout.material3.TitleCardStyle smallTitleCardStyle();
352  }
353
354  @kotlin.jvm.JvmInline public final value class TitleContentPlacementInDataCard {
355    field public static final androidx.wear.protolayout.material3.TitleContentPlacementInDataCard.Companion Companion;
356  }
357
358  public static final class TitleContentPlacementInDataCard.Companion {
359    method public int getBottom();
360    method public int getTop();
361    property public int Bottom;
362    property public int Top;
363  }
364
365  public final class Typography {
366    property public static int BODY_EXTRA_SMALL;
367    property public static int BODY_LARGE;
368    property public static int BODY_MEDIUM;
369    property public static int BODY_SMALL;
370    property public static int DISPLAY_LARGE;
371    property public static int DISPLAY_MEDIUM;
372    property public static int DISPLAY_SMALL;
373    property public static int LABEL_LARGE;
374    property public static int LABEL_MEDIUM;
375    property public static int LABEL_SMALL;
376    property public static int NUMERAL_EXTRA_LARGE;
377    property public static int NUMERAL_EXTRA_SMALL;
378    property public static int NUMERAL_LARGE;
379    property public static int NUMERAL_MEDIUM;
380    property public static int NUMERAL_SMALL;
381    property public static int TITLE_LARGE;
382    property public static int TITLE_MEDIUM;
383    property public static int TITLE_SMALL;
384    field public static final int BODY_EXTRA_SMALL = 2; // 0x2
385    field public static final int BODY_LARGE = 3; // 0x3
386    field public static final int BODY_MEDIUM = 4; // 0x4
387    field public static final int BODY_SMALL = 5; // 0x5
388    field public static final int DISPLAY_LARGE = 6; // 0x6
389    field public static final int DISPLAY_MEDIUM = 7; // 0x7
390    field public static final int DISPLAY_SMALL = 8; // 0x8
391    field public static final androidx.wear.protolayout.material3.Typography INSTANCE;
392    field public static final int LABEL_LARGE = 9; // 0x9
393    field public static final int LABEL_MEDIUM = 10; // 0xa
394    field public static final int LABEL_SMALL = 11; // 0xb
395    field public static final int NUMERAL_EXTRA_LARGE = 12; // 0xc
396    field public static final int NUMERAL_EXTRA_SMALL = 13; // 0xd
397    field public static final int NUMERAL_LARGE = 14; // 0xe
398    field public static final int NUMERAL_MEDIUM = 15; // 0xf
399    field public static final int NUMERAL_SMALL = 16; // 0x10
400    field public static final int TITLE_LARGE = 17; // 0x11
401    field public static final int TITLE_MEDIUM = 18; // 0x12
402    field public static final int TITLE_SMALL = 19; // 0x13
403  }
404
405}
406
407