Searched refs:mSubtitleView (Results 1 – 2 of 2) sorted by relevance
103 private final SubtitleView mSubtitleView; field in CaptionWindowLayout128 mSubtitleView.setStyle(mCaptionStyleCompat); in onUserStyleChanged()177 mSubtitleView = new SubtitleView(context); in CaptionWindowLayout()185 addView(mSubtitleView, params); in CaptionWindowLayout()188 mSubtitleView.setStyle(mCaptionStyleCompat); in CaptionWindowLayout()189 mSubtitleView.setText(""); in CaptionWindowLayout()554 mSubtitleView.setTextAlignment(textAlignment); in setCaptionsTextAlignment()598 mSubtitleView.setWhiteSpaceWidth(whiteSpaceWidth); in updateTextSize()599 mSubtitleView.setTextSize(mTextSize); in updateTextSize()643 mSubtitleView.setText(""); in clearText()[all …]
632 TextView mSubtitleView = customTitle.requireViewById(R.id.alertSubtitle); in prepareDialog() local636 mSubtitleView.setText(mSubtitle); in prepareDialog()