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

  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 32 public static final int CURVE = 2;
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
51 * to the location of this PathPoint. This can be one of MOVE, LINE, or CURVE.
67 * Curve constructor
76 mOperation = CURVE;
87 * Constructs and returns a PathPoint object that describes a curve to the given xy location
PathEvaluator.java 30 if (endValue.mOperation == PathPoint.CURVE) {

Completed in 284 milliseconds