Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DTreeFragment.java78 TextView titleView = treeLayout.findViewById(R.id.task_tree_title); in onResumeHelper() local
81 titleView.setText(mTitle); in onResumeHelper()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java81 TextView titleView = (TextView)convertView.findViewById(R.id.title_view); in getView() local
84 titleView.setText(object.getTitle()); in getView()
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeListAdapter.java121 TextView titleView = (TextView) view.findViewById(R.id.textTitle); in getView() local
125 titleView.setText(item.title); in getView()