Searched defs:rotationZ (Results 1 – 5 of 5) sorted by relevance
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ | ||
| D | TransitionScope.kt | 535 var rotationZ by addOnPropertyChange(0f, "rotationZ") variable in KeyAttributeScope |
| D | ConstrainScope.kt | 116 var rotationZ: Float by FloatProperty(0.0f) variable in androidx.constraintlayout.compose.ConstrainScope |
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ | ||
| D | WidgetFrame.java | 53 public float rotationZ = Float.NaN; field in WidgetFrame |
| D | ConstraintReference.java | 378 public ConstraintReference rotationZ(float z) { in rotationZ() method in ConstraintReference |
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ | ||
| D | MotionWidget.java | 378 public void setRotationZ(float rotationZ) { in setRotationZ() |