Searched refs:stepImage (Results 1 – 2 of 2) sorted by relevance
40 public String stepImage; field in Recipe.RecipeStep46 bundle.putString(Constants.RECIPE_FIELD_STEP_IMAGE, stepImage); in toBundle()53 recipeStep.stepImage = bundle.getString(Constants.RECIPE_FIELD_STEP_IMAGE); in fromBundle()84 recipeStep.stepImage = step.getString(Constants.RECIPE_FIELD_IMAGE); in fromJson()
120 if (step.stepImage == null) { in displayRecipe()123 Bitmap stepImage = AssetUtils.loadBitmapAsset(this, step.stepImage); in displayRecipe() local124 iv.setImageBitmap(stepImage); in displayRecipe()