public final class

ModifiersBuilders.AnimatedVisibility

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.ModifiersBuilders.AnimatedVisibility

Overview

The content transition of an element. Any update to the element or its children will trigger this animation for this element and everything underneath it.

Summary

Methods
public static ModifiersBuilders.AnimatedVisibilityfromProto(ModifiersProto.AnimatedVisibility proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public ModifiersBuilders.EnterTransitiongetEnterTransition()

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

public ModifiersBuilders.ExitTransitiongetExitTransition()

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

public FingerprintgetFingerprint()

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

public ModifiersProto.AnimatedVisibilitytoProto()

Returns the internal proto instance.

public java.lang.StringtoString()

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

Methods

public ModifiersBuilders.EnterTransition getEnterTransition()

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

public ModifiersBuilders.ExitTransition getExitTransition()

Gets the content transition that is triggered when element exits the layout. Note that indefinite exit animations are ignored.

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()