Home
last modified time | relevance | path

Searched defs:scaleY (Results 1 – 15 of 15) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java93 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initCartesian() local
140 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initAxis() local
222 float scaleY = e.mHeight - s.mHeight; in initPolar() local
276 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initScreen() local
319 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initPath() local
743 float scaleY = 1; in getRect() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java83 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initCartesian() local
152 float scaleY = e.mHeight - s.mHeight; in initPolar() local
215 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initScreen() local
258 float scaleY = endTimePoint.mHeight - startTimePoint.mHeight; in initPath() local
659 float scaleY = 1; in getRect() local
DMotionWidget.java418 public void setScaleY(float scaleY) { in setScaleY()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DVelocityMatrix.java54 public void setScaleVelocity(SplineSet scaleX, SplineSet scaleY, float position) { in setScaleVelocity()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraints.java72 public float scaleY = 1; field in Constraints.LayoutParams
DConstraintProperties.java521 public ConstraintProperties scaleY(float scaleY) { in scaleY() method in ConstraintProperties
DConstraintSet.java1820 public float scaleY = 1; field in ConstraintSet.Transform
3730 public void setScaleY(int viewId, float scaleY) { in setScaleY()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionMeasurer.kt460 val scaleY = if (frame.scaleY.isNaN()) 1f else frame.scaleY in <lambda>() constant
DTransitionScope.kt532 var scaleY by addOnPropertyChange(1f, "scaleY") variable in KeyAttributeScope
591 var scaleY by addOnPropertyChange(1f) variable in KeyCycleScope
DConstrainScope.kt107 var scaleY: Float by FloatProperty(1.0f) variable in androidx.constraintlayout.compose.ConstrainScope
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/dsl/
DKeyAttributes.java168 public void setScaleY(float[] scaleY) { in setScaleY()
DKeyAttribute.java159 public void setScaleY(float scaleY) { in setScaleY()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DLayer.java170 public void setScaleY(float scaleY) { in setScaleY()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DWidgetFrame.java61 public float scaleY = Float.NaN; field in WidgetFrame
DConstraintReference.java408 public ConstraintReference scaleY(float y) { in scaleY() method in ConstraintReference