Home
last modified time | relevance | path

Searched defs:rotationZ (Results 1 – 5 of 5) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DTransitionScope.kt535 var rotationZ by addOnPropertyChange(0f, "rotationZ") variable in KeyAttributeScope
594 var rotationZ by addOnPropertyChange(0f) variable in KeyCycleScope
DConstrainScope.kt116 var rotationZ: Float by FloatProperty(0.0f) variable in androidx.constraintlayout.compose.ConstrainScope
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DWidgetFrame.java53 public float rotationZ = Float.NaN; field in WidgetFrame
DConstraintReference.java378 public ConstraintReference rotationZ(float z) { in rotationZ() method in ConstraintReference
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionWidget.java378 public void setRotationZ(float rotationZ) { in setRotationZ()