public final class

LayoutElementProto.MarqueeParameters

extends <any>

implements LayoutElementProto.MarqueeParametersOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.MarqueeParameters

Overview

 Parameters for Marquee animation. Only applies for TEXT_OVERFLOW_MARQUEE.
 
Protobuf type androidx.wear.protolayout.proto.MarqueeParameters

Summary

Fields
public static final intITERATIONS_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static LayoutElementProto.MarqueeParametersgetDefaultInstance()

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.

public static LayoutElementProto.MarqueeParameters.BuildernewBuilder()

public static LayoutElementProto.MarqueeParameters.BuildernewBuilder(LayoutElementProto.MarqueeParameters prototype)

public static LayoutElementProto.MarqueeParametersparseDelimitedFrom(java.io.InputStream input)

public static LayoutElementProto.MarqueeParametersparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParametersparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParametersparseFrom(java.nio.ByteBuffer data)

public static LayoutElementProto.MarqueeParametersparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParametersparseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.MarqueeParametersparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParametersparseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.MarqueeParametersparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParametersparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int ITERATIONS_FIELD_NUMBER

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.

public static LayoutElementProto.MarqueeParameters parseFrom(java.nio.ByteBuffer data)

public static LayoutElementProto.MarqueeParameters parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParameters parseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.MarqueeParameters parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParameters parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParameters parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParameters parseDelimitedFrom(java.io.InputStream input)

public static LayoutElementProto.MarqueeParameters parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.MarqueeParameters parseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.MarqueeParameters parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static LayoutElementProto.MarqueeParameters getDefaultInstance()

public static <any> parser()