public interface

DimensionProto.ArcSpacerLengthOrBuilder

 androidx.wear.protolayout.proto.DimensionProto.ArcSpacerLengthOrBuilder

Subclasses:

DimensionProto.ArcSpacerLength, DimensionProto.ArcSpacerLength.Builder

Summary

Methods
public DimensionProto.DegreesPropgetDegrees()

.androidx.wear.protolayout.proto.DegreesProp degrees = 1;

public DimensionProto.ExpandedAngularDimensionPropgetExpandedAngularDimension()

.androidx.wear.protolayout.proto.ExpandedAngularDimensionProp expanded_angular_dimension = 2;

public DimensionProto.ArcSpacerLength.InnerCasegetInnerCase()

public booleanhasDegrees()

.androidx.wear.protolayout.proto.DegreesProp degrees = 1;

public booleanhasExpandedAngularDimension()

.androidx.wear.protolayout.proto.ExpandedAngularDimensionProp expanded_angular_dimension = 2;

Methods

public boolean hasDegrees()

.androidx.wear.protolayout.proto.DegreesProp degrees = 1;

Returns:

Whether the degrees field is set.

public DimensionProto.DegreesProp getDegrees()

.androidx.wear.protolayout.proto.DegreesProp degrees = 1;

Returns:

The degrees.

public boolean hasExpandedAngularDimension()

.androidx.wear.protolayout.proto.ExpandedAngularDimensionProp expanded_angular_dimension = 2;

Returns:

Whether the expandedAngularDimension field is set.

public DimensionProto.ExpandedAngularDimensionProp getExpandedAngularDimension()

.androidx.wear.protolayout.proto.ExpandedAngularDimensionProp expanded_angular_dimension = 2;

Returns:

The expandedAngularDimension.