Searched defs:deviation (Results 1 – 2 of 2) sorted by relevance
25 public DiscretePathEffect(float segmentLength, float deviation) { in DiscretePathEffect()29 private static native int nativeCreate(float length, float deviation); in nativeCreate()
54 float length, float deviation) { in Discrete_constructor()