public final class

ModifiersBuilders.EnterTransition

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.ModifiersBuilders.EnterTransition

Overview

The content transition that is triggered when element enters the layout.

Summary

Methods
public static ModifiersBuilders.EnterTransitionfromProto(ModifiersProto.EnterTransition proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ModifiersBuilders.FadeInTransitiongetFadeIn()

Gets the fading in animation for content transition of an element and its children happening when entering the layout.

public FingerprintgetFingerprint()

Get the fingerprint for this object, or null if unknown.

public ModifiersBuilders.SlideInTransitiongetSlideIn()

Gets the sliding in animation for content transition of an element and its children happening when entering the layout.

public ModifiersProto.EnterTransitiontoProto()

Returns the internal proto instance.

public java.lang.StringtoString()

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

Methods

Gets the fading in animation for content transition of an element and its children happening when entering the layout.

Gets the sliding in animation for content transition of an element and its children happening when entering the layout.

public Fingerprint getFingerprint()

Get the fingerprint for this object, or null if unknown.

Creates a new wrapper instance from the proto.

Returns the internal proto instance.

public java.lang.String toString()