public interface

ModifiersProto.EnterTransitionOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.EnterTransitionOrBuilder

Subclasses:

ModifiersProto.EnterTransition, ModifiersProto.EnterTransition.Builder

Summary

Methods
public ModifiersProto.FadeInTransitiongetFadeIn()

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

public ModifiersProto.SlideInTransitiongetSlideIn()

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

public booleanhasFadeIn()

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

public booleanhasSlideIn()

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

Methods

public boolean hasFadeIn()

 The fading in animation for content transition of an element and its
 children happening when entering the layout.
 
.androidx.wear.protolayout.proto.FadeInTransition fade_in = 1;

Returns:

Whether the fadeIn field is set.

 The fading in animation for content transition of an element and its
 children happening when entering the layout.
 
.androidx.wear.protolayout.proto.FadeInTransition fade_in = 1;

Returns:

The fadeIn.

public boolean hasSlideIn()

 The sliding in animation for content transition of an element and its
 children happening when entering the layout.
 
.androidx.wear.protolayout.proto.SlideInTransition slide_in = 2;

Returns:

Whether the slideIn field is set.

 The sliding in animation for content transition of an element and its
 children happening when entering the layout.
 
.androidx.wear.protolayout.proto.SlideInTransition slide_in = 2;

Returns:

The slideIn.