public interface

LayoutElementProto.MarqueeParametersOrBuilder

 androidx.wear.protolayout.proto.LayoutElementProto.MarqueeParametersOrBuilder

Subclasses:

LayoutElementProto.MarqueeParameters, LayoutElementProto.MarqueeParameters.Builder

Summary

Methods
public intgetIterations()

 The number of times to repeat the Marquee animation.

public LayoutElementProto.MarqueeParameters.OptionalIterationsCasegetOptionalIterationsCase()

public booleanhasIterations()

 The number of times to repeat the Marquee animation.

Methods

public boolean hasIterations()

 The number of times to repeat the Marquee animation. Set to -1 to repeat
 indefinitely. Defaults to repeat indefinitely.
 
int32 iterations = 1;

Returns:

Whether the iterations field is set.

public int getIterations()

 The number of times to repeat the Marquee animation. Set to -1 to repeat
 indefinitely. Defaults to repeat indefinitely.
 
int32 iterations = 1;

Returns:

The iterations.