public final class

AnimationParameterBuilders.AnimationSpec.Builder

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.expression.AnimationParameterBuilders.AnimationSpec.Builder

Overview

Builder for AnimationParameterBuilders.AnimationSpec

Summary

Constructors
publicBuilder()

Methods
public AnimationParameterBuilders.AnimationSpecbuild()

Builds an instance from accumulated values.

public AnimationParameterBuilders.AnimationSpec.BuildersetAnimationParameters(AnimationParameterBuilders.AnimationParameters animationParameters)

Sets animation parameters including duration, easing and repeat delay.

public AnimationParameterBuilders.AnimationSpec.BuildersetRepeatable(AnimationParameterBuilders.Repeatable repeatable)

Sets the repeatable mode to be used for specifying repetition parameters for the animation.

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

Constructors

public Builder()

Methods

Sets animation parameters including duration, easing and repeat delay.

Sets the repeatable mode to be used for specifying repetition parameters for the animation. If not set, animation won't be repeated.

Builds an instance from accumulated values.