Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DInputBannerView.java46 private TextView mInputLabelTextView; field in InputBannerView
66 mInputLabelTextView = (TextView) findViewById(R.id.input_label); in onFinishInflate()
81 mInputLabelTextView.setText(label); in updateLabel()
84 mInputLabelTextView.setText(customLabel); in updateLabel()