Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DDotRenderer.java53 public DotRenderer(int iconSizePx, Path iconShapePath, int pathSize) { in DotRenderer() argument
63 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()
64 mRightDotPosition = getPathPoint(iconShapePath, pathSize, 1); in DotRenderer()