Home
last modified time | relevance | path

Searched defs:translationZ (Results 1 – 9 of 9) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraints.java77 public float translationZ = 0; field in Constraints.LayoutParams
DConstraintProperties.java602 public ConstraintProperties translationZ(float translationZ) { in translationZ() argument
DConstraintSet.java1826 public float translationZ = 0; field in ConstraintSet.Transform
3812 public void setTranslationZ(int viewId, float translationZ) { in setTranslationZ()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DKeyAttributes.java192 public void setTranslationZ(float[] translationZ) { in setTranslationZ()
DKeyAttribute.java183 public void setTranslationZ(float translationZ) { in setTranslationZ()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstrainScope.kt125 var translationZ: Dp by DpProperty(0.dp) variable in androidx.constraintlayout.compose.ConstrainScope
DTransitionScope.kt538 var translationZ: Dp by addOnPropertyChange(0.dp, "translationZ") variable in KeyAttributeScope
597 var translationZ: Dp by addOnPropertyChange(0.dp) variable in KeyCycleScope
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DWidgetFrame.java57 public float translationZ = Float.NaN; field in WidgetFrame
DConstraintReference.java396 public ConstraintReference translationZ(float z) { in translationZ() method in ConstraintReference