public final class

ModifiersProto.SlideBound

extends <any>

implements ModifiersProto.SlideBoundOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.SlideBound

Overview

 The boundary that a Slide animation will use for start/end.
 
Protobuf type androidx.wear.protolayout.proto.SlideBound

Summary

Fields
public static final intLINEAR_BOUND_FIELD_NUMBER

public static final intPARENT_BOUND_FIELD_NUMBER

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

public static ModifiersProto.SlideBoundgetDefaultInstance()

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;

public static ModifiersProto.SlideBound.BuildernewBuilder()

public static ModifiersProto.SlideBound.BuildernewBuilder(ModifiersProto.SlideBound prototype)

public static ModifiersProto.SlideBoundparseDelimitedFrom(java.io.InputStream input)

public static ModifiersProto.SlideBoundparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBoundparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBoundparseFrom(java.nio.ByteBuffer data)

public static ModifiersProto.SlideBoundparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBoundparseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.SlideBoundparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBoundparseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.SlideBoundparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBoundparseFrom(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 PARENT_BOUND_FIELD_NUMBER

public static final int LINEAR_BOUND_FIELD_NUMBER

Methods

public boolean hasParentBound()

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

public ModifiersProto.SlideParentBound getParentBound()

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

public boolean hasLinearBound()

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

public ModifiersProto.SlideLinearBound getLinearBound()

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

public static ModifiersProto.SlideBound parseFrom(java.nio.ByteBuffer data)

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

public static ModifiersProto.SlideBound parseFrom(com.google.protobuf.ByteString data)

public static ModifiersProto.SlideBound parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ModifiersProto.SlideBound parseDelimitedFrom(java.io.InputStream input)

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

public static ModifiersProto.SlideBound parseFrom(com.google.protobuf.CodedInputStream input)

public static ModifiersProto.SlideBound parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ModifiersProto.SlideBound.Builder newBuilder()

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

public static ModifiersProto.SlideBound getDefaultInstance()

public static <any> parser()