Searched refs:TAG_STYLE (Results 1 – 2 of 2) sorted by relevance
279 if (XmlPullParserUtil.isStartTag(xmlParser, TtmlNode.TAG_STYLE)) { in parseHeader()471 if (TtmlNode.TAG_STYLE.equals(parser.getName())) { in parseStyleAttributes()701 || tag.equals(TtmlNode.TAG_STYLE) in isSupportedTag()
47 public static final String TAG_STYLE = "style"; field in TtmlNode