public final class

ModifiersProto.FadeInTransition.Builder

extends <any>

implements ModifiersProto.FadeInTransitionOrBuilder

 java.lang.Object

↳<any>

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

Overview

 The fading animation for content transition of an element and its children,
 from the specified starting alpha to fully visible.
 
Protobuf type androidx.wear.protolayout.proto.FadeInTransition

Summary

Methods
public ModifiersProto.FadeInTransition.BuilderclearAnimationSpec()

 The animation parameters for duration, delay, etc.

public ModifiersProto.FadeInTransition.BuilderclearInitialAlpha()

 The starting alpha of the fade in transition.

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.

public ModifiersProto.FadeInTransition.BuildermergeAnimationSpec(AnimationParameterProto.AnimationSpec value)

 The animation parameters for duration, delay, etc.

public ModifiersProto.FadeInTransition.BuildersetAnimationSpec(AnimationParameterProto.AnimationSpec.Builder builderForValue)

 The animation parameters for duration, delay, etc.

public ModifiersProto.FadeInTransition.BuildersetAnimationSpec(AnimationParameterProto.AnimationSpec value)

 The animation parameters for duration, delay, etc.

public ModifiersProto.FadeInTransition.BuildersetInitialAlpha(float value)

 The starting alpha of the fade in transition.

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

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 ModifiersProto.FadeInTransition.Builder setInitialAlpha(float value)

 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;

Parameters:

value: The initialAlpha to set.

Returns:

This builder for chaining.

public ModifiersProto.FadeInTransition.Builder clearInitialAlpha()

 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:

This builder for chaining.

public boolean hasAnimationSpec()

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

public AnimationParameterProto.AnimationSpec getAnimationSpec()

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

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

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

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

public ModifiersProto.FadeInTransition.Builder clearAnimationSpec()

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