Home
last modified time | relevance | path

Searched defs:moveTo (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DAnimatorPath.java40 public void moveTo(float x, float y) { in moveTo() method in AnimatorPath
DPathPoint.java98 public static PathPoint moveTo(float x, float y) { in moveTo() method in PathPoint