Searched refs:imageFile (Results 1 – 1 of 1) sorted by relevance
74 String imageFile = item.getString(Constants.RECIPE_FIELD_IMAGE); in parseJson() local75 parsed.image = AssetUtils.loadBitmapAsset(mContext, imageFile); in parseJson()