Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionWindowLayout.java95 private final SubtitleView mSubtitleView; field in CaptionWindowLayout
111 mSubtitleView.setStyle(mCaptionStyleCompat); in onUserStyleChanged()
134 mSubtitleView = new SubtitleView(context); in CaptionWindowLayout()
137 addView(mSubtitleView, params); in CaptionWindowLayout()
145 mSubtitleView.setStyle(mCaptionStyleCompat); in CaptionWindowLayout()
146 mSubtitleView.setText(""); in CaptionWindowLayout()
322 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL); in initWindow()
350 mSubtitleView.setTextAlignment(Alignment.ALIGN_NORMAL); in initWindow()
361 mSubtitleView.setTextAlignment(Alignment.ALIGN_CENTER); in initWindow()
368 mSubtitleView.setTextAlignment(Alignment.ALIGN_OPPOSITE); in initWindow()
[all …]