Searched refs:SpanLayout (Results 1 – 1 of 1) sorted by relevance
1712 if (child instanceof SpanLayout) { in setCaptionStyle()1713 ((SpanLayout) child).setCaptionStyle(style, fontSize); in setCaptionStyle()1746 final SpanLayout lineBox = new SpanLayout(getContext(), lines[i]); in update()1829 private static class SpanLayout extends SubtitleView { class in WebVttRenderingWidget1833 public SpanLayout(Context context, TextTrackCueSpan[] spans) { in SpanLayout() method in WebVttRenderingWidget.SpanLayout