Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DInputBannerView.java47 private TextView mSecondaryInputLabelTextView; field in InputBannerView
67 mSecondaryInputLabelTextView = (TextView) findViewById(R.id.secondary_input_label); in onFinishInflate()
82 mSecondaryInputLabelTextView.setVisibility(View.GONE); in updateLabel()
85 mSecondaryInputLabelTextView.setText(label); in updateLabel()
86 mSecondaryInputLabelTextView.setVisibility(View.VISIBLE); in updateLabel()