| // Signature format: 4.0 |
| package androidx.wear.tiles { |
| |
| @Deprecated public final class ActionBuilders { |
| method @Deprecated public static androidx.wear.tiles.ActionBuilders.AndroidBooleanExtra booleanExtra(boolean); |
| method @Deprecated public static androidx.wear.tiles.ActionBuilders.AndroidDoubleExtra doubleExtra(double); |
| method @Deprecated public static androidx.wear.tiles.ActionBuilders.AndroidIntExtra intExtra(int); |
| method @Deprecated public static androidx.wear.tiles.ActionBuilders.AndroidLongExtra longExtra(long); |
| method @Deprecated public static androidx.wear.tiles.ActionBuilders.AndroidStringExtra stringExtra(String); |
| } |
| |
| @Deprecated public static interface ActionBuilders.Action { |
| } |
| |
| @Deprecated public static interface ActionBuilders.Action.Builder { |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.Action build(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidActivity { |
| method @Deprecated public String getClassName(); |
| method @Deprecated public java.util.Map<java.lang.String!,androidx.wear.tiles.ActionBuilders.AndroidExtra!> getKeyToExtraMapping(); |
| method @Deprecated public String getPackageName(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidActivity.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidActivity.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidActivity.Builder addKeyToExtraMapping(String, androidx.wear.tiles.ActionBuilders.AndroidExtra); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidActivity build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidActivity.Builder setClassName(String); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidActivity.Builder setPackageName(String); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidBooleanExtra implements androidx.wear.tiles.ActionBuilders.AndroidExtra { |
| method @Deprecated public boolean getValue(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidBooleanExtra.Builder implements androidx.wear.tiles.ActionBuilders.AndroidExtra.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidBooleanExtra.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidBooleanExtra build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidBooleanExtra.Builder setValue(boolean); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidDoubleExtra implements androidx.wear.tiles.ActionBuilders.AndroidExtra { |
| method @Deprecated public double getValue(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidDoubleExtra.Builder implements androidx.wear.tiles.ActionBuilders.AndroidExtra.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidDoubleExtra.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidDoubleExtra build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidDoubleExtra.Builder setValue(double); |
| } |
| |
| @Deprecated public static interface ActionBuilders.AndroidExtra { |
| } |
| |
| @Deprecated public static interface ActionBuilders.AndroidExtra.Builder { |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidExtra build(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidIntExtra implements androidx.wear.tiles.ActionBuilders.AndroidExtra { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidIntExtra.Builder implements androidx.wear.tiles.ActionBuilders.AndroidExtra.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidIntExtra.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidIntExtra build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidIntExtra.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidLongExtra implements androidx.wear.tiles.ActionBuilders.AndroidExtra { |
| method @Deprecated public long getValue(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidLongExtra.Builder implements androidx.wear.tiles.ActionBuilders.AndroidExtra.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidLongExtra.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidLongExtra build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidLongExtra.Builder setValue(long); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidStringExtra implements androidx.wear.tiles.ActionBuilders.AndroidExtra { |
| method @Deprecated public String getValue(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.AndroidStringExtra.Builder implements androidx.wear.tiles.ActionBuilders.AndroidExtra.Builder { |
| ctor @Deprecated public ActionBuilders.AndroidStringExtra.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidStringExtra build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidStringExtra.Builder setValue(String); |
| } |
| |
| @Deprecated public static final class ActionBuilders.LaunchAction implements androidx.wear.tiles.ActionBuilders.Action { |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.AndroidActivity? getAndroidActivity(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.LaunchAction.Builder implements androidx.wear.tiles.ActionBuilders.Action.Builder { |
| ctor @Deprecated public ActionBuilders.LaunchAction.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.LaunchAction build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.LaunchAction.Builder setAndroidActivity(androidx.wear.tiles.ActionBuilders.AndroidActivity); |
| } |
| |
| @Deprecated public static final class ActionBuilders.LoadAction implements androidx.wear.tiles.ActionBuilders.Action { |
| method @Deprecated public androidx.wear.tiles.StateBuilders.State? getRequestState(); |
| } |
| |
| @Deprecated public static final class ActionBuilders.LoadAction.Builder implements androidx.wear.tiles.ActionBuilders.Action.Builder { |
| ctor @Deprecated public ActionBuilders.LoadAction.Builder(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.LoadAction build(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.LoadAction.Builder setRequestState(androidx.wear.tiles.StateBuilders.State); |
| } |
| |
| @Deprecated public final class ColorBuilders { |
| method @Deprecated public static androidx.wear.tiles.ColorBuilders.ColorProp argb(@ColorInt int); |
| } |
| |
| @Deprecated public static final class ColorBuilders.ColorProp { |
| method @Deprecated @ColorInt public int getArgb(); |
| } |
| |
| @Deprecated public static final class ColorBuilders.ColorProp.Builder { |
| ctor @Deprecated public ColorBuilders.ColorProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp build(); |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp.Builder setArgb(@ColorInt int); |
| } |
| |
| @Deprecated public final class DeviceParametersBuilders { |
| field @Deprecated public static final int DEVICE_PLATFORM_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int DEVICE_PLATFORM_WEAR_OS = 1; // 0x1 |
| field @Deprecated public static final int SCREEN_SHAPE_RECT = 2; // 0x2 |
| field @Deprecated public static final int SCREEN_SHAPE_ROUND = 1; // 0x1 |
| field @Deprecated public static final int SCREEN_SHAPE_UNDEFINED = 0; // 0x0 |
| } |
| |
| @Deprecated public static final class DeviceParametersBuilders.DeviceParameters { |
| method @Deprecated public int getDevicePlatform(); |
| method @Deprecated @FloatRange(from=0.0, fromInclusive=false, toInclusive=false) public float getScreenDensity(); |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.DP) public int getScreenHeightDp(); |
| method @Deprecated public int getScreenShape(); |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.DP) public int getScreenWidthDp(); |
| } |
| |
| @Deprecated public static final class DeviceParametersBuilders.DeviceParameters.Builder { |
| ctor @Deprecated public DeviceParametersBuilders.DeviceParameters.Builder(); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters build(); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters.Builder setDevicePlatform(int); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters.Builder setScreenDensity(@FloatRange(from=0.0, fromInclusive=false, toInclusive=false) float); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters.Builder setScreenHeightDp(@Dimension(unit=androidx.annotation.Dimension.DP) int); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters.Builder setScreenShape(int); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters.Builder setScreenWidthDp(@Dimension(unit=androidx.annotation.Dimension.DP) int); |
| } |
| |
| @Deprecated public final class DimensionBuilders { |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.DegreesProp degrees(float); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.DpProp dp(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.EmProp em(float); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.EmProp em(int); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.ExpandedDimensionProp expand(); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.SpProp sp(@Dimension(unit=androidx.annotation.Dimension.SP) float); |
| method @Deprecated public static androidx.wear.tiles.DimensionBuilders.WrappedDimensionProp wrap(); |
| } |
| |
| @Deprecated public static interface DimensionBuilders.ContainerDimension { |
| } |
| |
| @Deprecated public static interface DimensionBuilders.ContainerDimension.Builder { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension build(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.DegreesProp { |
| method @Deprecated public float getValue(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.DegreesProp.Builder { |
| ctor @Deprecated public DimensionBuilders.DegreesProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DegreesProp build(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DegreesProp.Builder setValue(float); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.DpProp implements androidx.wear.tiles.DimensionBuilders.ContainerDimension androidx.wear.tiles.DimensionBuilders.ImageDimension androidx.wear.tiles.DimensionBuilders.SpacerDimension { |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.DP) public float getValue(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.DpProp.Builder implements androidx.wear.tiles.DimensionBuilders.ContainerDimension.Builder androidx.wear.tiles.DimensionBuilders.ImageDimension.Builder androidx.wear.tiles.DimensionBuilders.SpacerDimension.Builder { |
| ctor @Deprecated public DimensionBuilders.DpProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp build(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp.Builder setValue(@Dimension(unit=androidx.annotation.Dimension.DP) float); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.EmProp { |
| method @Deprecated public float getValue(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.EmProp.Builder { |
| ctor @Deprecated public DimensionBuilders.EmProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.EmProp build(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.EmProp.Builder setValue(float); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.ExpandedDimensionProp implements androidx.wear.tiles.DimensionBuilders.ContainerDimension androidx.wear.tiles.DimensionBuilders.ImageDimension { |
| } |
| |
| @Deprecated public static final class DimensionBuilders.ExpandedDimensionProp.Builder implements androidx.wear.tiles.DimensionBuilders.ContainerDimension.Builder androidx.wear.tiles.DimensionBuilders.ImageDimension.Builder { |
| ctor @Deprecated public DimensionBuilders.ExpandedDimensionProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ExpandedDimensionProp build(); |
| } |
| |
| @Deprecated public static interface DimensionBuilders.ImageDimension { |
| } |
| |
| @Deprecated public static interface DimensionBuilders.ImageDimension.Builder { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ImageDimension build(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.ProportionalDimensionProp implements androidx.wear.tiles.DimensionBuilders.ImageDimension { |
| method @Deprecated @IntRange(from=0) public int getAspectRatioHeight(); |
| method @Deprecated @IntRange(from=0) public int getAspectRatioWidth(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.ProportionalDimensionProp.Builder implements androidx.wear.tiles.DimensionBuilders.ImageDimension.Builder { |
| ctor @Deprecated public DimensionBuilders.ProportionalDimensionProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ProportionalDimensionProp build(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ProportionalDimensionProp.Builder setAspectRatioHeight(@IntRange(from=0) int); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ProportionalDimensionProp.Builder setAspectRatioWidth(@IntRange(from=0) int); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.SpProp { |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.SP) public float getValue(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.SpProp.Builder { |
| ctor @Deprecated public DimensionBuilders.SpProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpProp build(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpProp.Builder setValue(@Dimension(unit=androidx.annotation.Dimension.SP) float); |
| } |
| |
| @Deprecated public static interface DimensionBuilders.SpacerDimension { |
| } |
| |
| @Deprecated public static interface DimensionBuilders.SpacerDimension.Builder { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpacerDimension build(); |
| } |
| |
| @Deprecated public static final class DimensionBuilders.WrappedDimensionProp implements androidx.wear.tiles.DimensionBuilders.ContainerDimension { |
| } |
| |
| @Deprecated public static final class DimensionBuilders.WrappedDimensionProp.Builder implements androidx.wear.tiles.DimensionBuilders.ContainerDimension.Builder { |
| ctor @Deprecated public DimensionBuilders.WrappedDimensionProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.WrappedDimensionProp build(); |
| } |
| |
| public final class EventBuilders { |
| } |
| |
| public static final class EventBuilders.TileAddEvent { |
| method public int getTileId(); |
| } |
| |
| public static final class EventBuilders.TileAddEvent.Builder { |
| ctor public EventBuilders.TileAddEvent.Builder(); |
| method public androidx.wear.tiles.EventBuilders.TileAddEvent build(); |
| method public androidx.wear.tiles.EventBuilders.TileAddEvent.Builder setTileId(int); |
| } |
| |
| public static final class EventBuilders.TileEnterEvent { |
| method public int getTileId(); |
| } |
| |
| public static final class EventBuilders.TileEnterEvent.Builder { |
| ctor public EventBuilders.TileEnterEvent.Builder(); |
| method public androidx.wear.tiles.EventBuilders.TileEnterEvent build(); |
| method public androidx.wear.tiles.EventBuilders.TileEnterEvent.Builder setTileId(int); |
| } |
| |
| public static final class EventBuilders.TileLeaveEvent { |
| method public int getTileId(); |
| } |
| |
| public static final class EventBuilders.TileLeaveEvent.Builder { |
| ctor public EventBuilders.TileLeaveEvent.Builder(); |
| method public androidx.wear.tiles.EventBuilders.TileLeaveEvent build(); |
| method public androidx.wear.tiles.EventBuilders.TileLeaveEvent.Builder setTileId(int); |
| } |
| |
| public static final class EventBuilders.TileRemoveEvent { |
| method public int getTileId(); |
| } |
| |
| public static final class EventBuilders.TileRemoveEvent.Builder { |
| ctor public EventBuilders.TileRemoveEvent.Builder(); |
| method public androidx.wear.tiles.EventBuilders.TileRemoveEvent build(); |
| method public androidx.wear.tiles.EventBuilders.TileRemoveEvent.Builder setTileId(int); |
| } |
| |
| @Deprecated public final class LayoutElementBuilders { |
| field @Deprecated public static final int ARC_ANCHOR_CENTER = 2; // 0x2 |
| field @Deprecated public static final int ARC_ANCHOR_END = 3; // 0x3 |
| field @Deprecated public static final int ARC_ANCHOR_START = 1; // 0x1 |
| field @Deprecated public static final int ARC_ANCHOR_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int CONTENT_SCALE_MODE_CROP = 2; // 0x2 |
| field @Deprecated public static final int CONTENT_SCALE_MODE_FILL_BOUNDS = 3; // 0x3 |
| field @Deprecated public static final int CONTENT_SCALE_MODE_FIT = 1; // 0x1 |
| field @Deprecated public static final int CONTENT_SCALE_MODE_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int FONT_VARIANT_BODY = 2; // 0x2 |
| field @Deprecated public static final int FONT_VARIANT_TITLE = 1; // 0x1 |
| field @Deprecated public static final int FONT_VARIANT_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int FONT_WEIGHT_BOLD = 700; // 0x2bc |
| field @Deprecated public static final int FONT_WEIGHT_NORMAL = 400; // 0x190 |
| field @Deprecated public static final int FONT_WEIGHT_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_CENTER = 2; // 0x2 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_END = 5; // 0x5 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_LEFT = 1; // 0x1 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_RIGHT = 3; // 0x3 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_START = 4; // 0x4 |
| field @Deprecated public static final int HORIZONTAL_ALIGN_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int SPAN_VERTICAL_ALIGN_BOTTOM = 1; // 0x1 |
| field @Deprecated public static final int SPAN_VERTICAL_ALIGN_TEXT_BASELINE = 2; // 0x2 |
| field @Deprecated public static final int SPAN_VERTICAL_ALIGN_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int TEXT_ALIGN_CENTER = 2; // 0x2 |
| field @Deprecated public static final int TEXT_ALIGN_END = 3; // 0x3 |
| field @Deprecated public static final int TEXT_ALIGN_START = 1; // 0x1 |
| field @Deprecated public static final int TEXT_ALIGN_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int TEXT_OVERFLOW_ELLIPSIZE_END = 2; // 0x2 |
| field @Deprecated public static final int TEXT_OVERFLOW_TRUNCATE = 1; // 0x1 |
| field @Deprecated public static final int TEXT_OVERFLOW_UNDEFINED = 0; // 0x0 |
| field @Deprecated public static final int VERTICAL_ALIGN_BOTTOM = 3; // 0x3 |
| field @Deprecated public static final int VERTICAL_ALIGN_CENTER = 2; // 0x2 |
| field @Deprecated public static final int VERTICAL_ALIGN_TOP = 1; // 0x1 |
| field @Deprecated public static final int VERTICAL_ALIGN_UNDEFINED = 0; // 0x0 |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Arc implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DegreesProp? getAnchorAngle(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAnchorTypeProp? getAnchorType(); |
| method @Deprecated public java.util.List<androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement!> getContents(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp? getVerticalAlign(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Arc.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Arc.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder addContent(androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setAnchorAngle(androidx.wear.tiles.DimensionBuilders.DegreesProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setAnchorType(androidx.wear.tiles.LayoutElementBuilders.ArcAnchorTypeProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setAnchorType(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setVerticalAlign(androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Arc.Builder setVerticalAlign(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcAdapter implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.LayoutElement? getContent(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp? getRotateContents(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcAdapter.Builder implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ArcAdapter.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAdapter build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAdapter.Builder setContent(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAdapter.Builder setRotateContents(androidx.wear.tiles.TypeBuilders.BoolProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAdapter.Builder setRotateContents(boolean); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcAnchorTypeProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcAnchorTypeProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ArcAnchorTypeProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAnchorTypeProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcAnchorTypeProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.ArcLayoutElement { |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.ArcLayoutElement.Builder { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement build(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcLine implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement { |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp? getColor(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DegreesProp? getLength(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getThickness(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcLine.Builder implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ArcLine.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLine build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLine.Builder setColor(androidx.wear.tiles.ColorBuilders.ColorProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLine.Builder setLength(androidx.wear.tiles.DimensionBuilders.DegreesProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLine.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.ArcModifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcLine.Builder setThickness(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcSpacer implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DegreesProp? getLength(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getThickness(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcSpacer.Builder implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ArcSpacer.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcSpacer build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcSpacer.Builder setLength(androidx.wear.tiles.DimensionBuilders.DegreesProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcSpacer.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.ArcModifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcSpacer.Builder setThickness(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcText implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle? getFontStyle(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp? getText(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ArcText.Builder implements androidx.wear.tiles.LayoutElementBuilders.ArcLayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ArcText.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcText build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcText.Builder setFontStyle(androidx.wear.tiles.LayoutElementBuilders.FontStyle); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcText.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.ArcModifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcText.Builder setText(androidx.wear.tiles.TypeBuilders.StringProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ArcText.Builder setText(String); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Box implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public java.util.List<androidx.wear.tiles.LayoutElementBuilders.LayoutElement!> getContents(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getHeight(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp? getHorizontalAlignment(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp? getVerticalAlignment(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Box.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Box.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder addContent(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setHeight(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setHorizontalAlignment(androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setHorizontalAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setVerticalAlignment(androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setVerticalAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Box.Builder setWidth(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ColorFilter { |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp? getTint(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ColorFilter.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ColorFilter.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ColorFilter build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ColorFilter.Builder setTint(androidx.wear.tiles.ColorBuilders.ColorProp); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Column implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public java.util.List<androidx.wear.tiles.LayoutElementBuilders.LayoutElement!> getContents(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getHeight(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp? getHorizontalAlignment(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Column.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Column.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder addContent(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder setHeight(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder setHorizontalAlignment(androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder setHorizontalAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Column.Builder setWidth(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ContentScaleModeProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.ContentScaleModeProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.ContentScaleModeProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ContentScaleModeProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ContentScaleModeProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.FontStyle { |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp? getColor(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp? getItalic(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.EmProp? getLetterSpacing(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpProp? getSize(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp? getUnderline(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontWeightProp? getWeight(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.FontStyle.Builder { |
| ctor @Deprecated public LayoutElementBuilders.FontStyle.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setColor(androidx.wear.tiles.ColorBuilders.ColorProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setItalic(androidx.wear.tiles.TypeBuilders.BoolProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setItalic(boolean); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setLetterSpacing(androidx.wear.tiles.DimensionBuilders.EmProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setSize(androidx.wear.tiles.DimensionBuilders.SpProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setUnderline(androidx.wear.tiles.TypeBuilders.BoolProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setUnderline(boolean); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setWeight(androidx.wear.tiles.LayoutElementBuilders.FontWeightProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder setWeight(int); |
| } |
| |
| @Deprecated public static class LayoutElementBuilders.FontStyles { |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder body1(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder body2(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder button(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder caption1(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder caption2(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder display1(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder display2(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder display3(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder title1(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder title2(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.FontStyle.Builder title3(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.FontWeightProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.FontWeightProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.FontWeightProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontWeightProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontWeightProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.HorizontalAlignmentProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.HorizontalAlignmentProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.HorizontalAlignmentProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Image implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ColorFilter? getColorFilter(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.ContentScaleModeProp? getContentScaleMode(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ImageDimension? getHeight(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp? getResourceId(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ImageDimension? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Image.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Image.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setColorFilter(androidx.wear.tiles.LayoutElementBuilders.ColorFilter); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setContentScaleMode(androidx.wear.tiles.LayoutElementBuilders.ContentScaleModeProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setContentScaleMode(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setHeight(androidx.wear.tiles.DimensionBuilders.ImageDimension); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setResourceId(androidx.wear.tiles.TypeBuilders.StringProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setResourceId(String); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Image.Builder setWidth(androidx.wear.tiles.DimensionBuilders.ImageDimension); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Layout { |
| method @Deprecated public static androidx.wear.tiles.LayoutElementBuilders.Layout fromLayoutElement(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.LayoutElement? getRoot(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Layout.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Layout.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Layout build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Layout.Builder setRoot(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.LayoutElement { |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.LayoutElement.Builder { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.LayoutElement build(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Row implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public java.util.List<androidx.wear.tiles.LayoutElementBuilders.LayoutElement!> getContents(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getHeight(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp? getVerticalAlignment(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.ContainerDimension? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Row.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Row.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder addContent(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder setHeight(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder setVerticalAlignment(androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder setVerticalAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Row.Builder setWidth(androidx.wear.tiles.DimensionBuilders.ContainerDimension); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Spacer implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpacerDimension? getHeight(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpacerDimension? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Spacer.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Spacer.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spacer build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spacer.Builder setHeight(androidx.wear.tiles.DimensionBuilders.SpacerDimension); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spacer.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spacer.Builder setWidth(androidx.wear.tiles.DimensionBuilders.SpacerDimension); |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.Span { |
| } |
| |
| @Deprecated public static interface LayoutElementBuilders.Span.Builder { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Span build(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanImage implements androidx.wear.tiles.LayoutElementBuilders.Span { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanVerticalAlignmentProp? getAlignment(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getHeight(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.SpanModifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp? getResourceId(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getWidth(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanImage.Builder implements androidx.wear.tiles.LayoutElementBuilders.Span.Builder { |
| ctor @Deprecated public LayoutElementBuilders.SpanImage.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setAlignment(androidx.wear.tiles.LayoutElementBuilders.SpanVerticalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setHeight(androidx.wear.tiles.DimensionBuilders.DpProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.SpanModifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setResourceId(androidx.wear.tiles.TypeBuilders.StringProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setResourceId(String); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanImage.Builder setWidth(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanText implements androidx.wear.tiles.LayoutElementBuilders.Span { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle? getFontStyle(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.SpanModifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp? getText(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanText.Builder implements androidx.wear.tiles.LayoutElementBuilders.Span.Builder { |
| ctor @Deprecated public LayoutElementBuilders.SpanText.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanText build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanText.Builder setFontStyle(androidx.wear.tiles.LayoutElementBuilders.FontStyle); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanText.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.SpanModifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanText.Builder setText(androidx.wear.tiles.TypeBuilders.StringProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanText.Builder setText(String); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanVerticalAlignmentProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.SpanVerticalAlignmentProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.SpanVerticalAlignmentProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanVerticalAlignmentProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.SpanVerticalAlignmentProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Spannable implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpProp? getLineHeight(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.Int32Prop? getMaxLines(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp? getMultilineAlignment(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp? getOverflow(); |
| method @Deprecated public java.util.List<androidx.wear.tiles.LayoutElementBuilders.Span!> getSpans(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Spannable.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Spannable.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder addSpan(androidx.wear.tiles.LayoutElementBuilders.Span); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setLineHeight(androidx.wear.tiles.DimensionBuilders.SpProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setMaxLines(androidx.wear.tiles.TypeBuilders.Int32Prop); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setMaxLines(@IntRange(from=1) int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setMultilineAlignment(androidx.wear.tiles.LayoutElementBuilders.HorizontalAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setMultilineAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setOverflow(androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Spannable.Builder setOverflow(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Text implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement { |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.FontStyle? getFontStyle(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.SpProp? getLineHeight(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.Int32Prop? getMaxLines(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers? getModifiers(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextAlignmentProp? getMultilineAlignment(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp? getOverflow(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp? getText(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.Text.Builder implements androidx.wear.tiles.LayoutElementBuilders.LayoutElement.Builder { |
| ctor @Deprecated public LayoutElementBuilders.Text.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setFontStyle(androidx.wear.tiles.LayoutElementBuilders.FontStyle); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setLineHeight(androidx.wear.tiles.DimensionBuilders.SpProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setMaxLines(androidx.wear.tiles.TypeBuilders.Int32Prop); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setMaxLines(@IntRange(from=1) int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setModifiers(androidx.wear.tiles.ModifiersBuilders.Modifiers); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setMultilineAlignment(androidx.wear.tiles.LayoutElementBuilders.TextAlignmentProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setMultilineAlignment(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setOverflow(androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setOverflow(int); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setText(androidx.wear.tiles.TypeBuilders.StringProp); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Text.Builder setText(String); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.TextAlignmentProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.TextAlignmentProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.TextAlignmentProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextAlignmentProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextAlignmentProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.TextOverflowProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.TextOverflowProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.TextOverflowProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.TextOverflowProp.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.VerticalAlignmentProp { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class LayoutElementBuilders.VerticalAlignmentProp.Builder { |
| ctor @Deprecated public LayoutElementBuilders.VerticalAlignmentProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp build(); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.VerticalAlignmentProp.Builder setValue(int); |
| } |
| |
| @Deprecated public final class ModifiersBuilders { |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.ArcModifiers { |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable? getClickable(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Semantics? getSemantics(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.ArcModifiers.Builder { |
| ctor @Deprecated public ModifiersBuilders.ArcModifiers.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers.Builder setClickable(androidx.wear.tiles.ModifiersBuilders.Clickable); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ArcModifiers.Builder setSemantics(androidx.wear.tiles.ModifiersBuilders.Semantics); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Background { |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp? getColor(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Corner? getCorner(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Background.Builder { |
| ctor @Deprecated public ModifiersBuilders.Background.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Background build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Background.Builder setColor(androidx.wear.tiles.ColorBuilders.ColorProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Background.Builder setCorner(androidx.wear.tiles.ModifiersBuilders.Corner); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Border { |
| method @Deprecated public androidx.wear.tiles.ColorBuilders.ColorProp? getColor(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getWidth(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Border.Builder { |
| ctor @Deprecated public ModifiersBuilders.Border.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Border build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Border.Builder setColor(androidx.wear.tiles.ColorBuilders.ColorProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Border.Builder setWidth(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Clickable { |
| method @Deprecated public String getId(); |
| method @Deprecated public androidx.wear.tiles.ActionBuilders.Action? getOnClick(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Clickable.Builder { |
| ctor @Deprecated public ModifiersBuilders.Clickable.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable.Builder setId(String); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable.Builder setOnClick(androidx.wear.tiles.ActionBuilders.Action); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Corner { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getRadius(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Corner.Builder { |
| ctor @Deprecated public ModifiersBuilders.Corner.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Corner build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Corner.Builder setRadius(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.ElementMetadata { |
| method @Deprecated public byte[] getTagData(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.ElementMetadata.Builder { |
| ctor @Deprecated public ModifiersBuilders.ElementMetadata.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ElementMetadata build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ElementMetadata.Builder setTagData(byte[]); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Modifiers { |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Background? getBackground(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Border? getBorder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable? getClickable(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.ElementMetadata? getMetadata(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding? getPadding(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Semantics? getSemantics(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Modifiers.Builder { |
| ctor @Deprecated public ModifiersBuilders.Modifiers.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setBackground(androidx.wear.tiles.ModifiersBuilders.Background); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setBorder(androidx.wear.tiles.ModifiersBuilders.Border); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setClickable(androidx.wear.tiles.ModifiersBuilders.Clickable); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setMetadata(androidx.wear.tiles.ModifiersBuilders.ElementMetadata); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setPadding(androidx.wear.tiles.ModifiersBuilders.Padding); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Modifiers.Builder setSemantics(androidx.wear.tiles.ModifiersBuilders.Semantics); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Padding { |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getBottom(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getEnd(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp? getRtlAware(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getStart(); |
| method @Deprecated public androidx.wear.tiles.DimensionBuilders.DpProp? getTop(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Padding.Builder { |
| ctor @Deprecated public ModifiersBuilders.Padding.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setAll(androidx.wear.tiles.DimensionBuilders.DpProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setBottom(androidx.wear.tiles.DimensionBuilders.DpProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setEnd(androidx.wear.tiles.DimensionBuilders.DpProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setRtlAware(androidx.wear.tiles.TypeBuilders.BoolProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setRtlAware(boolean); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setStart(androidx.wear.tiles.DimensionBuilders.DpProp); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Padding.Builder setTop(androidx.wear.tiles.DimensionBuilders.DpProp); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Semantics { |
| method @Deprecated public String getContentDescription(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.Semantics.Builder { |
| ctor @Deprecated public ModifiersBuilders.Semantics.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Semantics build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Semantics.Builder setContentDescription(String); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.SpanModifiers { |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.Clickable? getClickable(); |
| } |
| |
| @Deprecated public static final class ModifiersBuilders.SpanModifiers.Builder { |
| ctor @Deprecated public ModifiersBuilders.SpanModifiers.Builder(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.SpanModifiers build(); |
| method @Deprecated public androidx.wear.tiles.ModifiersBuilders.SpanModifiers.Builder setClickable(androidx.wear.tiles.ModifiersBuilders.Clickable); |
| } |
| |
| public final class RequestBuilders { |
| } |
| |
| public static final class RequestBuilders.ResourcesRequest { |
| method public androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters getDeviceConfiguration(); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters? getDeviceParameters(); |
| method public java.util.List<java.lang.String!> getResourceIds(); |
| method public int getTileId(); |
| method public String getVersion(); |
| } |
| |
| public static final class RequestBuilders.ResourcesRequest.Builder { |
| ctor public RequestBuilders.ResourcesRequest.Builder(); |
| method public androidx.wear.tiles.RequestBuilders.ResourcesRequest.Builder addResourceId(String); |
| method public androidx.wear.tiles.RequestBuilders.ResourcesRequest build(); |
| method public androidx.wear.tiles.RequestBuilders.ResourcesRequest.Builder setDeviceConfiguration(androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public androidx.wear.tiles.RequestBuilders.ResourcesRequest.Builder setDeviceParameters(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method public androidx.wear.tiles.RequestBuilders.ResourcesRequest.Builder setTileId(int); |
| method public androidx.wear.tiles.RequestBuilders.ResourcesRequest.Builder setVersion(String); |
| } |
| |
| public static final class RequestBuilders.TileRequest { |
| method public androidx.wear.protolayout.StateBuilders.State getCurrentState(); |
| method public androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters getDeviceConfiguration(); |
| method @Deprecated public androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters? getDeviceParameters(); |
| method @Deprecated public androidx.wear.tiles.StateBuilders.State? getState(); |
| method public int getTileId(); |
| } |
| |
| public static final class RequestBuilders.TileRequest.Builder { |
| ctor public RequestBuilders.TileRequest.Builder(); |
| method public androidx.wear.tiles.RequestBuilders.TileRequest build(); |
| method public androidx.wear.tiles.RequestBuilders.TileRequest.Builder setCurrentState(androidx.wear.protolayout.StateBuilders.State); |
| method public androidx.wear.tiles.RequestBuilders.TileRequest.Builder setDeviceConfiguration(androidx.wear.protolayout.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public androidx.wear.tiles.RequestBuilders.TileRequest.Builder setDeviceParameters(androidx.wear.tiles.DeviceParametersBuilders.DeviceParameters); |
| method @Deprecated public androidx.wear.tiles.RequestBuilders.TileRequest.Builder setState(androidx.wear.tiles.StateBuilders.State); |
| method public androidx.wear.tiles.RequestBuilders.TileRequest.Builder setTileId(int); |
| } |
| |
| @Deprecated public final class ResourceBuilders { |
| field @Deprecated public static final int IMAGE_FORMAT_RGB_565 = 1; // 0x1 |
| field @Deprecated public static final int IMAGE_FORMAT_UNDEFINED = 0; // 0x0 |
| } |
| |
| @Deprecated public static final class ResourceBuilders.AndroidImageResourceByResId { |
| method @Deprecated @DrawableRes public int getResourceId(); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.AndroidImageResourceByResId.Builder { |
| ctor @Deprecated public ResourceBuilders.AndroidImageResourceByResId.Builder(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.AndroidImageResourceByResId build(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.AndroidImageResourceByResId.Builder setResourceId(@DrawableRes int); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.ImageResource { |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.AndroidImageResourceByResId? getAndroidResourceByResId(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource? getInlineResource(); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.ImageResource.Builder { |
| ctor @Deprecated public ResourceBuilders.ImageResource.Builder(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.ImageResource build(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.ImageResource.Builder setAndroidResourceByResId(androidx.wear.tiles.ResourceBuilders.AndroidImageResourceByResId); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.ImageResource.Builder setInlineResource(androidx.wear.tiles.ResourceBuilders.InlineImageResource); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.InlineImageResource { |
| method @Deprecated public byte[] getData(); |
| method @Deprecated public int getFormat(); |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.PX) public int getHeightPx(); |
| method @Deprecated @Dimension(unit=androidx.annotation.Dimension.PX) public int getWidthPx(); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.InlineImageResource.Builder { |
| ctor @Deprecated public ResourceBuilders.InlineImageResource.Builder(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource build(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource.Builder setData(byte[]); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource.Builder setFormat(int); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource.Builder setHeightPx(@Dimension(unit=androidx.annotation.Dimension.PX) int); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.InlineImageResource.Builder setWidthPx(@Dimension(unit=androidx.annotation.Dimension.PX) int); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.Resources { |
| method @Deprecated public java.util.Map<java.lang.String!,androidx.wear.tiles.ResourceBuilders.ImageResource!> getIdToImageMapping(); |
| method @Deprecated public String getVersion(); |
| } |
| |
| @Deprecated public static final class ResourceBuilders.Resources.Builder { |
| ctor @Deprecated public ResourceBuilders.Resources.Builder(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.Resources.Builder addIdToImageMapping(String, androidx.wear.tiles.ResourceBuilders.ImageResource); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.Resources build(); |
| method @Deprecated public androidx.wear.tiles.ResourceBuilders.Resources.Builder setVersion(String); |
| } |
| |
| @Deprecated public final class StateBuilders { |
| } |
| |
| @Deprecated public static final class StateBuilders.State { |
| method @Deprecated public String getLastClickableId(); |
| } |
| |
| @Deprecated public static final class StateBuilders.State.Builder { |
| ctor @Deprecated public StateBuilders.State.Builder(); |
| method @Deprecated public androidx.wear.tiles.StateBuilders.State build(); |
| } |
| |
| public final class TileBuilders { |
| } |
| |
| public static final class TileBuilders.Tile { |
| method public long getFreshnessIntervalMillis(); |
| method public String getResourcesVersion(); |
| method public androidx.wear.protolayout.StateBuilders.State? getState(); |
| method public androidx.wear.protolayout.TimelineBuilders.Timeline? getTileTimeline(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.Timeline? getTimeline(); |
| } |
| |
| public static final class TileBuilders.Tile.Builder { |
| ctor public TileBuilders.Tile.Builder(); |
| method public androidx.wear.tiles.TileBuilders.Tile build(); |
| method public androidx.wear.tiles.TileBuilders.Tile.Builder setFreshnessIntervalMillis(long); |
| method public androidx.wear.tiles.TileBuilders.Tile.Builder setResourcesVersion(String); |
| method public androidx.wear.tiles.TileBuilders.Tile.Builder setState(androidx.wear.protolayout.StateBuilders.State); |
| method public androidx.wear.tiles.TileBuilders.Tile.Builder setTileTimeline(androidx.wear.protolayout.TimelineBuilders.Timeline); |
| method @Deprecated public androidx.wear.tiles.TileBuilders.Tile.Builder setTimeline(androidx.wear.tiles.TimelineBuilders.Timeline); |
| } |
| |
| public abstract class TileService extends android.app.Service { |
| ctor public TileService(); |
| method public static androidx.wear.tiles.TileUpdateRequester getUpdater(android.content.Context); |
| method public android.os.IBinder? onBind(android.content.Intent); |
| method @Deprecated @MainThread protected com.google.common.util.concurrent.ListenableFuture<androidx.wear.tiles.ResourceBuilders.Resources!> onResourcesRequest(androidx.wear.tiles.RequestBuilders.ResourcesRequest); |
| method @MainThread protected void onTileAddEvent(androidx.wear.tiles.EventBuilders.TileAddEvent); |
| method @MainThread protected void onTileEnterEvent(androidx.wear.tiles.EventBuilders.TileEnterEvent); |
| method @MainThread protected void onTileLeaveEvent(androidx.wear.tiles.EventBuilders.TileLeaveEvent); |
| method @MainThread protected void onTileRemoveEvent(androidx.wear.tiles.EventBuilders.TileRemoveEvent); |
| method @MainThread protected abstract com.google.common.util.concurrent.ListenableFuture<androidx.wear.tiles.TileBuilders.Tile!> onTileRequest(androidx.wear.tiles.RequestBuilders.TileRequest); |
| method @MainThread protected com.google.common.util.concurrent.ListenableFuture<androidx.wear.protolayout.ResourceBuilders.Resources!> onTileResourcesRequest(androidx.wear.tiles.RequestBuilders.ResourcesRequest); |
| field public static final String ACTION_BIND_TILE_PROVIDER = "androidx.wear.tiles.action.BIND_TILE_PROVIDER"; |
| field public static final String EXTRA_CLICKABLE_ID = "androidx.wear.tiles.extra.CLICKABLE_ID"; |
| field public static final String METADATA_PREVIEW_KEY = "androidx.wear.tiles.PREVIEW"; |
| } |
| |
| public interface TileUpdateRequester { |
| method public void requestUpdate(Class<? extends androidx.wear.tiles.TileService>); |
| } |
| |
| @Deprecated public final class TimelineBuilders { |
| } |
| |
| @Deprecated public static final class TimelineBuilders.TimeInterval { |
| method @Deprecated public long getEndMillis(); |
| method @Deprecated public long getStartMillis(); |
| } |
| |
| @Deprecated public static final class TimelineBuilders.TimeInterval.Builder { |
| ctor @Deprecated public TimelineBuilders.TimeInterval.Builder(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimeInterval build(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimeInterval.Builder setEndMillis(long); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimeInterval.Builder setStartMillis(long); |
| } |
| |
| @Deprecated public static final class TimelineBuilders.Timeline { |
| method @Deprecated public static androidx.wear.tiles.TimelineBuilders.Timeline fromLayoutElement(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public java.util.List<androidx.wear.tiles.TimelineBuilders.TimelineEntry!> getTimelineEntries(); |
| } |
| |
| @Deprecated public static final class TimelineBuilders.Timeline.Builder { |
| ctor @Deprecated public TimelineBuilders.Timeline.Builder(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.Timeline.Builder addTimelineEntry(androidx.wear.tiles.TimelineBuilders.TimelineEntry); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.Timeline build(); |
| } |
| |
| @Deprecated public static final class TimelineBuilders.TimelineEntry { |
| method @Deprecated public static androidx.wear.tiles.TimelineBuilders.TimelineEntry fromLayoutElement(androidx.wear.tiles.LayoutElementBuilders.LayoutElement); |
| method @Deprecated public androidx.wear.tiles.LayoutElementBuilders.Layout? getLayout(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimeInterval? getValidity(); |
| } |
| |
| @Deprecated public static final class TimelineBuilders.TimelineEntry.Builder { |
| ctor @Deprecated public TimelineBuilders.TimelineEntry.Builder(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimelineEntry build(); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimelineEntry.Builder setLayout(androidx.wear.tiles.LayoutElementBuilders.Layout); |
| method @Deprecated public androidx.wear.tiles.TimelineBuilders.TimelineEntry.Builder setValidity(androidx.wear.tiles.TimelineBuilders.TimeInterval); |
| } |
| |
| @Deprecated public final class TypeBuilders { |
| } |
| |
| @Deprecated public static final class TypeBuilders.BoolProp { |
| method @Deprecated public boolean getValue(); |
| } |
| |
| @Deprecated public static final class TypeBuilders.BoolProp.Builder { |
| ctor @Deprecated public TypeBuilders.BoolProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp build(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.BoolProp.Builder setValue(boolean); |
| } |
| |
| @Deprecated public static final class TypeBuilders.FloatProp { |
| method @Deprecated public float getValue(); |
| } |
| |
| @Deprecated public static final class TypeBuilders.FloatProp.Builder { |
| ctor @Deprecated public TypeBuilders.FloatProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.FloatProp build(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.FloatProp.Builder setValue(float); |
| } |
| |
| @Deprecated public static final class TypeBuilders.Int32Prop { |
| method @Deprecated public int getValue(); |
| } |
| |
| @Deprecated public static final class TypeBuilders.Int32Prop.Builder { |
| ctor @Deprecated public TypeBuilders.Int32Prop.Builder(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.Int32Prop build(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.Int32Prop.Builder setValue(int); |
| } |
| |
| @Deprecated public static final class TypeBuilders.StringProp { |
| method @Deprecated public String getValue(); |
| } |
| |
| @Deprecated public static final class TypeBuilders.StringProp.Builder { |
| ctor @Deprecated public TypeBuilders.StringProp.Builder(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp build(); |
| method @Deprecated public androidx.wear.tiles.TypeBuilders.StringProp.Builder setValue(String); |
| } |
| |
| } |
| |