Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DCornerPathRenderer.java31 private static final float ACCEPTABLE_ERROR = 0.1f; field in CornerPathRenderer
66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints()