Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DCornerPathRenderer.java66 float[] rawInput = path.approximate(ACCEPTABLE_ERROR); in getApproximatePoints() local
70 for (int i = 0; i < rawInput.length; i = i + 3) { in getApproximatePoints()
71 output.add(new PointF(rawInput[i + 1], rawInput[i + 2])); in getApproximatePoints()