FileDocCategorySizeDatePackage
IntEvaluator.javaAPI DocAndroid 5.1 API335Sat Mar 14 14:09:34 GMT 2015android.animation

IntEvaluator.java

package android.animation;
public class IntEvaluator
  implements android.animation.TypeEvaluator<java.lang.Integer>
{
public  IntEvaluator() { throw new RuntimeException("Stub!"); }
public  java.lang.Integer evaluate(float fraction, java.lang.Integer startValue, java.lang.Integer endValue) { throw new RuntimeException("Stub!"); }
}