Searched refs:programSelectorText (Results 1 – 1 of 1) sorted by relevance
53 vh.programSelectorText = convertView.findViewById(R.id.text_selector); in getView()60 CharSequence programSelectorText = mFragment.getMetadataText(mProgramInfos[position], in getView() local62 vh.programSelectorText.setText(programSelectorText); in getView()87 public TextView programSelectorText; field in ProgramInfoAdapter.ViewHolder