Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DSubtitleTextView.java18 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 {
DSubtitleView.java42 public final class SubtitleView extends FrameLayout implements TextOutput { class
92 public SubtitleView(Context context) { in SubtitleView() method in SubtitleView
96 public SubtitleView(Context context, @Nullable AttributeSet attrs) { in SubtitleView() method in SubtitleView
DSubtitleWebView.java19 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 {
DPlayerView.java301 @Nullable private final SubtitleView subtitleView;
1121 public SubtitleView getSubtitleView() { in getSubtitleView()
/external/exoplayer/tree/
DRELEASENOTES.md982 * Fix issue where subtitles were positioned incorrectly if `SubtitleView` had
1186 that makes `SubtitleView.setApplyEmbeddedFontSizes()` not work