Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java109 private TextView mClosedCaptionTextView; field in ChannelBannerView
269 mClosedCaptionTextView = (TextView) findViewById(R.id.closed_caption); in onFinishInflate()
368 updateText(mClosedCaptionTextView, info.hasClosedCaption() ? sClosedCaptionMark in updateStreamInfo()
379 mClosedCaptionTextView.setVisibility(View.GONE); in updateStreamInfo()