public final class

ModifiersProto.AnimatedVisibility.Builder

extends <any>

implements ModifiersProto.AnimatedVisibilityOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ModifiersProto.AnimatedVisibility.Builder

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.
 
Protobuf type androidx.wear.protolayout.proto.AnimatedVisibility

Summary

Methods
public ModifiersProto.AnimatedVisibility.BuilderclearEnterTransition()

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

public ModifiersProto.AnimatedVisibility.BuilderclearExitTransition()

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

public ModifiersProto.EnterTransitiongetEnterTransition()

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

public ModifiersProto.ExitTransitiongetExitTransition()

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

public booleanhasEnterTransition()

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

public booleanhasExitTransition()

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

public ModifiersProto.AnimatedVisibility.BuildermergeEnterTransition(ModifiersProto.EnterTransition value)

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

public ModifiersProto.AnimatedVisibility.BuildermergeExitTransition(ModifiersProto.ExitTransition value)

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

public ModifiersProto.AnimatedVisibility.BuildersetEnterTransition(ModifiersProto.EnterTransition.Builder builderForValue)

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

public ModifiersProto.AnimatedVisibility.BuildersetEnterTransition(ModifiersProto.EnterTransition value)

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

public ModifiersProto.AnimatedVisibility.BuildersetExitTransition(ModifiersProto.ExitTransition.Builder builderForValue)

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

public ModifiersProto.AnimatedVisibility.BuildersetExitTransition(ModifiersProto.ExitTransition value)

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

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

Methods

public boolean hasEnterTransition()

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

public ModifiersProto.EnterTransition getEnterTransition()

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

public ModifiersProto.AnimatedVisibility.Builder clearEnterTransition()

 The content transition that is triggered when element enters the layout.
 
.androidx.wear.protolayout.proto.EnterTransition enter_transition = 1;

public boolean hasExitTransition()

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;

public ModifiersProto.ExitTransition getExitTransition()

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;

public ModifiersProto.AnimatedVisibility.Builder clearExitTransition()

 The content transition that is triggered when element exits the layout.
 Note that indefinite exit animations are ignored.
 
.androidx.wear.protolayout.proto.ExitTransition exit_transition = 2;