Searched refs:getShapePath (Results 1 – 5 of 5) sorted by relevance
43 mProgressPath = GraphicsUtils.getShapePath(100); in PlaceHolderIconDrawable()
101 public static Path getShapePath(int size) { in getShapePath() method in GraphicsUtils
124 GraphicsUtils.getShapePath(context, DEFAULT_PATH_SIZE)); in PreloadIconDrawable()
128 mShapePath = GraphicsUtils.getShapePath(context, mNormalizedIconSize); in PredictedAppIcon()
30 import static com.android.launcher3.icons.GraphicsUtils.getShapePath;794 renderer = new DotRenderer(size, getShapePath(context, DEFAULT_DOT_SIZE), in createDotRenderer()