HomeSort by relevance Sort by last modified time
    Searched refs:PathEvaluator (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathEvaluator.java 26 public class PathEvaluator implements TypeEvaluator<PathPoint> {
CurvedMotion.java 31 * The real work is done by PathEvaluator, which interpolates along a path
82 new PathEvaluator(), path.getPoints().toArray());

Completed in 119 milliseconds