Searched refs:SubtitleView (Results 1 – 5 of 5) sorted by relevance
18 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_BOTTOM_PADDING_FRACTION;19 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_TEXT_SIZE_FRACTION;36 /* package */ final class SubtitleTextView extends View implements SubtitleView.Output {
42 public final class SubtitleView extends FrameLayout implements TextOutput { class92 public SubtitleView(Context context) { in SubtitleView() method in SubtitleView96 public SubtitleView(Context context, @Nullable AttributeSet attrs) { in SubtitleView() method in SubtitleView
19 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_BOTTOM_PADDING_FRACTION;20 import static com.google.android.exoplayer2.ui.SubtitleView.DEFAULT_TEXT_SIZE_FRACTION;48 /* package */ final class SubtitleWebView extends FrameLayout implements SubtitleView.Output {
301 @Nullable private final SubtitleView subtitleView;1121 public SubtitleView getSubtitleView() { in getSubtitleView()
982 * Fix issue where subtitles were positioned incorrectly if `SubtitleView` had1186 that makes `SubtitleView.setApplyEmbeddedFontSizes()` not work