Searched defs:deviation (Results 1 – 3 of 3) sorted by relevance
25 public DiscretePathEffect(float segmentLength, float deviation) { in DiscretePathEffect()29 private static native long nativeCreate(float length, float deviation); in nativeCreate()
65 /*package*/ static long nativeCreate(float length, float deviation) { in nativeCreate()
63 jfloat length, jfloat deviation) { in Discrete_constructor()