Home
last modified time | relevance | path

Searched defs:x1 (Results 1 – 11 of 11) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt339 val x1 = mPoints!![0] in drawPathRelativeTicks() constant
363 val x1 = mPoints!![0] in drawPathCartesian() constant
384 val x1 = mPoints!![0] in drawPathCartesianTicks() constant
416 val x1 = 0f in drawPathScreenTicks() constant
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DHorizontalWidgetRun.java304 int x1, in computeInsetRatio()
385 int x1 = start.mTargets.get(0).value + start.mMargin; in update() local
400 int x1 = start.value + start.mMargin; in update() local
416 int x1 = start.mTargets.get(0).value + start.mMargin; in update() local
429 int x1 = start.mTargets.get(0).value + start.mMargin; in update() local
DDirect.java346 int x1 = 0; in horizontalSolvingPass() local
414 int x1 = 0; in horizontalSolvingPass() local
651 int x1; in solveHorizontalCenterConstraints() local
732 int x1; in solveHorizontalMatchConstraint() local
DDependencyGraph.java144 int x1 = mWidgetcontainer.getX(); in directMeasure() local
284 int x1 = mWidgetcontainer.getX(); in directMeasureWithOrientation() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DEasing.java117 CubicEasing(double x1, double y1, double x2, double y2) { in CubicEasing()
121 void setup(double x1, double y1, double x2, double y2) { in setup()
176 double x1 = getX(t - range); in getDiff() local
208 double x1 = getX(t - range); in get() local
DArcCurveFit.java317 Arc(int mode, double t1, double t2, double x1, double y1, double x2, double y2) { in Arc()
426 private void buildTable(double x1, double y1, double x2, double y2) { in buildTable()
DLinearCurveFit.java88 double x1 = mY[i][0]; in getLength2D() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DConstraintWidget.java130 public void setFinalLeft(int x1) { in setFinalLeft()
166 public void setFinalHorizontal(int x1, int x2) { in setFinalHorizontal()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java699 float x1 = v_x; in getRect() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintLayout.java2133 int x1 = widget.getX() + widget.getWidth() / 2; in dispatchDraw() local
2149 int x1 = widget.getX() + widget.getWidth() / 2; in dispatchDraw() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java781 float x1 = v_x; in getRect() local