Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java106 public String iconShapePath; field in InvariantDeviceProfile
149 iconShapePath = p.iconShapePath; in InvariantDeviceProfile()
258 iconShapePath = getIconShapePath(context); in initGrid()
358 !iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
361 if (!iconShapePath.equals(oldProfile.iconShapePath)) { in onConfigChanged()
/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()