Searched defs:PathPoint (Results 1 - 1 of 1) sorted by relevance

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
H A DPathPoint.java20 * location from the previous path location (if any). Any PathPoint holds the information for
24 public class PathPoint { class
27 * The possible path operations that describe how to move from a preceding PathPoint to the
28 * location described by this PathPoint.
35 * The location of this PathPoint
40 * The first control point, if any, for a PathPoint of type CURVE
45 * The second control point, if any, for a PathPoint of type CURVE
50 * The motion described by the path to get from the previous PathPoint in an AnimatorPath
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
60 private PathPoint(in method in class:PathPoint
69 private PathPoint(float c0X, float c0Y, float c1X, float c1Y, float x, float y) { method in class:PathPoint
[all...]

Completed in 46 milliseconds