public interface

ModifiersProto.SlideBoundOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.SlideBoundOrBuilder

Subclasses:

ModifiersProto.SlideBound, ModifiersProto.SlideBound.Builder

Summary

Methods
public ModifiersProto.SlideBound.InnerCasegetInnerCase()

public ModifiersProto.SlideLinearBoundgetLinearBound()

.androidx.wear.protolayout.proto.SlideLinearBound linear_bound = 2;

public ModifiersProto.SlideParentBoundgetParentBound()

.androidx.wear.protolayout.proto.SlideParentBound parent_bound = 1;

public booleanhasLinearBound()

.androidx.wear.protolayout.proto.SlideLinearBound linear_bound = 2;

public booleanhasParentBound()

.androidx.wear.protolayout.proto.SlideParentBound parent_bound = 1;

Methods

public boolean hasParentBound()

.androidx.wear.protolayout.proto.SlideParentBound parent_bound = 1;

Returns:

Whether the parentBound field is set.

public ModifiersProto.SlideParentBound getParentBound()

.androidx.wear.protolayout.proto.SlideParentBound parent_bound = 1;

Returns:

The parentBound.

public boolean hasLinearBound()

.androidx.wear.protolayout.proto.SlideLinearBound linear_bound = 2;

Returns:

Whether the linearBound field is set.

public ModifiersProto.SlideLinearBound getLinearBound()

.androidx.wear.protolayout.proto.SlideLinearBound linear_bound = 2;

Returns:

The linearBound.