Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java54 public DotRenderer(int iconSizePx, Path iconShapePath, int pathSize) { in DotRenderer() argument
67 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()
68 mRightDotPosition = getPathPoint(iconShapePath, pathSize, 1); in DotRenderer()