Searched refs:mIconShapePath (Results 1 – 1 of 1) sorted by relevance
47 private final String mIconShapePath; field in GridOption61 mIconShapePath = iconShapePath; in GridOption()62 mTileDrawable = new GridTileDrawable(rows, cols, mIconShapePath); in GridOption()77 mIconShapePath = in.readString(); in GridOption()83 mTileDrawable = new GridTileDrawable(rows, cols, mIconShapePath); in GridOption()130 parcel.writeString(mIconShapePath); in writeToParcel()