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.java44 private TextView mSecondaryInputLabelTextView; field in InputBannerView
64 mSecondaryInputLabelTextView = (TextView) findViewById(R.id.secondary_input_label); in onFinishInflate()
79 mSecondaryInputLabelTextView.setVisibility(View.GONE); in updateLabel()
82 mSecondaryInputLabelTextView.setText(label); in updateLabel()
83 mSecondaryInputLabelTextView.setVisibility(View.VISIBLE); in updateLabel()