| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | HyperSpline.java | 78 double pos = p * mTotalLength; in getVelocity() local 90 double pos = p * mTotalLength; in getPos() local 102 double pos = p * mTotalLength; in getPos() local 114 double pos = p * mTotalLength; in getPos() local
|
| D | ArcCurveFit.java | 419 double pos = v * (mLut.length - 1); in lookup() local 451 double pos = i / (double) (mLut.length - 1); in buildTable() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/ |
| D | TouchResponse.java | 310 float pos = mMotionLayout.getProgress(); in processTouchRotateEvent() local 355 float pos = currentPos; in processTouchRotateEvent() local 454 float pos = mMotionLayout.getProgress(); in processTouchEvent() local 545 float pos = currentPos; in processTouchEvent() local 617 float pos = mMotionLayout.getProgress(); in getProgressDirection() local 637 float pos = mMotionLayout.getProgress(); in scrollUp() local 659 float pos = mMotionLayout.getProgress(); in scrollMove() local
|
| D | MotionLayout.java | 1423 float pos = Float.NaN; in setTransition() local 1601 public void setInterpolatedProgress(float pos) { in setInterpolatedProgress() 1619 public void setProgress(float pos, float velocity) { in setProgress() 1743 public void setProgress(float pos) { in setProgress()
|
| D | Key.java | 175 public void setFramePosition(int pos) { in setFramePosition()
|
| D | MotionPaths.java | 408 float[] pos = new float[2]; in getCenter() local 468 float[] pos = new float[2]; in getCenter() local 516 float[] pos = new float[2]; in getCenterVelocity() local 636 float[] pos = new float[2]; in setView() local
|
| D | MotionController.java | 272 public void getCenter(double p, float[] pos, float[] vel) { in getCenter() 630 int pos = Collections.binarySearch(mMotionPaths, point); in insertKey() local
|
| D | KeyTrigger.java | 170 public void conditionallyFire(float pos, View child) { in conditionallyFire()
|
| D | DesignTool.java | 437 public int getKeyFramePositions(Object view, int[] type, float[] pos) { in getKeyFramePositions()
|
| /constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/ |
| D | MotionMeasurer.kt | 286 val pos = IntArray(50) in <lambda>() constant 404 val pos = FloatArray(numKeyPositions) in <lambda>() constant
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/ |
| D | MotionKeyCycleTest.java | 62 int[] pos = {0, 50, 100}; in cycleBuilder() local
|
| D | MotionKeyTimeCycleTest.java | 34 int[] pos = {0, 50, 100}; in cycleBuilder() local
|
| D | MotionTransitionTest.java | 308 float[] pos = new float[100]; in testTransitionJson2() local 454 float[] pos = new float[100]; in testTransitionOnSwipe1() local
|
| /constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/scout/ |
| D | Utils.java | 197 public static int getPosition(int[] pos, int p1, int p2) { in getPosition()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/ |
| D | Motion.java | 268 public void getCenter(double p, float[] pos, float[] vel) { in getCenter() 509 public int buildKeyFrames(float[] keyFrames, int[] mode, int[] pos) { in buildKeyFrames() 635 int pos = Collections.binarySearch(mMotionPaths, point); in insertKey() local 1624 public int getKeyFramePositions(int[] type, float[] pos) { in getKeyFramePositions() 1657 float[] pos = new float[2]; in getKeyFrameInfo() local
|
| D | MotionPaths.java | 348 float[] pos = new float[2]; in getCenter() local 408 float[] pos = new float[2]; in getCenter() local 457 float[] pos = new float[2]; in getCenterVelocity() local 570 float[] pos = new float[2]; in setView() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/key/ |
| D | MotionKey.java | 126 public void setFramePosition(int pos) { in setFramePosition()
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/ |
| D | ViewTimeCycle.java | 59 public float get(float pos, long time, View view, KeyCache cache) { in get()
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/ |
| D | Transition.java | 375 float pos = mEngine.getInterpolation(time); in getTouchUpProgress() local 630 public void fillKeyPositions(WidgetFrame frame, float[] x, float[] y, float[] pos) { in fillKeyPositions()
|