Home
last modified time | relevance | path

Searched refs:deviation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DDiscretePathEffect.java25 public DiscretePathEffect(float segmentLength, float deviation) { in DiscretePathEffect() argument
26 native_instance = nativeCreate(segmentLength, deviation); in DiscretePathEffect()
29 private static native long nativeCreate(float length, float deviation); in nativeCreate() argument
/aosp14/frameworks/base/proto/src/
H A Dgnss.proto25 // Standard deviation of time to first fix (in seconds)
34 // Standard deviation of position accuracy (in meters)
43 // Standard deviation of top 4 average CN0 (dB-Hz)
70 // Standard deviation of l5 top 4 average CN0 (dB-Hz)
/aosp14/frameworks/base/libs/hwui/jni/
H A DPathEffect.cpp58 jfloat length, jfloat deviation) { in Discrete_constructor() argument
59 SkPathEffect* effect = SkDiscretePathEffect::Make(length, deviation).release(); in Discrete_constructor()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...