OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:textTitle
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java
121
TextView titleView = (TextView) view.findViewById(R.id.
textTitle
);
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java
121
TextView titleView = (TextView) view.findViewById(R.id.
textTitle
);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeListAdapter.java
121
TextView titleView = (TextView) view.findViewById(R.id.
textTitle
);
/packages/apps/Settings/src/com/android/settings/dashboard/
SearchResultsSummary.java
607
TextView
textTitle
;
616
textTitle
= (TextView) view.findViewById(R.id.title);
620
textTitle
.setText(result.title);
Completed in 68 milliseconds