FileDocCategorySizeDatePackage
PointFEvaluator.javaAPI DocAndroid 5.1 API461Sat Mar 14 14:09:32 GMT 2015android.animation

PointFEvaluator.java

package android.animation;
public class PointFEvaluator
  implements android.animation.TypeEvaluator<android.graphics.PointF>
{
public  PointFEvaluator() { throw new RuntimeException("Stub!"); }
public  PointFEvaluator(android.graphics.PointF reuse) { throw new RuntimeException("Stub!"); }
public  android.graphics.PointF evaluate(float fraction, android.graphics.PointF startValue, android.graphics.PointF endValue) { throw new RuntimeException("Stub!"); }
}