Searched refs:SpanLayout (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1628 * A single cue may contain multiple {@link SpanLayout}s, each representing a
1686 if (child instanceof SpanLayout) {
1687 ((SpanLayout) child).setCaptionStyle(style, fontSize);
1720 final SpanLayout lineBox = new SpanLayout(getContext(), lines[i]);
1803 private static class SpanLayout extends SubtitleView { class in class:WebVttRenderingWidget
1807 public SpanLayout(Context context, TextTrackCueSpan[] spans) { method in class:WebVttRenderingWidget.SpanLayout

Completed in 102 milliseconds