public final class

ModifiersProto.SlideLinearBound

extends <any>

implements ModifiersProto.SlideLinearBoundOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.SlideLinearBound

Overview

 The slide animation will use the explicit offset for the animation boundary.
 
Protobuf type androidx.wear.protolayout.proto.SlideLinearBound

Summary

Fields
public static final intOFFSET_DP_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.SlideLinearBoundgetDefaultInstance()

public floatgetOffsetDp()

 The absolute delta linear distance to animate from/to.

public static ModifiersProto.SlideLinearBound.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ModifiersProto.SlideLinearBoundparseFrom(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 OFFSET_DP_FIELD_NUMBER

Methods

public float getOffsetDp()

 The absolute delta linear distance to animate from/to. A direction will be
 defined by SlideDirection and this value should be a positive offset.
 
float offset_dp = 1;

Returns:

The offsetDp.

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

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

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

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

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

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

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

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

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

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

public static ModifiersProto.SlideLinearBound.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.SlideLinearBound getDefaultInstance()

public static <any> parser()