public final class

ModifiersBuilders.FadeInTransition

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.ModifiersBuilders.FadeInTransition

Overview

The fading animation for content transition of an element and its children, from the specified starting alpha to fully visible.

Summary

Methods
public static ModifiersBuilders.FadeInTransitionfromProto(ModifiersProto.FadeInTransition proto, Fingerprint fingerprint)

Creates a new wrapper instance from the proto.

public AnimationParameterBuilders.AnimationSpecgetAnimationSpec()

Gets the animation parameters for duration, delay, etc.

public FingerprintgetFingerprint()

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

public floatgetInitialAlpha()

Gets the starting alpha of the fade in transition.

public ModifiersProto.FadeInTransitiontoProto()

Returns the internal proto instance.

public java.lang.StringtoString()

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

Methods

public float getInitialAlpha()

Gets 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.

Gets the animation parameters for duration, delay, etc.

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