Searched refs:py (Results 1 – 11 of 11) sorted by relevance
42 double py = y[i][0]; in LinearCurveFit() local44 sum += Math.hypot(px - lastx, py - lasty); in LinearCurveFit()47 lasty = py; in LinearCurveFit()76 double py = mY[i][1]; in getLength2D() local78 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()
436 double py = b * c; in buildTable() local438 dist += Math.hypot(px - lx, py - ly); in buildTable()442 ly = py; in buildTable()
125 float py = f[y]; in onDraw() local128 mMotionLayout.getViewVelocity(this, px, py, mVelocity, mVelocityMode); in onDraw()132 float sy = (height * py); in onDraw()
354 public void setPivotY(float py) { in setPivotY() argument355 mWidgetFrame.pivotY = py; in setPivotY()
1347 float py = (cy - child.getTop()); in interpolate() local1349 child.setPivotY(py); in interpolate()
18 * This file was created using the `create_project.py` script located in the
1374 float py = (cy - child.getTop());1376 child.setPivotY(py);
2746 float py = (cy - view.getTop()); in applyToInternal() local2748 view.setPivotY(py); in applyToInternal()