Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 19 of 19) sorted by relevance

/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DHyperSpline.java78 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
DArcCurveFit.java419 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/
DTouchResponse.java310 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
DMotionLayout.java1423 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()
DKey.java175 public void setFramePosition(int pos) { in setFramePosition()
DMotionPaths.java408 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
DMotionController.java272 public void getCenter(double p, float[] pos, float[] vel) { in getCenter()
630 int pos = Collections.binarySearch(mMotionPaths, point); in insertKey() local
DKeyTrigger.java170 public void conditionallyFire(float pos, View child) { in conditionallyFire()
DDesignTool.java437 public int getKeyFramePositions(Object view, int[] type, float[] pos) { in getKeyFramePositions()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionMeasurer.kt286 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/
DMotionKeyCycleTest.java62 int[] pos = {0, 50, 100}; in cycleBuilder() local
DMotionKeyTimeCycleTest.java34 int[] pos = {0, 50, 100}; in cycleBuilder() local
DMotionTransitionTest.java308 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/
DUtils.java197 public static int getPosition(int[] pos, int p1, int p2) { in getPosition()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java268 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
DMotionPaths.java348 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/
DMotionKey.java126 public void setFramePosition(int pos) { in setFramePosition()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DViewTimeCycle.java59 public float get(float pos, long time, View view, KeyCache cache) { in get()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransition.java375 float pos = mEngine.getInterpolation(time); in getTouchUpProgress() local
630 public void fillKeyPositions(WidgetFrame frame, float[] x, float[] y, float[] pos) { in fillKeyPositions()