Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java286 TextView secondaryInputLabelView = (TextView) v.findViewById(R.id.secondary_input_label); in setItemViewText() local
291 secondaryInputLabelView.setVisibility(View.GONE); in setItemViewText()
294 secondaryInputLabelView.setText(label); in setItemViewText()
295 secondaryInputLabelView.setVisibility(View.VISIBLE); in setItemViewText()
333 holder.secondaryInputLabelView.setTextColor(mTextColorSecondary); in onBindViewHolder()
337 holder.secondaryInputLabelView.setTextColor(mTextColorDisabled); in onBindViewHolder()
344 holder.secondaryInputLabelView.setVisibility(View.GONE); in onBindViewHolder()
383 final TextView secondaryInputLabelView; field in SelectInputView.InputListAdapter.ViewHolder
388 secondaryInputLabelView = (TextView) v.findViewById(R.id.secondary_input_label); in ViewHolder()