Searched refs:pathSize (Results 1 – 2 of 2) sorted by relevance
53 public DotRenderer(int iconSizePx, Path iconShapePath, int pathSize) { in DotRenderer() argument63 mLeftDotPosition = getPathPoint(iconShapePath, pathSize, -1); in DotRenderer()64 mRightDotPosition = getPathPoint(iconShapePath, pathSize, 1); in DotRenderer()
51 fun getPath(pathSize: Float = DEFAULT_PATH_SIZE) = in <lambda>()52 Path().apply { addToPath(this, 0f, 0f, pathSize / 2) } in <lambda>()