Home
last modified time | relevance | path

Searched defs:dx (Results 1 – 20 of 20) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DHorizontalWidgetRun.java310 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/
DMotionArcCurveTest.java50 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/
DTouchResponse.java275 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()
DMotionScene.java314 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()
DMotionPaths.java249 double dx = mX + mWidth / 2 - relative.mX - relative.mWidth / 2; in setupRelative() local
673 float dx = dv_x + dv_width / 2; in setView() local
DKeyPosition.java194 float dx = pathVectorX / distance; in positionPathAttributes() local
DMotionController.java595 float dx = mEndMotionPath.mX - mStartMotionPath.mX; in getKeyFrameParameter() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DLayer.java202 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/
DVelocityMatrix.java107 float dx = mAnchorDpDt[0]; in applyTransform() local
DArcCurveFit.java318 double dx = x2 - x1; in Arc() local
DKeyCycleOscillator.java80 public void setPathRotate(MotionWidget view, float t, double dx, double dy) { in setPathRotate()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DViewOscillator.java138 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
DViewSpline.java165 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
DViewTimeCycle.java209 double dx, in setPathRotate()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt249 val dx = 0f // framePoint.translationX in drawTicks() constant
DConstraintLayout.kt2081 var dx = (size.width - w) / 2f in setLayoutInformation() variable
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/
DMotionKeyPosition.java134 float dx = pathVectorX / distance; in positionPathAttributes() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotionPaths.java189 double dx = mX + mWidth / 2 - relative.mX - relative.mWidth / 2; in setupRelative() local
607 float dx = dv_x + dv_width / 2; in setView() local
DMotion.java591 float dx = mEndMotionPath.mX - mStartMotionPath.mX; in getKeyFrameParameter() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransition.java443 public float dragToProgress(float currentProgress, int baseW, int baseH, float dx, float dy) { in dragToProgress()