Home
last modified time | relevance | path

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

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlDecoderTest.java333 TtmlNode body = queryChildrenForTag(root, TtmlNode.TAG_BODY, 0); in emptyStyleAttribute()
346 TtmlNode body = queryChildrenForTag(root, TtmlNode.TAG_BODY, 0); in nonexistingStyleId()
360 TtmlNode body = queryChildrenForTag(root, TtmlNode.TAG_BODY, 0); in nonExistingAndExistingStyleIdWithRedundantSpaces()
398 TtmlNode body = queryChildrenForTag(root, TtmlNode.TAG_BODY, 0); in noUnderline()
414 TtmlNode body = queryChildrenForTag(root, TtmlNode.TAG_BODY, 0); in noLinethrough()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlNode.java42 public static final String TAG_BODY = "body"; field in TtmlNode
DTtmlDecoder.java696 || tag.equals(TtmlNode.TAG_BODY) in isSupportedTag()