OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStepsLayout
(Results
1 - 3
of
3
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java
45
private LinearLayout
mStepsLayout
;
66
mStepsLayout
= (LinearLayout) findViewById(R.id.layoutSteps);
115
mStepsLayout
.removeAllViews();
128
mStepsLayout
.addView(view);
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeActivity.java
45
private LinearLayout
mStepsLayout
;
66
mStepsLayout
= (LinearLayout) findViewById(R.id.layoutSteps);
115
mStepsLayout
.removeAllViews();
128
mStepsLayout
.addView(view);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeActivity.java
45
private LinearLayout
mStepsLayout
;
66
mStepsLayout
= (LinearLayout) findViewById(R.id.layoutSteps);
115
mStepsLayout
.removeAllViews();
128
mStepsLayout
.addView(view);
Completed in 34 milliseconds