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.java34 private TextView mSecondaryInputLabelTextView; field in InputBannerView
52 mSecondaryInputLabelTextView = findViewById(R.id.secondary_input_label); in onFinishInflate()
68 mSecondaryInputLabelTextView.setVisibility(View.GONE); in updateLabel()
71 mSecondaryInputLabelTextView.setText(label); in updateLabel()
72 mSecondaryInputLabelTextView.setVisibility(View.VISIBLE); in updateLabel()