Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeActivity.java44 private TextView mIngredientsTextView; field in RecipeActivity
65 mIngredientsTextView = (TextView) findViewById(R.id.textIngredients); in onCreate()
106 mIngredientsTextView.setText(recipe.ingredientsText); in displayRecipe()