Searched refs:getDiff (Results 1 – 7 of 7) sorted by relevance
72 public float getDiff(float x) { in getDiff() method in GeneralEasing73 return mEasingCurve.getDiff(x); in getDiff()
31 public abstract float getDiff(float x); in getDiff() method in Easing
40 public float getDiff(float x) { in getDiff() method in ElasticOutCurve
252 public float getDiff(float t) { in getDiff() method in FloatAnimation253 return mEasingCurve.getDiff(t / mDuration) * (mTargetValue - mInitialValue); in getDiff()
51 public float getDiff(float x) { in getDiff() method in BounceCurve
57 public float getDiff(float x) { in getDiff() method in StepCurve
108 public float getDiff(float x) { in getDiff() method in CubicEasing