Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DTtmlRenderer.java87 public static final String TAG_STYLE = "style"; field in TtmlUtils
511 tag.equals(TtmlUtils.TAG_BR) || tag.equals(TtmlUtils.TAG_STYLE) || in isSupportedTag()