Home
last modified time | relevance | path

Searched defs:deviation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DDiscretePathEffect.java25 public DiscretePathEffect(float segmentLength, float deviation) { in DiscretePathEffect()
29 private static native int nativeCreate(float length, float deviation); in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp54 float length, float deviation) { in Discrete_constructor()