admin
2021-07-28 c0269fcfa876b9c5cf309b2006462b4d09c5ef95
library-NineOldAndroids/src/com/nineoldandroids/animation/TypeEvaluator.java
@@ -39,6 +39,6 @@
     * @return A linear interpolation between the start and end values, given the
     *         <code>fraction</code> parameter.
     */
    public T evaluate(float fraction, T startValue, T endValue);
    T evaluate(float fraction, T startValue, T endValue);
}