Home
last modified time | relevance | path

Searched refs:py (Results 1 – 11 of 11) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DLinearCurveFit.java42 double py = y[i][0]; in LinearCurveFit() local
44 sum += Math.hypot(px - lastx, py - lasty); in LinearCurveFit()
47 lasty = py; in LinearCurveFit()
76 double py = mY[i][1]; in getLength2D() local
78 sum += Math.hypot(px - last_x, py - last_y); in getLength2D()
81 last_y = py; in getLength2D()
93 py -= y1 * (1 - x) + y2 * x; in getLength2D()
95 sum += Math.hypot(py, px); in getLength2D()
DArcCurveFit.java436 double py = b * c; in buildTable() local
438 dist += Math.hypot(px - lx, py - ly); in buildTable()
442 ly = py; in buildTable()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionTelltales.java125 float py = f[y]; in onDraw() local
128 mMotionLayout.getViewVelocity(this, px, py, mVelocity, mVelocityMode); in onDraw()
132 float sy = (height * py); in onDraw()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionWidget.java354 public void setPivotY(float py) { in setPivotY() argument
355 mWidgetFrame.pivotY = py; in setPivotY()
DMotion.java1347 float py = (cy - child.getTop()); in interpolate() local
1349 child.setPivotY(py); in interpolate()
/constraintlayout/constraintlayout-core/
Dbuild.gradle18 * This file was created using the `create_project.py` script located in the
/constraintlayout/constraintlayout-compose-lint/
Dbuild.gradle18 * This file was created using the `create_project.py` script located in the
/constraintlayout/constraintlayout/
Dbuild.gradle18 * This file was created using the `create_project.py` script located in the
/constraintlayout/constraintlayout-compose/
Dbuild.gradle18 * This file was created using the `create_project.py` script located in the
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionController.java1374 float py = (cy - child.getTop());
1376 child.setPivotY(py);
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java2746 float py = (cy - view.getTop()); in applyToInternal() local
2748 view.setPivotY(py); in applyToInternal()