Searched refs:countTextView (Results 1 – 2 of 2) sorted by relevance
55 TextView countTextView = (TextView) v.findViewById( in bindView() local58 countTextView.setText(context.getResources().getQuantityString( in bindView()
123 final TextView countTextView, final ImageView folderIconImageView) { in FolderHolder() argument126 mCountTextView = countTextView; in FolderHolder()224 final TextView countTextView = (TextView) itemView.findViewById(R.id.unread_count_textView); in createFolderHolder() local227 final FolderHolder holder = new FolderHolder(itemView, sendersTextView, countTextView, in createFolderHolder()229 countTextView.setVisibility(View.VISIBLE); in createFolderHolder()