public final class

ModifiersBuilders.ExitTransition

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.ModifiersBuilders.ExitTransition

Overview

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

Summary

Methods
public static ModifiersBuilders.ExitTransitionfromProto(ModifiersProto.ExitTransition proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ModifiersBuilders.FadeOutTransitiongetFadeOut()

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

public FingerprintgetFingerprint()

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

public ModifiersBuilders.SlideOutTransitiongetSlideOut()

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

public ModifiersProto.ExitTransitiontoProto()

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 out animation for content transition of an element and its children happening when exiting the layout.

Gets the sliding out animation for content transition of an element and its children happening when exiting 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()