public class

ConstraintSet.Transform

extends java.lang.Object

 java.lang.Object

↳androidx.constraintlayout.widget.ConstraintSet.Transform

Summary

Fields
public booleanapplyElevation

public floatelevation

public booleanmApply

public floatrotation

public floatrotationX

public floatrotationY

public floatscaleX

public floatscaleY

public inttransformPivotTarget

public floattransformPivotX

public floattransformPivotY

public floattranslationX

public floattranslationY

public floattranslationZ

Constructors
publicTransform()

Methods
public voidcopyFrom(ConstraintSet.Transform src)

Copy Transform from src

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

Fields

public boolean mApply

public float rotation

public float rotationX

public float rotationY

public float scaleX

public float scaleY

public float transformPivotX

public float transformPivotY

public int transformPivotTarget

public float translationX

public float translationY

public float translationZ

public boolean applyElevation

public float elevation

Constructors

public Transform()

Methods

public void copyFrom(ConstraintSet.Transform src)

Copy Transform from src

Parameters:

src: