Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 12 of 12) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraints.java65 public float alpha = 1; field in Constraints.LayoutParams
DConstraintProperties.java453 public ConstraintProperties alpha(float alpha) { in alpha() argument
DConstraintSet.java1945 public float alpha = 1; field in ConstraintSet.PropertySet
3644 public void setAlpha(int viewId, float alpha) { in setAlpha()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DTransitionScope.kt530 var alpha by addOnPropertyChange(1f, "alpha") variable
589 var alpha by addOnPropertyChange(1f) variable
DConstrainScope.kt94 var alpha: Float = 1.0f variable in androidx.constraintlayout.compose.ConstrainScope
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DKeyAttributes.java104 public void setAlpha(float... alpha) { in setAlpha()
DKeyAttribute.java95 public void setAlpha(float alpha) { in setAlpha()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintReference.java414 public ConstraintReference alpha(float alpha) { in alpha() argument
DWidgetFrame.java63 public float alpha = Float.NaN; field in WidgetFrame
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionWidget.java81 public float alpha = 1; field in MotionWidget.PropertySet
DMotionPaths.java655 @SuppressWarnings("unused") float alpha = 0; in getRect() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java739 @SuppressWarnings("unused") float alpha = 0; in getRect() local