Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java285 TextView inputLabelView = (TextView) v.findViewById(R.id.input_label); in setItemViewText() local
291 inputLabelView.setText(label); in setItemViewText()
293 inputLabelView.setText(R.string.input_long_label_for_tuner); in setItemViewText()
298 inputLabelView.setText(customLabel); in setItemViewText()
300 inputLabelView.setText(R.string.input_long_label_for_tuner); in setItemViewText()
340 holder.inputLabelView.setTextColor(mTextColorPrimary); in onBindViewHolder()
344 holder.inputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()
350 holder.inputLabelView.setTextColor(mTextColorPrimary); in onBindViewHolder()
351 holder.inputLabelView.setText(R.string.input_long_label_for_tuner); in onBindViewHolder()
390 final TextView inputLabelView; field in SelectInputView.InputListAdapter.ViewHolder
[all …]