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

/frameworks/base/graphics/java/android/graphics/
H A DDiscretePathEffect.java22 * Chop the path into lines of segmentLength, randomly deviating from the
25 public DiscretePathEffect(float segmentLength, float deviation) { argument
26 native_instance = nativeCreate(segmentLength, deviation);

Completed in 62 milliseconds