Searched refs:titleView (Results 1 – 3 of 3) sorted by relevance
78 TextView titleView = treeLayout.findViewById(R.id.task_tree_title); in onResumeHelper() local81 titleView.setText(mTitle); in onResumeHelper()
81 TextView titleView = (TextView)convertView.findViewById(R.id.title_view); in getView() local84 titleView.setText(object.getTitle()); in getView()
121 TextView titleView = (TextView) view.findViewById(R.id.textTitle); in getView() local125 titleView.setText(item.title); in getView()