Searched refs:getDiff (Results 1 – 10 of 10) sorted by relevance
95 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()
93 public double getDiff(double x) { in getDiff() method in Easing163 public double getDiff(double x) { in getDiff() method in Easing.CubicEasing
55 public double getDiff(double x) { in getDiff() method in Schlick
98 public double getDiff(double x) { in getDiff() method in StepCurve
1173 return (float) easing.getDiff(mX); in getInterpolator()1253 velocity[0] = (float) easing.getDiff(offset); in getAdjustedPosition()
1284 velocity[0] = (float) easing.getDiff(offset);
1284 method public double getDiff(double);