Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPath.java115 protected float[] approximate(float acceptableError) { in approximate() argument
116 PathIterator iterator = mPath.getPathIterator(null, acceptableError); in approximate()