public class

Transition.WidgetState

extends java.lang.Object

 java.lang.Object

↳androidx.constraintlayout.core.state.Transition.WidgetState

Summary

Constructors
publicWidgetState()

Methods
public WidgetFramegetFrame(int type)

public voidinterpolate(int parentWidth, int parentHeight, float progress, Transition transition)

public voidsetKeyAttribute(TypedBundle prop)

public voidsetKeyAttribute(TypedBundle prop, CustomVariable custom[])

Set tge keyAttribute bundle and associated custom attributes

public voidsetKeyCycle(TypedBundle prop)

public voidsetKeyPosition(TypedBundle prop)

public voidsetPathRelative(Transition.WidgetState widgetState)

public voidupdate(ConstraintWidget child, int state)

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

Constructors

public WidgetState()

Methods

public void setKeyPosition(TypedBundle prop)

public void setKeyAttribute(TypedBundle prop)

public void setKeyAttribute(TypedBundle prop, CustomVariable custom[])

Set tge keyAttribute bundle and associated custom attributes

Parameters:

prop:
custom:

public void setKeyCycle(TypedBundle prop)

public void update(ConstraintWidget child, int state)

public WidgetFrame getFrame(int type)

public void interpolate(int parentWidth, int parentHeight, float progress, Transition transition)

public void setPathRelative(Transition.WidgetState widgetState)