| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/ |
| D | HorizontalWidgetRun.java | 310 int dx = x2 - x1; in computeInsetRatio() local 435 int dx = x2 - x1; in update() local 447 int dx = x2 - x1; in update() local 474 int dx = (int) (0.5f + ldy / ratio); in update() local 486 int dx = (int) (0.5f + ldy * ratio); in update() local
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | MotionArcCurveTest.java | 50 double dx = spline.getSlope((time[0] + time[1]) / 2, 0); in arcTest1() local 81 double dx = spline.getSlope((time[0] + time[1]) / 2, 0); in arcTest2() local 144 double dx = spline.getSlope((time[0] + time[1]) / 2, 0); in arcTest3() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | TouchResponse.java | 275 float dx = event.getRawX() - mLastTouchX; in processTouchRotateEvent() local 444 float dx = event.getRawX() - mLastTouchX; in processTouchEvent() local 616 float getProgressDirection(float dx, float dy) { in getProgressDirection() 634 void scrollUp(float dx, float dy) { in scrollUp() 655 void scrollMove(float dx, float dy) { in scrollMove() 857 float dot(float dx, float dy) { in dot()
|
| D | MotionScene.java | 314 float dx, in bestTransitionFor() 1721 float dx = event.getRawX() - mLastTouchX; in processTouchEvent() local 1771 void processScrollMove(float dx, float dy) { in processScrollMove() 1777 void processScrollUp(float dx, float dy) { in processScrollUp() 1790 float getProgressDirection(float dx, float dy) { in getProgressDirection()
|
| D | MotionPaths.java | 249 double dx = mX + mWidth / 2 - relative.mX - relative.mWidth / 2; in setupRelative() local 673 float dx = dv_x + dv_width / 2; in setView() local
|
| D | KeyPosition.java | 194 float dx = pathVectorX / distance; in positionPathAttributes() local
|
| D | MotionController.java | 595 float dx = mEndMotionPath.mX - mStartMotionPath.mX; in getKeyFrameParameter() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/ |
| D | Layer.java | 202 public void setTranslationX(float dx) { in setTranslationX() 345 float dx = x - mComputedCenterX; in transform() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | VelocityMatrix.java | 107 float dx = mAnchorDpDt[0]; in applyTransform() local
|
| D | ArcCurveFit.java | 318 double dx = x2 - x1; in Arc() local
|
| D | KeyCycleOscillator.java | 80 public void setPathRotate(MotionWidget view, float t, double dx, double dy) { in setPathRotate()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/ |
| D | ViewOscillator.java | 138 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
|
| D | ViewSpline.java | 165 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
|
| D | ViewTimeCycle.java | 209 double dx, in setPathRotate()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionRenderDebug.kt | 249 val dx = 0f // framePoint.translationX in drawTicks() constant
|
| D | ConstraintLayout.kt | 2081 var dx = (size.width - w) / 2f in setLayoutInformation() variable
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/ |
| D | MotionKeyPosition.java | 134 float dx = pathVectorX / distance; in positionPathAttributes() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | MotionPaths.java | 189 double dx = mX + mWidth / 2 - relative.mX - relative.mWidth / 2; in setupRelative() local 607 float dx = dv_x + dv_width / 2; in setView() local
|
| D | Motion.java | 591 float dx = mEndMotionPath.mX - mStartMotionPath.mX; in getKeyFrameParameter() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | Transition.java | 443 public float dragToProgress(float currentProgress, int baseW, int baseH, float dx, float dy) { in dragToProgress()
|