Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DDotRenderer.java63 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()
64 mRightDotPosition = getPathPoint(iconShapePath, pathSize, 1); in DotRenderer()
67 private static float[] getPathPoint(Path path, float size, float direction) { in getPathPoint() method in DotRenderer