HomeSort by relevance Sort by last modified time
    Searched defs: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
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java 57 static final String CURVE = "secp256r1";
573 * signature is DER encoded. and that the order of the curve is smaller than 2^1024.
679 String curve = "secp256r1"; local
    [all...]

Completed in 485 milliseconds