Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java100 public String iconShapePath; field in InvariantDeviceProfile
135 iconShapePath = p.iconShapePath; in InvariantDeviceProfile()
211 iconShapePath = getIconShapePath(context); in initGrid()
305 !iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
308 if (!iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
/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()
/packages/apps/ThemePicker/src/com/android/customization/model/grid/
DGridOption.java44 Uri previewImageUri, int previewPagesCount, String iconShapePath) { in GridOption() argument
47 mTileDrawable = new GridTileDrawable(rows, cols, iconShapePath); in GridOption()