Searched refs:secondaryInputLabelView (Results 1 – 1 of 1) sorted by relevance
286 TextView secondaryInputLabelView = (TextView) v.findViewById(R.id.secondary_input_label); in setItemViewText() local291 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.ViewHolder388 secondaryInputLabelView = (TextView) v.findViewById(R.id.secondary_input_label); in ViewHolder()