Searched refs:mSubtitleView (Results 1 – 1 of 1) sorted by relevance
95 private final SubtitleView mSubtitleView; field in CaptionWindowLayout111 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 …]