Home
last modified time | relevance | path

Searched refs:MOVE (Results 1 – 1 of 1) sorted by relevance

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DPathPoint.java30 public static final int MOVE = 0; field in PathPoint
99 return new PathPoint(MOVE, x, y); in moveTo()