Searched refs:titleTextView (Results 1 – 2 of 2) sorted by relevance
51 TextView titleTextView = (TextView) v.findViewById( in bindView() local53 titleTextView.setText(cursor.getString(AlbumSetLoader.INDEX_TITLE)); in bindView()
144 final TextView titleTextView = (TextView) itemView.findViewById(R.id.title); in getView() local147 titleTextView.setText(item.getDisplayName()); in getView()