Home
last modified time | relevance | path

Searched refs:getDiff (Results 1 – 10 of 10) sorted by relevance

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionBasicTest.java95 diffValue = easing.getDiff(0.5); in testEasing01()
97 diffValue = easing.getDiff(0.1); in testEasing01()
99 diffValue = easing.getDiff(0.9); in testEasing01()
106 diffValue = easing.getDiff(0.001); in testEasing01()
108 diffValue = easing.getDiff(0.9999); in testEasing01()
114 diffValue = easing.getDiff(0.5); in testEasing01()
116 diffValue = easing.getDiff(0.00001); in testEasing01()
118 diffValue = easing.getDiff(0.99999); in testEasing01()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DEasing.java93 public double getDiff(double x) { in getDiff() method in Easing
163 public double getDiff(double x) { in getDiff() method in Easing.CubicEasing
DSchlick.java55 public double getDiff(double x) { in getDiff() method in Schlick
DStepCurve.java98 public double getDiff(double x) { in getDiff() method in StepCurve
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DMotion.java1173 return (float) easing.getDiff(mX); in getInterpolator()
1253 velocity[0] = (float) easing.getDiff(offset); in getAdjustedPosition()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionController.java1284 velocity[0] = (float) easing.getDiff(offset);
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt1284 method public double getDiff(double);
Drestricted_1.1.0-beta01.txt1284 method public double getDiff(double);
Drestricted_current.txt1284 method public double getDiff(double);
Dcurrent.txt1284 method public double getDiff(double);