public final class

ModifiersProto.SlideInTransition

extends <any>

implements ModifiersProto.SlideInTransitionOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.SlideInTransition

Overview

 The sliding in animation for content transition of an element and its
 children.
 
Protobuf type androidx.wear.protolayout.proto.SlideInTransition

Summary

Fields
public static final intANIMATION_SPEC_FIELD_NUMBER

public static final intDIRECTION_FIELD_NUMBER

public static final intINITIAL_SLIDE_BOUND_FIELD_NUMBER

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

public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public static ModifiersProto.SlideInTransitiongetDefaultInstance()

public ModifiersProto.SlideDirectiongetDirection()

 The slide direction used for slide animations on any element, from the
 specified point to its destination in the layout.

public intgetDirectionValue()

 The slide direction used for slide animations on any element, from the
 specified point to its destination in the layout.

public ModifiersProto.SlideBoundgetInitialSlideBound()

 The initial offset for animation.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

public booleanhasInitialSlideBound()

 The initial offset for animation.

public static ModifiersProto.SlideInTransition.BuildernewBuilder()

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

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

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

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

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

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

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

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

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

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

public static ModifiersProto.SlideInTransitionparseFrom(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 DIRECTION_FIELD_NUMBER

public static final int INITIAL_SLIDE_BOUND_FIELD_NUMBER

public static final int ANIMATION_SPEC_FIELD_NUMBER

Methods

public int getDirectionValue()

 The slide direction used for slide animations on any element, from the
 specified point to its destination in the layout. If not set, defaults to
 horizontal from left to the right.
 
.androidx.wear.protolayout.proto.SlideDirection direction = 1;

Returns:

The enum numeric value on the wire for direction.

public ModifiersProto.SlideDirection getDirection()

 The slide direction used for slide animations on any element, from the
 specified point to its destination in the layout. If not set, defaults to
 horizontal from left to the right.
 
.androidx.wear.protolayout.proto.SlideDirection direction = 1;

Returns:

The direction.

public boolean hasInitialSlideBound()

 The initial offset for animation. By default the transition starts from the
 left parent boundary for horizontal orientation and from the top for
 vertical orientation. Note that sliding from the screen boundaries can only
 be achieved if all parent's sizes are big enough to accommodate it.
 
.androidx.wear.protolayout.proto.SlideBound initial_slide_bound = 2;

public ModifiersProto.SlideBound getInitialSlideBound()

 The initial offset for animation. By default the transition starts from the
 left parent boundary for horizontal orientation and from the top for
 vertical orientation. Note that sliding from the screen boundaries can only
 be achieved if all parent's sizes are big enough to accommodate it.
 
.androidx.wear.protolayout.proto.SlideBound initial_slide_bound = 2;

public boolean hasAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 3;

public AnimationParameterProto.AnimationSpec getAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 3;

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

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

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

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

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

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

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

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

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

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

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

public static <any> parser()