Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeActivity.java45 private LinearLayout mStepsLayout; field in RecipeActivity
66 mStepsLayout = (LinearLayout) findViewById(R.id.layoutSteps); in onCreate()
115 mStepsLayout.removeAllViews(); in displayRecipe()
128 mStepsLayout.addView(view); in displayRecipe()