public interface

ModifiersProto.FadeInTransitionOrBuilder

 androidx.wear.protolayout.proto.ModifiersProto.FadeInTransitionOrBuilder

Subclasses:

ModifiersProto.FadeInTransition, ModifiersProto.FadeInTransition.Builder

Summary

Methods
public AnimationParameterProto.AnimationSpecgetAnimationSpec()

 The animation parameters for duration, delay, etc.

public floatgetInitialAlpha()

 The starting alpha of the fade in transition.

public booleanhasAnimationSpec()

 The animation parameters for duration, delay, etc.

Methods

public float getInitialAlpha()

 The starting alpha of the fade in transition. It should be between 0 and 1.
 If not set, defaults to fully transparent, i.e. 0.
 
float initial_alpha = 1;

Returns:

The initialAlpha.

public boolean hasAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 2;

Returns:

Whether the animationSpec field is set.

public AnimationParameterProto.AnimationSpec getAnimationSpec()

 The animation parameters for duration, delay, etc.
 
.androidx.wear.protolayout.expression.proto.AnimationSpec animation_spec = 2;

Returns:

The animationSpec.