Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlNode.java375 @Nullable TtmlStyle resolvedStyle = TtmlRenderUtil.resolveStyle(style, styleIds, globalStyles); in applyStyleToOutput() local
381 if (resolvedStyle != null) { in applyStyleToOutput()
382 TtmlRenderUtil.applyStylesToSpan(text, start, end, resolvedStyle, parent); in applyStyleToOutput()
383 regionOutput.setVerticalType(resolvedStyle.getVerticalType()); in applyStyleToOutput()