Searched defs:PointFEvaluator (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/animation/
H A DPointFEvaluator.java23 public class PointFEvaluator implements TypeEvaluator<PointF> { class in inherits:TypeEvaluator
32 * Construct a PointFEvaluator that returns a new PointF on every evaluate call.
34 * {@link PointFEvaluator#PointFEvaluator(android.graphics.PointF)} should be used
37 public PointFEvaluator() { method in class:PointFEvaluator
41 * Constructs a PointFEvaluator that modifies and returns <code>reuse</code>
50 public PointFEvaluator(PointF reuse) { method in class:PointFEvaluator
61 * <p>If {@link #PointFEvaluator(android.graphics.PointF)} was used to construct
62 * this PointFEvaluator, the object returned will be the <code>reuse</code>

Completed in 65 milliseconds