| // Signature format: 4.0 |
| package androidx.wear.protolayout.material { |
| |
| public class Button implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.Button? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.ButtonColors getButtonColors(); |
| method public androidx.wear.protolayout.ModifiersBuilders.Clickable getClickable(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp? getContentDescription(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getCustomContent(); |
| method public String? getIconContent(); |
| method public String? getImageContent(); |
| method public androidx.wear.protolayout.DimensionBuilders.ContainerDimension getSize(); |
| method public String? getTextContent(); |
| } |
| |
| public static final class Button.Builder { |
| ctor public Button.Builder(android.content.Context, androidx.wear.protolayout.ModifiersBuilders.Clickable); |
| method public androidx.wear.protolayout.material.Button build(); |
| method public androidx.wear.protolayout.material.Button.Builder setButtonColors(androidx.wear.protolayout.material.ButtonColors); |
| method public androidx.wear.protolayout.material.Button.Builder setContentDescription(androidx.wear.protolayout.TypeBuilders.StringProp); |
| method public androidx.wear.protolayout.material.Button.Builder setContentDescription(CharSequence); |
| method public androidx.wear.protolayout.material.Button.Builder setCustomContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.Button.Builder setIconContent(String); |
| method public androidx.wear.protolayout.material.Button.Builder setIconContent(String, androidx.wear.protolayout.DimensionBuilders.DpProp); |
| method public androidx.wear.protolayout.material.Button.Builder setImageContent(String); |
| method public androidx.wear.protolayout.material.Button.Builder setSize(androidx.wear.protolayout.DimensionBuilders.DpProp); |
| method public androidx.wear.protolayout.material.Button.Builder setSize(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| method public androidx.wear.protolayout.material.Button.Builder setTextContent(String); |
| method public androidx.wear.protolayout.material.Button.Builder setTextContent(String, int); |
| } |
| |
| public class ButtonColors { |
| ctor public ButtonColors(androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp); |
| ctor public ButtonColors(@ColorInt int, @ColorInt int); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getBackgroundColor(); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getContentColor(); |
| method public static androidx.wear.protolayout.material.ButtonColors primaryButtonColors(androidx.wear.protolayout.material.Colors); |
| method public static androidx.wear.protolayout.material.ButtonColors secondaryButtonColors(androidx.wear.protolayout.material.Colors); |
| } |
| |
| public class ButtonDefaults { |
| method public static androidx.wear.protolayout.DimensionBuilders.DpProp recommendedIconSize(androidx.wear.protolayout.DimensionBuilders.DpProp); |
| method public static androidx.wear.protolayout.DimensionBuilders.DpProp recommendedIconSize(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp DEFAULT_SIZE; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp EXTRA_LARGE_SIZE; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp LARGE_SIZE; |
| field public static final androidx.wear.protolayout.material.ButtonColors PRIMARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ButtonColors SECONDARY_COLORS; |
| } |
| |
| public class Chip implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.Chip? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.ChipColors getChipColors(); |
| method public androidx.wear.protolayout.ModifiersBuilders.Clickable getClickable(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp? getContentDescription(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getCustomContent(); |
| method public androidx.wear.protolayout.DimensionBuilders.ContainerDimension getHeight(); |
| method public int getHorizontalAlignment(); |
| method public String? getIconContent(); |
| method public String? getPrimaryLabelContent(); |
| method public String? getSecondaryLabelContent(); |
| method public androidx.wear.protolayout.DimensionBuilders.ContainerDimension getWidth(); |
| } |
| |
| public static final class Chip.Builder { |
| ctor public Chip.Builder(android.content.Context, androidx.wear.protolayout.ModifiersBuilders.Clickable, androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.protolayout.material.Chip build(); |
| method public androidx.wear.protolayout.material.Chip.Builder setChipColors(androidx.wear.protolayout.material.ChipColors); |
| method public androidx.wear.protolayout.material.Chip.Builder setContentDescription(androidx.wear.protolayout.TypeBuilders.StringProp); |
| method public androidx.wear.protolayout.material.Chip.Builder setContentDescription(CharSequence); |
| method public androidx.wear.protolayout.material.Chip.Builder setCustomContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.Chip.Builder setHorizontalAlignment(int); |
| method public androidx.wear.protolayout.material.Chip.Builder setIconContent(String); |
| method public androidx.wear.protolayout.material.Chip.Builder setPrimaryLabelContent(String); |
| method public androidx.wear.protolayout.material.Chip.Builder setSecondaryLabelContent(String); |
| method public androidx.wear.protolayout.material.Chip.Builder setWidth(androidx.wear.protolayout.DimensionBuilders.ContainerDimension); |
| method public androidx.wear.protolayout.material.Chip.Builder setWidth(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| public class ChipColors { |
| ctor public ChipColors(androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp); |
| ctor public ChipColors(androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp); |
| ctor public ChipColors(@ColorInt int, @ColorInt int); |
| ctor public ChipColors(@ColorInt int, @ColorInt int, @ColorInt int, @ColorInt int); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getBackgroundColor(); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getContentColor(); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getIconColor(); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getSecondaryContentColor(); |
| method public static androidx.wear.protolayout.material.ChipColors primaryChipColors(androidx.wear.protolayout.material.Colors); |
| method public static androidx.wear.protolayout.material.ChipColors secondaryChipColors(androidx.wear.protolayout.material.Colors); |
| } |
| |
| public class ChipDefaults { |
| field public static final androidx.wear.protolayout.material.ChipColors COMPACT_PRIMARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ChipColors COMPACT_SECONDARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ChipColors PRIMARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ChipColors SECONDARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ChipColors TITLE_PRIMARY_COLORS; |
| field public static final androidx.wear.protolayout.material.ChipColors TITLE_SECONDARY_COLORS; |
| } |
| |
| public class CircularProgressIndicator implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.CircularProgressIndicator? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.ProgressIndicatorColors getCircularProgressIndicatorColors(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp? getContentDescription(); |
| method public androidx.wear.protolayout.DimensionBuilders.DegreesProp getEndAngle(); |
| method public androidx.wear.protolayout.DimensionBuilders.DegreesProp getProgress(); |
| method public androidx.wear.protolayout.DimensionBuilders.DegreesProp getStartAngle(); |
| method public androidx.wear.protolayout.DimensionBuilders.DpProp getStrokeWidth(); |
| method public boolean isOuterMarginApplied(); |
| } |
| |
| public static final class CircularProgressIndicator.Builder { |
| ctor public CircularProgressIndicator.Builder(); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator build(); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setCircularProgressIndicatorColors(androidx.wear.protolayout.material.ProgressIndicatorColors); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setContentDescription(androidx.wear.protolayout.TypeBuilders.StringProp); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setContentDescription(CharSequence); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setEndAngle(float); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setOuterMarginApplied(boolean); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setProgress(androidx.wear.protolayout.TypeBuilders.FloatProp); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setProgress(@FloatRange(from=0, to=1) float); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setStartAngle(float); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setStrokeWidth(androidx.wear.protolayout.DimensionBuilders.DpProp); |
| method public androidx.wear.protolayout.material.CircularProgressIndicator.Builder setStrokeWidth(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| public class Colors { |
| ctor public Colors(@ColorInt int, @ColorInt int, @ColorInt int, @ColorInt int); |
| method @ColorInt public int getOnPrimary(); |
| method @ColorInt public int getOnSurface(); |
| method @ColorInt public int getPrimary(); |
| method @ColorInt public int getSurface(); |
| field public static final androidx.wear.protolayout.material.Colors DEFAULT; |
| } |
| |
| public class CompactChip implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.CompactChip? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.ChipColors getChipColors(); |
| method public androidx.wear.protolayout.ModifiersBuilders.Clickable getClickable(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp? getContentDescription(); |
| method public String? getIconContent(); |
| method public String getText(); |
| method public boolean hasText(); |
| } |
| |
| public static final class CompactChip.Builder { |
| ctor public CompactChip.Builder(android.content.Context, androidx.wear.protolayout.ModifiersBuilders.Clickable, androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| ctor public CompactChip.Builder(android.content.Context, String, androidx.wear.protolayout.ModifiersBuilders.Clickable, androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.protolayout.material.CompactChip build(); |
| method public androidx.wear.protolayout.material.CompactChip.Builder setChipColors(androidx.wear.protolayout.material.ChipColors); |
| method public androidx.wear.protolayout.material.CompactChip.Builder setContentDescription(androidx.wear.protolayout.TypeBuilders.StringProp); |
| method public androidx.wear.protolayout.material.CompactChip.Builder setContentDescription(CharSequence); |
| method public androidx.wear.protolayout.material.CompactChip.Builder setIconContent(String); |
| method public androidx.wear.protolayout.material.CompactChip.Builder setTextContent(String); |
| } |
| |
| public class ProgressIndicatorColors { |
| ctor public ProgressIndicatorColors(androidx.wear.protolayout.ColorBuilders.ColorProp, androidx.wear.protolayout.ColorBuilders.ColorProp); |
| ctor public ProgressIndicatorColors(@ColorInt int, @ColorInt int); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getIndicatorColor(); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getTrackColor(); |
| method public static androidx.wear.protolayout.material.ProgressIndicatorColors progressIndicatorColors(androidx.wear.protolayout.material.Colors); |
| } |
| |
| public class ProgressIndicatorDefaults { |
| field public static final androidx.wear.protolayout.material.ProgressIndicatorColors DEFAULT_COLORS; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp DEFAULT_STROKE_WIDTH; |
| field public static final float GAP_END_ANGLE = 156.1f; |
| field public static final float GAP_START_ANGLE = -156.1f; |
| } |
| |
| public class Text implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.Text? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.ColorBuilders.ColorProp getColor(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.FontStyle getFontStyle(); |
| method public float getLineHeight(); |
| method public int getMaxLines(); |
| method public androidx.wear.protolayout.ModifiersBuilders.Modifiers getModifiers(); |
| method public int getMultilineAlignment(); |
| method public int getOverflow(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp getText(); |
| method public int getWeight(); |
| method public boolean isItalic(); |
| method public boolean isUnderline(); |
| } |
| |
| public static final class Text.Builder { |
| ctor public Text.Builder(android.content.Context, androidx.wear.protolayout.TypeBuilders.StringProp, androidx.wear.protolayout.TypeBuilders.StringLayoutConstraint); |
| ctor public Text.Builder(android.content.Context, String); |
| method public androidx.wear.protolayout.material.Text build(); |
| method public androidx.wear.protolayout.material.Text.Builder setColor(androidx.wear.protolayout.ColorBuilders.ColorProp); |
| method public androidx.wear.protolayout.material.Text.Builder setItalic(boolean); |
| method public androidx.wear.protolayout.material.Text.Builder setMaxLines(@IntRange(from=1) int); |
| method public androidx.wear.protolayout.material.Text.Builder setModifiers(androidx.wear.protolayout.ModifiersBuilders.Modifiers); |
| method public androidx.wear.protolayout.material.Text.Builder setMultilineAlignment(int); |
| method public androidx.wear.protolayout.material.Text.Builder setOverflow(int); |
| method public androidx.wear.protolayout.material.Text.Builder setScalable(boolean); |
| method public androidx.wear.protolayout.material.Text.Builder setTypography(int); |
| method public androidx.wear.protolayout.material.Text.Builder setUnderline(boolean); |
| method public androidx.wear.protolayout.material.Text.Builder setWeight(int); |
| } |
| |
| public class TitleChip implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.TitleChip? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.ChipColors getChipColors(); |
| method public androidx.wear.protolayout.ModifiersBuilders.Clickable getClickable(); |
| method public androidx.wear.protolayout.TypeBuilders.StringProp? getContentDescription(); |
| method public int getHorizontalAlignment(); |
| method public String? getIconContent(); |
| method public String getText(); |
| method public androidx.wear.protolayout.DimensionBuilders.ContainerDimension getWidth(); |
| } |
| |
| public static final class TitleChip.Builder { |
| ctor public TitleChip.Builder(android.content.Context, String, androidx.wear.protolayout.ModifiersBuilders.Clickable, androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.protolayout.material.TitleChip build(); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setChipColors(androidx.wear.protolayout.material.ChipColors); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setContentDescription(androidx.wear.protolayout.TypeBuilders.StringProp); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setContentDescription(CharSequence); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setHorizontalAlignment(int); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setIconContent(String); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setWidth(androidx.wear.protolayout.DimensionBuilders.ContainerDimension); |
| method public androidx.wear.protolayout.material.TitleChip.Builder setWidth(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| public class Typography { |
| field public static final int TYPOGRAPHY_BODY1 = 7; // 0x7 |
| field public static final int TYPOGRAPHY_BODY2 = 8; // 0x8 |
| field public static final int TYPOGRAPHY_BUTTON = 9; // 0x9 |
| field public static final int TYPOGRAPHY_CAPTION1 = 10; // 0xa |
| field public static final int TYPOGRAPHY_CAPTION2 = 11; // 0xb |
| field public static final int TYPOGRAPHY_CAPTION3 = 12; // 0xc |
| field public static final int TYPOGRAPHY_DISPLAY1 = 1; // 0x1 |
| field public static final int TYPOGRAPHY_DISPLAY2 = 2; // 0x2 |
| field public static final int TYPOGRAPHY_DISPLAY3 = 3; // 0x3 |
| field public static final int TYPOGRAPHY_TITLE1 = 4; // 0x4 |
| field public static final int TYPOGRAPHY_TITLE2 = 5; // 0x5 |
| field public static final int TYPOGRAPHY_TITLE3 = 6; // 0x6 |
| } |
| |
| } |
| |
| package androidx.wear.protolayout.material.layouts { |
| |
| public class EdgeContentLayout implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.layouts.EdgeContentLayout? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getContent(); |
| method @Dimension(unit=androidx.annotation.Dimension.DP) public float getContentAndSecondaryLabelSpacing(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getEdgeContent(); |
| method public float getEdgeContentThickness(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getPrimaryLabelTextContent(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getSecondaryLabelTextContent(); |
| method public boolean isEdgeContentBehindAllOtherContent(); |
| method public boolean isResponsiveContentInsetEnabled(); |
| } |
| |
| public static final class EdgeContentLayout.Builder { |
| ctor public EdgeContentLayout.Builder(androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout build(); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setContentAndSecondaryLabelSpacing(androidx.wear.protolayout.DimensionBuilders.DpProp); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setEdgeContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setEdgeContentBehindAllOtherContent(boolean); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setEdgeContentThickness(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setPrimaryLabelTextContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setResponsiveContentInsetEnabled(boolean); |
| method public androidx.wear.protolayout.material.layouts.EdgeContentLayout.Builder setSecondaryLabelTextContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| } |
| |
| public class LayoutDefaults { |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp DEFAULT_LARGE_VERTICAL_SPACER_HEIGHT; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp DEFAULT_VERTICAL_SPACER_HEIGHT; |
| field public static final float EDGE_CONTENT_LAYOUT_PADDING_ABOVE_MAIN_CONTENT_DP = 6.0f; |
| field public static final float EDGE_CONTENT_LAYOUT_PADDING_BELOW_MAIN_CONTENT_DP = 8.0f; |
| field @Deprecated public static final int MULTI_BUTTON_MAX_NUMBER = 7; // 0x7 |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp MULTI_SLOT_LAYOUT_HORIZONTAL_SPACER_WIDTH; |
| } |
| |
| public static final class LayoutDefaults.MultiButtonLayoutDefaults { |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp BUTTON_SIZE_FOR_1_BUTTON; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp BUTTON_SIZE_FOR_2_BUTTONS; |
| field public static final androidx.wear.protolayout.DimensionBuilders.DpProp BUTTON_SIZE_FOR_3_PLUS_BUTTONS; |
| field public static final int MAX_BUTTONS = 7; // 0x7 |
| } |
| |
| public class MultiButtonLayout implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.layouts.MultiButtonLayout? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public java.util.List<androidx.wear.protolayout.LayoutElementBuilders.LayoutElement!> getButtonContents(); |
| method public int getFiveButtonDistribution(); |
| field public static final int FIVE_BUTTON_DISTRIBUTION_BOTTOM_HEAVY = 2; // 0x2 |
| field public static final int FIVE_BUTTON_DISTRIBUTION_TOP_HEAVY = 1; // 0x1 |
| } |
| |
| public static final class MultiButtonLayout.Builder { |
| ctor public MultiButtonLayout.Builder(); |
| method public androidx.wear.protolayout.material.layouts.MultiButtonLayout.Builder addButtonContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.MultiButtonLayout build(); |
| method public androidx.wear.protolayout.material.layouts.MultiButtonLayout.Builder setFiveButtonDistribution(int); |
| } |
| |
| public class MultiSlotLayout implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.layouts.MultiSlotLayout? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method @Dimension(unit=androidx.annotation.Dimension.DP) public float getHorizontalSpacerWidth(); |
| method public java.util.List<androidx.wear.protolayout.LayoutElementBuilders.LayoutElement!> getSlotContents(); |
| } |
| |
| public static final class MultiSlotLayout.Builder { |
| ctor public MultiSlotLayout.Builder(); |
| method public androidx.wear.protolayout.material.layouts.MultiSlotLayout.Builder addSlotContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.MultiSlotLayout build(); |
| method public androidx.wear.protolayout.material.layouts.MultiSlotLayout.Builder setHorizontalSpacerWidth(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| public class PrimaryLayout implements androidx.wear.protolayout.LayoutElementBuilders.LayoutElement { |
| method public static androidx.wear.protolayout.material.layouts.PrimaryLayout? fromLayoutElement(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getContent(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getPrimaryChipContent(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getPrimaryLabelTextContent(); |
| method public androidx.wear.protolayout.LayoutElementBuilders.LayoutElement? getSecondaryLabelTextContent(); |
| method @Dimension(unit=androidx.annotation.Dimension.DP) public float getVerticalSpacerHeight(); |
| method public boolean isResponsiveContentInsetEnabled(); |
| } |
| |
| public static final class PrimaryLayout.Builder { |
| ctor public PrimaryLayout.Builder(androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout build(); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setPrimaryChipContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setPrimaryLabelTextContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setResponsiveContentInsetEnabled(boolean); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setSecondaryLabelTextContent(androidx.wear.protolayout.LayoutElementBuilders.LayoutElement); |
| method public androidx.wear.protolayout.material.layouts.PrimaryLayout.Builder setVerticalSpacerHeight(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| } |
| |