Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 45) sorted by relevance

12

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DSchlick.java39 private double func(double x) { in func()
46 private double dfunc(double x) { in dfunc()
55 public double getDiff(double x) { in getDiff()
61 public double get(double x) { in get()
DMonotonicCurveFit.java117 double x = (t - mT[i]) / h; in getPos() local
172 double x = (t - mT[i]) / h; in getPos() local
210 double x = (t - mT[i]) / h; in getPos() local
235 double x = (t - mT[i]) / h; in getSlope() local
260 double x = (t - mT[i]) / h; in getSlope() local
280 double x, in interpolate()
295 private static double diff(double h, double x, double y1, double y2, double t1, double t2) { in diff()
DLinearCurveFit.java87 double x = (t - mT[i]) / h; in getLength2D() local
146 double x = (t - mT[i]) / h; in getPos() local
201 double x = (t - mT[i]) / h; in getPos() local
239 double x = (t - mT[i]) / h; in getPos() local
DEasing.java82 public double get(double x) { in get()
93 public double getDiff(double x) { in getDiff()
163 public double getDiff(double x) { in getDiff()
189 public double get(double x) { in get()
DSpringStopEngine.java91 double x = (mPos - mTargetPos); in getAcceleration() local
102 double x = (mPos - mTargetPos); in isStopped() local
124 double x = (mPos - mTargetPos); in compute() local
DHyperSpline.java89 public void getPos(double p, double[] x) { in getPos()
101 public void getPos(double p, float[] x) { in getPos()
150 static Cubic[] calcNaturalCubic(int n, double[] x) { in calcNaturalCubic()
DStepCurve.java98 public double getDiff(double x) { in getDiff()
104 public double get(double x) { in get()
DOscillator.java142 double x = 1 - Math.abs((angle * 4) % 4 - 2); in getValue() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/
DRectangle.java22 public int x; field in Rectangle
28 public void setBounds(int x, int y, int width, int height) { in setBounds()
48 public boolean contains(int x, int y) { in contains()
DWidgetContainer.java47 public WidgetContainer(int x, int y, int width, int height) { in WidgetContainer()
146 public void setOffset(int x, int y) { in setOffset()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionArcCurveTest.java53 double x = spline.getPos((time[0] + time[1]) / 2, 0); in arcTest1() local
84 double x = spline.getPos((time[0] + time[1]) / 2, 0); in arcTest2() local
147 double x = spline.getPos((time[0] + time[1]) / 2, 1); in arcTest3() local
154 private static String textDraw(int dimx, int dimy, float[] x, float[] y, boolean flip) { in textDraw()
DStopLogicTest.java274 float[] x = new float[count]; in verify() local
289 static String textDraw(int dimx, int dimy, float[] x, float[] y, boolean flip) { in textDraw()
/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/
DMotionLayoutBenchmark.kt67 val x = (bounds.width() * 0.5f).roundToInt() in messageDsl() constant
92 val x = (bounds.width() * 0.5f).roundToInt() in dynamicGraphs() constant
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyPositionBase.java82 float x, in positionAttributes()
102 float x, in intersects()
DKeyPosition.java151 float x, in positionAttributes()
176 float x, in positionPathAttributes()
214 float x, in positionScreenAttributes()
246 float x, in positionCartAttributes()
274 float x, in positionAxisAttributes()
315 float x, in intersects()
DDesignTool.java470 public float getKeyFramePosition(Object view, int type, float x, float y) { in getKeyFramePosition()
514 public boolean setKeyFramePosition(Object view, int position, int type, float x, float y) { in setKeyFramePosition()
654 public Object getKeyframeAtLocation(Object viewObject, float x, float y) { in getKeyframeAtLocation()
688 float x, in getPositionKeyframe()
695 motionController.positionKeyframe((View) view, key, x, y, attribute, value); in getPositionKeyframe() local
DMotionController.java454 double x = 0, y = 0; in getPreCycleDistance() local
497 KeyPositionBase getPositionKeyframe(int layoutWidth, int layoutHeight, float x, float y) { in getPositionKeyframe()
593 float getKeyFrameParameter(int type, float x, float y) { in getKeyFrameParameter()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKeyPosition.java94 float x, in positionAttributes()
116 float x, in positionPathAttributes()
154 float x, in positionScreenAttributes()
186 float x, in positionCartAttributes()
217 float x, in intersects()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DMotionEffect.java189 float x = mc.getFinalX() - mc.getStartX(); in onPreSetup() local
221 float x = mc.getFinalX() - mc.getStartX(); in onPreSetup() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java54 public float getVelocity(float x) { in getVelocity()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DConstraintReference.java354 public ConstraintReference pivotX(float x) { in pivotX()
366 public ConstraintReference rotationX(float x) { in rotationX()
384 public ConstraintReference translationX(float x) { in translationX()
402 public ConstraintReference scaleX(float x) { in scaleX()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DPlaceholder.java150 float x = cWidth / 2f - r.width() / 2f - r.left; in onDraw() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java443 double x = 0, y = 0; in getPreCycleDistance() local
486 MotionKeyPosition getPositionKeyframe(int layoutWidth, int layoutHeight, float x, float y) { in getPositionKeyframe()
589 float getKeyFrameParameter(int type, float x, float y) { in getKeyFrameParameter()
1166 public float getInterpolation(float x) { in getInterpolator()
1599 float x, in positionKeyframe()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionLabel.java495 float x = mPaddingLeft + getHorizontalOffset(); in onDraw() local
509 float x = mPaddingLeft + getHorizontalOffset(); in onDraw() local
537 float x = mPaddingLeft + getHorizontalOffset(); in onDraw() local
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionMeasurer.kt402 val x = FloatArray(numKeyPositions) in <lambda>() constant

12